blob: b2150cb83a758593b5fc0a596d9d137282fb44d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
* Since 0.2.0
- Issue a SET_PROTOCOL request during enumeration to ensure target
keyboard is in boot protocol mode.
- Use correct inteface number during SET_REPORT request.
- Allow up to 32 keyboards to be attached.
* Since 0.1.0
- Continue enumeration even if we can't use SET_REPORT to update the
various keyboard locks.
- Store wMaxPacketSize in endpoint descriptors so we can use them
during requests.
- Actually parse config descriptors and use that to find boot
keyboard endpoints.
- Use a callback to tell the host about new keyboard reports.
|