aboutsummaryrefslogtreecommitdiff
path: root/protocol/usb_hid
diff options
context:
space:
mode:
Diffstat (limited to 'protocol/usb_hid')
-rwxr-xr-x[-rw-r--r--]protocol/usb_hid/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/protocol/usb_hid/README b/protocol/usb_hid/README
index 5d49cc8d2..1357a4c72 100644..100755
--- a/protocol/usb_hid/README
+++ b/protocol/usb_hid/README
@@ -27,6 +27,11 @@ Restriction and Bug
27------------------- 27-------------------
28Not statble yet. 28Not statble yet.
29 29
30Switching power on VBUS:
31 To power reset device.
32 http://www.circuitsathome.com/camera-control/simulating-cable-disconnect-on-usb-host-shield-2-0
33 This is needed for a device which are not initilized with 'USB Bus Reset'(long SE0)
34
30Can't bus-reset a keyboard which already attached on bus properly. 35Can't bus-reset a keyboard which already attached on bus properly.
31 Slow start up of Leonardo's bootloader causes this? 36 Slow start up of Leonardo's bootloader causes this?
32 Need to unplug/plug a keyboard after firmware starts up. 37 Need to unplug/plug a keyboard after firmware starts up.
@@ -34,3 +39,8 @@ Can't bus-reset a keyboard which already attached on bus properly.
34 39
35Keyboard with other endpoints than boot keyboard may go wrong. 40Keyboard with other endpoints than boot keyboard may go wrong.
36 On my keyboard with mouse key the converter locks up when using mouse key function. 41 On my keyboard with mouse key the converter locks up when using mouse key function.
42
43Can't compile on Windows filesystem.
44 On Linux no problem.
45 Windows doesn't know difference between common/print.h and arduino/Print.h.
46 Change file name common/print.h to console.h ?