From 400e221a4f67fdc6ee1396ec0acf250d54fcc5a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Mo=C5=84?= Date: Tue, 12 May 2009 21:14:46 +0200 Subject: [PATCH] make some devices happy --- gdigi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdigi.c b/gdigi.c index c5c6458..2be5fec 100644 --- a/gdigi.c +++ b/gdigi.c @@ -732,7 +732,7 @@ void preset_list_free(GList *list) static gboolean request_who_am_i(unsigned char *device_id, unsigned char *family_id, unsigned char *product_id) { - send_message(REQUEST_WHO_AM_I, NULL, 0); + send_message(REQUEST_WHO_AM_I, "\x7F\x7F\x7F", 3); GString *data = get_message_by_id(RECEIVE_WHO_AM_I); if (data != NULL) {