Documented a few more chatpad codes

This commit is contained in:
Ingo Ruhnke 2010-07-29 19:54:40 +02:00
parent 89c469b5ce
commit bc7dfd4bfe

View file

@ -213,6 +213,14 @@ usb_control_msg()'s
| '------------ request
| | ,-------- value
v v v v-- index
0x41 0x0 0x00 0x02 # clear capslock
0x41 0x0 0x01 0x02 # clear square
0x41 0x0 0x02 0x02 # clear circle
0x41 0x0 0x03 0x02 # clear people
0x41 0x0 0x04 0x02 # clear backlight (not perfectly reproducible, timing matters)
0x41 0x0 0x05 0x02 #
0x41 0x0 0x06 0x02 #
0x41 0x0 0x07 0x02 #
0x41 0x0 0x08 0x02 # light capslock
0x41 0x0 0x09 0x02 # light square
0x41 0x0 0x0a 0x02 # light circle
@ -225,6 +233,9 @@ usb_control_msg()'s
0x41 0x0 0x15 0x02 # light capslock and circle
0x41 0x0 0x16 0x02 # light circle and square
0x41 0x0 0x17 0x02 # light circle, square and capslock
0x41 0x0 0x18 0x02 #
0x41 0x0 0x19 0x02 #
0x41 0x0 0x1a 0x02 #
0x41 0x0 0x1b 0x02 # makes led go on on a keypress
0x41 0x0 0x1e 0x02 # Init part 2, not needed but log shows it
0x41 0x0 0x1f 0x02 # Init (without this, no led will work, so send before anything else)