| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | USB: omninet: switch to generic read implementation | Johan Hovold | 2013-04-17 | 1 | -40/+3 |
| * | USB: omninet: refactor read-urb processing | Johan Hovold | 2013-04-17 | 1 | -7/+18 |
| * | USB: omninet: clean up protocol defines | Johan Hovold | 2013-04-17 | 1 | -7/+7 |
| * | USB: omninet: clean up protocol description | Johan Hovold | 2013-04-17 | 1 | -7/+6 |
| * | USB: omninet: use kzalloc for private data | Johan Hovold | 2013-04-17 | 1 | -1/+1 |
| * | USB: serial: wishbone-serial: fix up minor sparse warning | Greg Kroah-Hartman | 2013-04-11 | 1 | -1/+1 |
| * | usb-serial: add support for USB Wishbone-serial adapters | Wesley W. Terpstra | 2013-04-11 | 3 | -0/+113 |
| * | USB: regroup all depends on USB within an if USB block | Florian Fainelli | 2013-04-09 | 1 | -1/+1 |
| * | USB: option: add a D-Link DWM-156 variant | Bjørn Mork | 2013-04-09 | 1 | -0/+6 |
| * | USB: add ftdi_sio USB ID for GDM Boost V1.x | Stefani Seibold | 2013-04-08 | 2 | -0/+2 |
| * | USB: io_ti, stop dereferencing potential NULL | Jiri Slaby | 2013-04-05 | 1 | -5/+4 |
| * | USB: keyspan: add a sanity test on "len" | Dan Carpenter | 2013-04-05 | 1 | -2/+3 |
| * | USB: keyspan: pull in one indent level | Dan Carpenter | 2013-04-05 | 1 | -35/+34 |
| * | Revert "USB: serial: fix hang when opening port" | Greg Kroah-Hartman | 2013-03-28 | 1 | -1/+0 |
| * | Merge branch 'usb-linus' into usb-next | Greg Kroah-Hartman | 2013-03-28 | 3 | -0/+9 |
| |\ |
|
| * | | USB: serial: update copyright information | Johan Hovold | 2013-03-25 | 3 | -2/+3 |
| * | | USB: iuu_phoenix: remove bogus disconnect test in close | Johan Hovold | 2013-03-25 | 1 | -5/+0 |
| * | | USB: garmin_gps: remove bogus disconnect test in bulk callback | Johan Hovold | 2013-03-25 | 1 | -6/+0 |
| * | | USB: garmin_gps: remove bogus disconnect test in close | Johan Hovold | 2013-03-25 | 1 | -4/+0 |
| * | | USB: visor: always disable uart on close | Johan Hovold | 2013-03-25 | 1 | -11/+5 |
| * | | USB: quatech2: always disable uart on close | Johan Hovold | 2013-03-25 | 1 | -8/+0 |
| * | | USB: pl2303: remove disconnect test from tiocmset | Johan Hovold | 2013-03-25 | 1 | -11/+4 |
| * | | USB: pl2303: fix return value of tiocmset | Johan Hovold | 2013-03-25 | 1 | -2/+5 |
| * | | USB: opticon: remove disconnect test from tiocmset | Johan Hovold | 2013-03-25 | 1 | -12/+4 |
| * | | USB: opticon: fix return value of tiocmset | Johan Hovold | 2013-03-25 | 1 | -3/+9 |
| * | | USB: mos7720: always disable uart on close | Johan Hovold | 2013-03-25 | 1 | -10/+3 |
| * | | USB: metro-usb: always disable uart on close | Johan Hovold | 2013-03-25 | 1 | -4/+1 |
| * | | USB: kl5kusb105: always disable uart on close | Johan Hovold | 2013-03-25 | 1 | -16/+11 |
| * | | USB: io_ti: always disable uart on close | Johan Hovold | 2013-03-25 | 1 | -13/+2 |
| * | | USB: cypress_m8: remove bogus disconnect test from close | Johan Hovold | 2013-03-25 | 1 | -7/+0 |
| * | | USB: cp210x: always disable uart on close | Johan Hovold | 2013-03-25 | 1 | -5/+1 |
| * | | USB: ti_usb_3410_5052: switch to generic TIOCMIWAIT implementation | Johan Hovold | 2013-03-25 | 1 | -26/+3 |
| * | | USB: ti_usb_3410_5052: switch to generic get_icount implementation | Johan Hovold | 2013-03-25 | 1 | -37/+7 |
| * | | USB: ssu100: switch to generic TIOCMIWAIT implementation | Johan Hovold | 2013-03-25 | 1 | -48/+2 |
| * | | USB: ssu100: switch to generic get_icount implementation | Johan Hovold | 2013-03-25 | 1 | -40/+15 |
| * | | USB: spcp8x5: add proper modem-status support | Johan Hovold | 2013-03-25 | 1 | -17/+10 |
| * | | USB: spcp8x5: reimplement device type detection | Johan Hovold | 2013-03-25 | 1 | -49/+21 |
| * | | USB: spcp8x5: clean up modem status retrieval | Johan Hovold | 2013-03-25 | 1 | -11/+7 |
| * | | USB: spcp8x5: pass usb-serial port to control functions | Johan Hovold | 2013-03-25 | 1 | -26/+28 |
| * | | USB: spcp8x5: clean up code | Johan Hovold | 2013-03-25 | 1 | -35/+37 |
| * | | USB: spcp8x5: remove broken uart-error handling | Johan Hovold | 2013-03-25 | 1 | -52/+0 |
| * | | USB: spcp8x5: remove broken TIOCMIWAIT support | Johan Hovold | 2013-03-25 | 1 | -68/+0 |
| * | | USB: quatech2: switch to generic TIOCMIWAIT implementation | Johan Hovold | 2013-03-25 | 1 | -48/+2 |
| * | | USB: quatech2: switch to generic get_icount implementation | Johan Hovold | 2013-03-25 | 1 | -39/+12 |
| * | | USB: pl2303: fix TIOCMIWAIT and disconnect | Johan Hovold | 2013-03-25 | 1 | -3/+3 |
| * | | USB: pl2303: add custom tiocmiwait operation | Johan Hovold | 2013-03-25 | 1 | -5/+3 |
| * | | USB: oti6858: fix TIOCMIWAIT and disconnect | Johan Hovold | 2013-03-25 | 1 | -2/+2 |
| * | | USB: oti6858: replace custom ioctl operation with tiocmiwait | Johan Hovold | 2013-03-25 | 1 | -22/+4 |
| * | | USB: mos7840: switch to generic TIOCMIWAIT implementation | Johan Hovold | 2013-03-25 | 1 | -46/+2 |
| * | | USB: mos7840: switch to generic get_icount implementation | Johan Hovold | 2013-03-25 | 1 | -47/+9 |