summaryrefslogtreecommitdiff
path: root/sys/src/cmd/nusb
AgeCommit message (Expand)Author
2023-04-12nusb/usbd: only fetch first 8 bytes of device descriptor for getmaxpkt() (tha...cinap_lenrek
2023-02-19mkfiles: add 'mk test' supportOri Bernstein
2023-01-29nusb/ether: support for asix ax88179 (thanks Aidan K. Wiggins)cinap_lenrek
2023-01-29nusb/kb: GAOMON S620 tablet supportcinap_lenrek
2023-01-05nusb/usbd: assign hname to hubscinap_lenrek
2023-01-05nusb/usbd: add /dev/usbhubctl file to control port power and led indicatorscinap_lenrek
2023-01-05nusb/usbd: provide vid and did in device info string for hubscinap_lenrek
2022-12-23usbd: use dprint() report to standard-error instad of standard-outcinap_lenrek
2022-11-14nusb/cam: interrupt reader proc on close to unstuck itSigrid Solveig Haflínudóttir
2022-11-14nusb/cam: rather than showing partially green frames (when not enough bandwid...Sigrid Solveig Haflínudóttir
2022-11-13nusb/cam: take max payload transfer size into account when selecting for band...Sigrid Solveig Haflínudóttir
2022-11-13nusb/cam: remove wrong func prototypes, print probe controlSigrid Solveig Haflínudóttir
2022-11-13nusb/cam: rewrite yuy2convert with integer arithmeticSigrid Solveig Haflínudóttir
2022-10-08nusb/disk: always allow raw scsi request (even without media present)cinap_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-10-01nusb/disk: fix interactions with libdiskArne Meyer
2022-09-28nusb/kb: fix scancode for right ctlSigrid Solveig Haflínudóttir
2022-06-30nusb/ptp: increase payloadakw@oneirism.org
2022-06-18nusb/usbd: retry opendevtata() a few times on attach (work around mnt-reform ...cinap_lenrek
2022-01-01nusb/serial: fix pl2303 usbcmd error checksMichael Forney
2022-02-23nusb/disk: use setalt(), print argv0 in prints instead of "disk:"cinap_lenrek
2022-02-23nusb/cam: fix mistake (nil vs -1)cinap_lenrek
2022-02-23nusb/audio: use setalt(), make sure endpoint has right direction.cinap_lenrek
2022-02-23nusb/cam: use setalt()cinap_lenrek
2022-02-23nusb/ether: use setalt()cinap_lenrek
2022-02-23nusb/lib: provide a setalt() function to set the interface to its altsettingcinap_lenrek
2022-02-23nusb/ether: remove csp check for rndis, already done in nusbrccinap_lenrek
2022-02-21nusb: Fix handling of interface altsetting.cinap_lenrek
2022-02-06nusb/usbd: use per hname collision counter instead of device address to resol...cinap_lenrek
2021-04-20nusb/ether: rndis: add standard class code (tested by jmi2k with OnePlus 8)Sigrid
2021-04-01[9front] [patch] nusb/ether -t rndisRomano
2021-02-10nusb: don't create rw iso endpoints (by Michael Forney)cinap_lenrek
2021-02-10nusb: don't create rw iso endpoints (by Michael Forney)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-11-16nusb/cam: don't videoclose() when open failedcinap_lenrek
2020-10-17nusb/serial: add ids for FT230X (thanks mischief)Ori Bernstein
2020-08-23nusb/lib: use fmtprint for the entire dump to be printed outSigrid
2020-05-08nusb/kb: add quirks for Elecom HUGE trackballkvik
2020-04-05nusb/usbd: fix portreset error handlingcinap_lenrek
2020-04-05nusb/audio: set frequency only when supportedcinap_lenrek
2020-03-08nusb/usbd: cleanup processes on unmountcinap_lenrek
2020-03-07nusb/usbd: fix /env/usbbusy bugcinap_lenrek
2019-05-07nusb/usbd: work around devices that ignore the high byte of wLength in contro...cinap_lenrek
2019-04-18nusb/usbd: stop sending port enable commandsmischief
2019-04-13nusb/usbd: fix dump %U formattermischief