summaryrefslogtreecommitdiff
path: root/sys/src/cmd/nusb
AgeCommit message (Expand)Author
2018-03-07nusb/cam: ctl message fixesaiju
2018-03-07add nusb/camaiju
2018-03-07usb lib: add maxpkt and ntds to Altc structaiju
2018-02-18nusb/ether: mux bridges, bring in line with devethercinap_lenrek
2018-02-18nusb: add missing header dependencies to mkfilescinap_lenrek
2017-12-18nusb/ether: dont forward loopback packets on bridges, remove read nonblocking...cinap_lenrek
2017-12-15ether: allow spoofing of source mac address for bridges; used by vmxcinap_lenrek
2017-08-11nusb/disk: add a 100ms sleep after ums reset, remove unused note handler, cle...cinap_lenrek
2017-07-31nusb/*: cleanupcinap_lenrek
2017-07-31nusb/usbd: support for usb3 hubscinap_lenrek
2017-07-31nusb/usbd: create endpoint files for conf #1, usb3 preparationcinap_lenrek
2017-07-24usb: fix wrong pollival calculation in setmaxpkt()cinap_lenrek
2017-04-21nusb/ptp: treat any assocation as a directorymischief
2017-04-01nusb/lib: make usbcmd() return value symmetic; returning size of data phase (...cinap_lenrek
2017-03-31nusb/serial: pl2303: better error handlingaiju
2016-11-12nusb/ether: support for "bridge" ctl messagecinap_lenrek
2016-09-28nusb/kb: set usage to 0 (undefined) for items exceeding usage listcinap_lenrek
2016-09-28nusb/lib: fix wrong endpoint id when openep() finds already existing endpoint...cinap_lenrek
2016-09-17nusb/ether: promisc and multicast support for admtek pegasus (aue)cinap_lenrek
2016-09-17nusb/ether: multicast and promisc support for rtl8150 (url)cinap_lenrek
2016-09-16nusb/ether: experimental pomisc mode and multicast support for smsc and asixcinap_lenrek
2016-01-07format pointer subtraction results with %zd instead of %ld (for long -> intpt...cinap_lenrek
2015-11-22usbd: intoruce /env/usbbusycinap_lenrek
2015-06-29nusb/audio: dont sysfatal on bad endpoint (no altc)cinap_lenrek
2015-06-15nusb/serial: remove unused channelcinap_lenrek
2015-05-30nusb/disk: adding identical partition is a no-opcinap_lenrek
2015-05-18usbd: set device info for control file (see usb(3), thanks qeed)cinap_lenrek
2015-05-11nusb/serial: recognize aijuboard jtag interfacecinap_lenrek
2015-04-08nusb/kb: always try to recover on error, fix recover for multi-function devicescinap_lenrek
2015-02-17nusb/usbd: fix typo in debug prints, dont use %U format as its not installedcinap_lenrek
2015-01-01nusb/kb: fix alt/altgr being swapped for some reasonftrvxmtrx
2014-12-24nusb/serial: fix nusb/serial hang with ftdicinap_lenrek
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-08-13nusb/ptp: do maxpkt reads to avoid babble error with usb 2.0 devices (thanks ...cinap_lenrek
2014-07-05nusb/serial: implement flushescinap_lenrek
2014-07-05nusb/serial: more cleanupcinap_lenrek
2014-07-05support for huawei e220 g3 modem, cleanup nusb/serialcinap_lenrek
2014-06-28nusb: fix spelling, sorrycinap_lenrek
2014-06-28nusb: implement aijus stable uniqueue device namescinap_lenrek
2014-06-28ptp: fix alignment assumptions for amd64cinap_lenrek
2014-06-03nusb/usbd: cleanupcinap_lenrek
2014-06-03nusb/usbd: serialize /dev/usbevent processingcinap_lenrek
2014-05-03fix threadsetname usage in few placesftrvxmtrx
2014-04-24revert previous change, i was confused.cinap_lenrek
2014-04-24nusb: use ep->addr instead of ep->id in unstall() library functioncinap_lenrek
2014-04-23nusb/rndis: avoid allocation on each transmissionftrvxmtrx
2014-04-23nusb: resolve endpoint id conflict with different input and output typescinap_lenrek
2014-04-23nusb: workaround for endpoints with same index but different typesftrvxmtrx
2014-04-22nusb/ether: add RNDIS support (tested on Nexus 5)ftrvxmtrx