Fixing descriptor bugs
- Missing device qualifier descriptor - Missing USB Debug descriptor (used by lsusb)
This commit is contained in:
parent
5557c4189b
commit
9a85f92a43
2 changed files with 15 additions and 3 deletions
|
@ -865,7 +865,7 @@ ISR( USB_COM_vect )
|
|||
USBKeys_Idle_Config = (wValue >> 8);
|
||||
USBKeys_Idle_Count = 0;
|
||||
usb_send_in();
|
||||
print("HID IDLE");
|
||||
//print("HID IDLE");
|
||||
return;
|
||||
}
|
||||
if ( bRequest == HID_SET_PROTOCOL )
|
||||
|
@ -873,7 +873,7 @@ ISR( USB_COM_vect )
|
|||
usb_wait_in_ready();
|
||||
USBKeys_Protocol = wValue; // 0 - Boot Mode, 1 - NKRO Mode
|
||||
usb_send_in();
|
||||
print("HID SET");
|
||||
//print("HID SET");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue