From d39c4775445dfb2e7420b476ac25fd2b53fc99c3 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Wed, 5 Jun 2013 12:35:09 +0200 Subject: ltunify: fix wrong serial number --- ltunify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltunify.c b/ltunify.c index 7164796..d348349 100644 --- a/ltunify.c +++ b/ltunify.c @@ -99,8 +99,8 @@ struct msg_enable_notifs { // long receiver resp - 0xB5 Pairing information, 0x03 - "Receiver information"? (undocumented) struct msg_receiver_info { + u8 _dunno1; // always 0x03 for receiver? u8 serial_number[4]; - u8 _dunno1; u8 _dunno2; // 06 - Max Device Capability? (not sure, but it is six) u8 _dunno3; u8 padding[8]; // 00 00 00 00 00 00 00 00 - ?? -- cgit v1.2.1