Age | Commit message (Expand) | Author |
2015-02-17 | nusb/usbd: fix typo in debug prints, dont use %U format as its not installed | cinap_lenrek |
2015-01-01 | nusb/kb: fix alt/altgr being swapped for some reason | ftrvxmtrx |
2014-12-24 | nusb/serial: fix nusb/serial hang with ftdi | cinap_lenrek |
2014-10-31 | nusb/kb: dont set boot protocol on HidCSP interface when we failed to read re... | cinap_lenrek |
2014-08-16 | nusb/kb: delete code for keyboard boot protocol handling, just use hid parser | cinap_lenrek |
2014-08-13 | nusb/ptp: do maxpkt reads to avoid babble error with usb 2.0 devices (thanks ... | cinap_lenrek |
2014-07-05 | nusb/serial: implement flushes | cinap_lenrek |
2014-07-05 | nusb/serial: more cleanup | cinap_lenrek |
2014-07-05 | support for huawei e220 g3 modem, cleanup nusb/serial | cinap_lenrek |
2014-06-28 | nusb: fix spelling, sorry | cinap_lenrek |
2014-06-28 | nusb: implement aijus stable uniqueue device names | cinap_lenrek |
2014-06-28 | ptp: fix alignment assumptions for amd64 | cinap_lenrek |
2014-06-03 | nusb/usbd: cleanup | cinap_lenrek |
2014-06-03 | nusb/usbd: serialize /dev/usbevent processing | cinap_lenrek |
2014-05-03 | fix threadsetname usage in few places | ftrvxmtrx |
2014-04-24 | revert previous change, i was confused. | cinap_lenrek |
2014-04-24 | nusb: use ep->addr instead of ep->id in unstall() library function | cinap_lenrek |
2014-04-23 | nusb/rndis: avoid allocation on each transmission | ftrvxmtrx |
2014-04-23 | nusb: resolve endpoint id conflict with different input and output types | cinap_lenrek |
2014-04-23 | nusb: workaround for endpoints with same index but different types | ftrvxmtrx |
2014-04-22 | nusb/ether: add RNDIS support (tested on Nexus 5) | ftrvxmtrx |
2014-04-19 | nusb: dont include <bio.h>, we'r not using it (thanks erik) | cinap_lenrek |
2014-04-18 | nusb/kb: fix trackpoint on thinkpad usb keyboard | ftrvxmtrx |
2014-03-09 | nusb: added joy | aiju |
2014-03-06 | nusb: fix loaddevstr() (thanks erik quanstro and richard miller) | cinap_lenrek |
2014-02-14 | nusb/ether: fix pointer truncation | cinap_lenrek |
2013-10-26 | mkfiles: do not rely on path containing the . element | cinap_lenrek |
2013-10-18 | nusb/ether: new driver interface with kernel inspired Block buffers | cinap_lenrek |
2013-10-16 | nusb/ether: fix wrong size check causing odd sized packets to be discarded (t... | cinap_lenrek |
2013-10-16 | nusb/disk: handle blocking usb access with srv released | cinap_lenrek |
2013-10-02 | nusb/ether: add rtl8150 driver, remove unused includes | ppatience0 |
2013-09-15 | nusb/serial: set exit status | cinap_lenrek |
2013-08-24 | nusb/ether: add aue driver for admtek pegasus usb ethernet adapter | ppatience0 |
2013-08-10 | nusb/kb: *really* only send to mousein when mouse state actually changes (zer... | cinap_lenrek |
2013-08-10 | revert previous commit... stupid idea | cinap_lenrek |
2013-08-10 | nusb/kb: only send to mousein when mouse state actually changes | cinap_lenrek |
2013-07-05 | nusb: only read 18 bytes for device descriptor | ppatience0 |
2013-06-19 | nusb/ether: fix asixread() invert/shift in wrong order | ppatience0 |
2013-06-18 | nusb/ether: fix asixwrite() | cinap_lenrek |
2013-06-16 | nusb/ether: call sysfatal if dev is nil | ppatience0 |
2013-06-02 | nusb/kb: map button 4 to middle button 2 (for logitech 5 button mouse) | cinap_lenrek |
2013-05-18 | nusb/kb: simplify repeat logic as scancode now contains the info about esc1 e... | cinap_lenrek |
2013-05-18 | nusb/kb: oops, fixup | ftrvxmtrx |
2013-05-18 | nusb/kb: use a flag to indicate extended code; fix the most unix-friendly key... | ftrvxmtrx |
2013-04-26 | nusb/serial: Add support for Amontec JTAGkey devices (from sources) | cinap_lenrek |
2013-03-10 | nusb/disk: add small delay after unit start command (for thinkpad sdcard reader) | cinap_lenrek |
2013-03-01 | nusb/kb: fix "Home" key producing "7" with some usb keyboards (import from so... | cinap_lenrek |
2013-02-13 | nusb/disk: allow 12 and 16 byte raw scsi commands (from erik quanstro) | cinap_lenrek |
2013-02-01 | audio: fix delay control, increase default buffer delay to 40ms | cinap_lenrek |
2013-01-30 | nusb/kb: increase maximum report descriptor size, non-continuous endpoints (f... | cinap_lenrek |