mirror of
https://github.com/Lekensteyn/ltunify.git
synced 2025-12-08 17:53:23 +00:00
ltunify: fix wrong serial number
This commit is contained in:
@@ -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 - ??
|
||||
|
||||
Reference in New Issue
Block a user