summaryrefslogtreecommitdiff
path: root/protocol/usb_hid/README
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2012-09-02 23:47:18 +0900
committertmk <nobody@nowhere>2012-09-02 23:47:18 +0900
commitc77c5043a121f195b3a552feb8283424a0652ce2 (patch)
tree5b20b8c5cb7702408ffc10af0c259d71e6ce4ce9 /protocol/usb_hid/README
parentb17f52ebe188b612d0cb063bd2386434a952aaf4 (diff)
usb_hid: Fix timer size uint16_t to uint32_t;
Diffstat (limited to 'protocol/usb_hid/README')
-rw-r--r--protocol/usb_hid/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/protocol/usb_hid/README b/protocol/usb_hid/README
index 9750a1cc8d..5d49cc8d20 100644
--- a/protocol/usb_hid/README
+++ b/protocol/usb_hid/README
@@ -26,3 +26,11 @@ You can see HID keyboard reports on debug output.
Restriction and Bug
-------------------
Not statble yet.
+
+Can't bus-reset a keyboard which already attached on bus properly.
+ Slow start up of Leonardo's bootloader causes this?
+ Need to unplug/plug a keyboard after firmware starts up.
+ MAX3421E doesn't work SAMPLEBUS well to know whether device connected or not.
+
+Keyboard with other endpoints than boot keyboard may go wrong.
+ On my keyboard with mouse key the converter locks up when using mouse key function.