summaryrefslogtreecommitdiff
path: root/sys/src/cmd/nusb/lib
AgeCommit message (Expand)Author
2022-12-23usbd: use dprint() report to standard-error instad of standard-outcinap_lenrek
2022-02-23nusb/lib: provide a setalt() function to set the interface to its altsettingcinap_lenrek
2022-02-21nusb: Fix handling of interface altsetting.cinap_lenrek
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
2020-08-23nusb/lib: use fmtprint for the entire dump to be printed outSigrid
2019-05-07nusb/usbd: work around devices that ignore the high byte of wLength in contro...cinap_lenrek
2018-03-07usb lib: add maxpkt and ntds to Altc structaiju
2017-07-31nusb/*: cleanupcinap_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-01nusb/lib: make usbcmd() return value symmetic; returning size of data phase (...cinap_lenrek
2016-09-28nusb/lib: fix wrong endpoint id when openep() finds already existing endpoint...cinap_lenrek
2014-06-28nusb: fix spelling, sorrycinap_lenrek
2014-06-28nusb: implement aijus stable uniqueue device namescinap_lenrek
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: 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-19nusb: dont include <bio.h>, we'r not using it (thanks erik)cinap_lenrek
2014-03-06nusb: fix loaddevstr() (thanks erik quanstro and richard miller)cinap_lenrek
2013-07-05nusb: only read 18 bytes for device descriptorppatience0
2012-12-10nusb: provide language id when reading string descriptors (thanks ftrvxmtrx)cinap_lenrek
2012-09-06nusb: handle 0 csp value on iface, remove unneeded configdev() calls after ge...cinap_lenrek
2011-08-26nusb: fix documentation, cleanup, remove /sys/src/cmd/usbcinap_lenrek
2011-07-27nusb: improvedaiju