summaryrefslogtreecommitdiff
path: root/sys/src/cmd/nusb/kb
AgeCommit message (Expand)Author
2023-01-29nusb/kb: GAOMON S620 tablet supportcinap_lenrek
2022-10-07nusb/kb: support 無変換, 変換, and 'ひらがな / カタカナ' keysJacob Moody
2022-10-06nusb/kb: add "rawon"/"rawoff" to switch ctl fid into raw report output modeSigrid Solveig Haflínudóttir
2022-10-06nusb/kb, aux/kbdfs: add brightness down/up media keysSigrid Solveig Haflínudóttir
2022-10-04aux/kbdfs, nusb/kb: add basic media keys support; add /dev/hidNctl to change ...Sigrid Solveig Haflínudóttir
2022-09-28nusb/kb: fix scancode for right ctlSigrid Solveig Haflínudóttir
2022-02-21nusb: Fix handling of interface altsetting.cinap_lenrek
2021-01-22nusb/kb: correct Mod4 scancode (125 → 91, to match what kbdfs has)Sigrid
2020-12-08nusb/kb: update button state if event was actually received, fix typos (thank...Sigrid
2020-11-21nusb/kb, nusb/joy: dont try to set protocol on nonboot devicesmischief
2020-05-08nusb/kb: add quirks for Elecom HUGE trackballkvik
2019-05-07nusb/usbd: work around devices that ignore the high byte of wLength in contro...cinap_lenrek
2019-03-21nusb/kb: fix continuous scrollwheel delta not being reported (thanks sam-d)cinap_lenrek
2018-11-14nusb/kb: multitouch support (touchscreens, stylus)cinap_lenrek
2018-11-13nusb/kb: revert multitouch, breaks some mice...cinap_lenrek
2018-11-12nusb/kb: lilu dallas multitouchcinap_lenrek
2018-10-20nusb/kb: work arround broken split transaction on raspi's dwc otg usb controllercinap_lenrek
2018-05-08add usb tablet supportaiju
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