summaryrefslogtreecommitdiff
path: root/sys/src/cmd/nusb/kb
AgeCommit message (Expand)Author
2016-09-28nusb/kb: set usage to 0 (undefined) for items exceeding usage listcinap_lenrek
2015-04-08nusb/kb: always try to recover on error, fix recover for multi-function devicescinap_lenrek
2015-01-01nusb/kb: fix alt/altgr being swapped for some reasonftrvxmtrx
2014-10-31nusb/kb: dont set boot protocol on HidCSP interface when we failed to read re...cinap_lenrek
2014-08-16nusb/kb: delete code for keyboard boot protocol handling, just use hid parsercinap_lenrek
2014-06-28nusb: implement aijus stable uniqueue device namescinap_lenrek
2014-05-03fix threadsetname usage in few placesftrvxmtrx
2014-04-18nusb/kb: fix trackpoint on thinkpad usb keyboardftrvxmtrx
2013-08-10nusb/kb: *really* only send to mousein when mouse state actually changes (zer...cinap_lenrek
2013-08-10revert previous commit... stupid ideacinap_lenrek
2013-08-10nusb/kb: only send to mousein when mouse state actually changescinap_lenrek
2013-06-02nusb/kb: map button 4 to middle button 2 (for logitech 5 button mouse)cinap_lenrek
2013-05-18nusb/kb: simplify repeat logic as scancode now contains the info about esc1 e...cinap_lenrek
2013-05-18nusb/kb: oops, fixupftrvxmtrx
2013-05-18nusb/kb: use a flag to indicate extended code; fix the most unix-friendly key...ftrvxmtrx
2013-03-01nusb/kb: fix "Home" key producing "7" with some usb keyboards (import from so...cinap_lenrek
2013-01-30nusb/kb: increase maximum report descriptor size, non-continuous endpoints (f...cinap_lenrek
2012-12-26nusb/kb: remove mouse acceleration -a flagcinap_lenrek
2012-12-19nusb/kb: use report protocol for mousecinap_lenrek
2012-11-30nusb/kb: fix 5ms sleep polling in repeatproc, notegroup, cleanupcinap_lenrek
2012-11-30nusb/kb: add support for evoluent vertical mousecinap_lenrek
2012-11-25nusb/kb: skip 0x01 lead byte hack, you dont wanna knowcinap_lenrek
2012-11-24nusb/kb: zero reads, error handling, priority, cleanupcinap_lenrek
2012-08-13nusb/kb: increase mouse packet buffer from 32 to 64 bytes for Microsoft Sidew...cinap_lenrek
2011-11-30kb.c: add curly braces to enable usb mouse nub scrollingstanley lieber
2011-08-01nusb: fix usage inconsitency, shr namescinap_lenrek
2011-08-01nusb: put setleds in kbworkcinap_lenrek
2011-07-31kb: don't do setleds on miceaiju
2011-07-27nusb: improvedaiju