diff options
author | Brian Cully <bjc@kublai.com> | 2019-09-26 09:14:56 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-09-26 09:14:56 -0400 |
commit | 00b06cd479d229075e7853dd60899ed08e67838d (patch) | |
tree | c58c6c4556370c92d2a8be9778ddd252985a2378 | |
parent | 287f1fbe8a03cba291a6d642db3fdb3d96084940 (diff) | |
download | bootkbd-00b06cd479d229075e7853dd60899ed08e67838d.tar.gz bootkbd-00b06cd479d229075e7853dd60899ed08e67838d.zip |
Add 0.1.0 -> 0.2.0 changelog
-rw-r--r-- | Changelog.org | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Changelog.org b/Changelog.org index 67f3518..b2150cb 100644 --- a/Changelog.org +++ b/Changelog.org @@ -1,5 +1,14 @@ -* Since 0.1.0 +* 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. |