(Please keep me in CC)

I hope this is the right list for this.  Based on the suggestion given
at Lineakd's website, I am sending the showkey output for my Dell USB
Keyboard.  The keycodes are above 255 and are therefore not recognized
by anything except showkey.  I usually just use a kernel hack that
subtracts 144 from any keycode between 255 and 272 (which seems to be
the range of keycodes that are transmitted, though I don't know exactly
how to find out what they are) and which brings the codes back within
the acceptable range.  But I'd like to get this hack out of the way and
a fix into the kernel.  Here's the output from showkey for each of the
keys (release doesn't seem to have a separate action):

Volume Down: 0x00 0x82 0x80 0x80 0x82 0x80
Volume Up:   0x00 0x82 0x81 0x80 0x82 0x81
Music:       0x00 0x82 0x82 0x80 0x82 0x82
Mute:        0x00 0x82 0x83 0x80 0x82 0x83
Prev (|<<):  0x00 0x82 0x84 0x80 0x82 0x84
Play/Pause:  0x00 0x82 0x85 0x80 0x82 0x85
Next (>>|):  0x00 0x82 0x86 0x80 0x82 0x86

Any way of adding support for this so I can stop using my hack?

Thanks,
Jeff Davidson ([EMAIL PROTECTED])


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to