summaryrefslogtreecommitdiff
path: root/sys/src/cmd/nusb
AgeCommit message (Expand)Author
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
2014-04-19nusb: dont include <bio.h>, we'r not using it (thanks erik)cinap_lenrek
2014-04-18nusb/kb: fix trackpoint on thinkpad usb keyboardftrvxmtrx
2014-03-09nusb: added joyaiju
2014-03-06nusb: fix loaddevstr() (thanks erik quanstro and richard miller)cinap_lenrek
2014-02-14nusb/ether: fix pointer truncationcinap_lenrek
2013-10-26mkfiles: do not rely on path containing the . elementcinap_lenrek
2013-10-18nusb/ether: new driver interface with kernel inspired Block bufferscinap_lenrek
2013-10-16nusb/ether: fix wrong size check causing odd sized packets to be discarded (t...cinap_lenrek
2013-10-16nusb/disk: handle blocking usb access with srv releasedcinap_lenrek
2013-10-02nusb/ether: add rtl8150 driver, remove unused includesppatience0
2013-09-15nusb/serial: set exit statuscinap_lenrek
2013-08-24nusb/ether: add aue driver for admtek pegasus usb ethernet adapterppatience0
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-07-05nusb: only read 18 bytes for device descriptorppatience0
2013-06-19nusb/ether: fix asixread() invert/shift in wrong orderppatience0
2013-06-18nusb/ether: fix asixwrite()cinap_lenrek
2013-06-16nusb/ether: call sysfatal if dev is nilppatience0
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-04-26nusb/serial: Add support for Amontec JTAGkey devices (from sources)cinap_lenrek
2013-03-10nusb/disk: add small delay after unit start command (for thinkpad sdcard reader)cinap_lenrek
2013-03-01nusb/kb: fix "Home" key producing "7" with some usb keyboards (import from so...cinap_lenrek
2013-02-13nusb/disk: allow 12 and 16 byte raw scsi commands (from erik quanstro)cinap_lenrek
2013-02-01audio: fix delay control, increase default buffer delay to 40mscinap_lenrek
2013-01-30nusb/kb: increase maximum report descriptor size, non-continuous endpoints (f...cinap_lenrek