Age | Commit message (Expand) | Author |
2023-04-12 | nusb/usbd: only fetch first 8 bytes of device descriptor for getmaxpkt() (tha... | cinap_lenrek |
2023-02-19 | mkfiles: add 'mk test' support | Ori Bernstein |
2023-01-29 | nusb/ether: support for asix ax88179 (thanks Aidan K. Wiggins) | cinap_lenrek |
2023-01-29 | nusb/kb: GAOMON S620 tablet support | cinap_lenrek |
2023-01-05 | nusb/usbd: assign hname to hubs | cinap_lenrek |
2023-01-05 | nusb/usbd: add /dev/usbhubctl file to control port power and led indicators | cinap_lenrek |
2023-01-05 | nusb/usbd: provide vid and did in device info string for hubs | cinap_lenrek |
2022-12-23 | usbd: use dprint() report to standard-error instad of standard-out | cinap_lenrek |
2022-11-14 | nusb/cam: interrupt reader proc on close to unstuck it | Sigrid Solveig Haflínudóttir |
2022-11-14 | nusb/cam: rather than showing partially green frames (when not enough bandwid... | Sigrid Solveig Haflínudóttir |
2022-11-13 | nusb/cam: take max payload transfer size into account when selecting for band... | Sigrid Solveig Haflínudóttir |
2022-11-13 | nusb/cam: remove wrong func prototypes, print probe control | Sigrid Solveig Haflínudóttir |
2022-11-13 | nusb/cam: rewrite yuy2convert with integer arithmetic | Sigrid Solveig Haflínudóttir |
2022-10-08 | nusb/disk: always allow raw scsi request (even without media present) | cinap_lenrek |
2022-10-07 | nusb/kb: support 無変換, 変換, and 'ひらがな / カタカナ' keys | Jacob Moody |
2022-10-06 | nusb/kb: add "rawon"/"rawoff" to switch ctl fid into raw report output mode | Sigrid Solveig Haflínudóttir |
2022-10-06 | nusb/kb, aux/kbdfs: add brightness down/up media keys | Sigrid Solveig Haflínudóttir |
2022-10-04 | aux/kbdfs, nusb/kb: add basic media keys support; add /dev/hidNctl to change ... | Sigrid Solveig Haflínudóttir |
2022-10-01 | nusb/disk: fix interactions with libdisk | Arne Meyer |
2022-09-28 | nusb/kb: fix scancode for right ctl | Sigrid Solveig Haflínudóttir |
2022-06-30 | nusb/ptp: increase payload | akw@oneirism.org |
2022-06-18 | nusb/usbd: retry opendevtata() a few times on attach (work around mnt-reform ... | cinap_lenrek |
2022-01-01 | nusb/serial: fix pl2303 usbcmd error checks | Michael Forney |
2022-02-23 | nusb/disk: use setalt(), print argv0 in prints instead of "disk:" | cinap_lenrek |
2022-02-23 | nusb/cam: fix mistake (nil vs -1) | cinap_lenrek |
2022-02-23 | nusb/audio: use setalt(), make sure endpoint has right direction. | cinap_lenrek |
2022-02-23 | nusb/cam: use setalt() | cinap_lenrek |
2022-02-23 | nusb/ether: use setalt() | cinap_lenrek |
2022-02-23 | nusb/lib: provide a setalt() function to set the interface to its altsetting | cinap_lenrek |
2022-02-23 | nusb/ether: remove csp check for rndis, already done in nusbrc | cinap_lenrek |
2022-02-21 | nusb: Fix handling of interface altsetting. | cinap_lenrek |
2022-02-06 | nusb/usbd: use per hname collision counter instead of device address to resol... | cinap_lenrek |
2021-04-20 | nusb/ether: rndis: add standard class code (tested by jmi2k with OnePlus 8) | Sigrid |
2021-04-01 | [9front] [patch] nusb/ether -t rndis | Romano |
2021-02-10 | nusb: don't create rw iso endpoints (by Michael Forney) | cinap_lenrek |
2021-02-10 | nusb: don't create rw iso endpoints (by Michael Forney) | cinap_lenrek |
2021-01-22 | nusb/kb: correct Mod4 scancode (125 → 91, to match what kbdfs has) | Sigrid |
2020-12-08 | nusb/kb: update button state if event was actually received, fix typos (thank... | Sigrid |
2020-11-21 | nusb/kb, nusb/joy: dont try to set protocol on nonboot devices | mischief |
2020-11-16 | nusb/cam: don't videoclose() when open failed | cinap_lenrek |
2020-10-17 | nusb/serial: add ids for FT230X (thanks mischief) | Ori Bernstein |
2020-08-23 | nusb/lib: use fmtprint for the entire dump to be printed out | Sigrid |
2020-05-08 | nusb/kb: add quirks for Elecom HUGE trackball | kvik |
2020-04-05 | nusb/usbd: fix portreset error handling | cinap_lenrek |
2020-04-05 | nusb/audio: set frequency only when supported | cinap_lenrek |
2020-03-08 | nusb/usbd: cleanup processes on unmount | cinap_lenrek |
2020-03-07 | nusb/usbd: fix /env/usbbusy bug | cinap_lenrek |
2019-05-07 | nusb/usbd: work around devices that ignore the high byte of wLength in contro... | cinap_lenrek |
2019-04-18 | nusb/usbd: stop sending port enable commands | mischief |
2019-04-13 | nusb/usbd: fix dump %U formatter | mischief |