| Commit message (Expand) | Author | Age | Files | Lines |
* | USB: remove info() macro from usb/serial drivers | Greg Kroah-Hartman | 2008-10-17 | 1 | -3/+4 |
* | tty: usb-serial krefs | Alan Cox | 2008-10-13 | 1 | -9/+15 |
* | usb-serial: Add Siemens EF81 to PL-2303 hack triggers | Andreas Bombe | 2008-09-23 | 1 | -1/+3 |
* | usb-serial: don't release unregistered minors | Alan Stern | 2008-08-13 | 1 | -4/+3 |
* | tty: rework break handling | Alan Cox | 2008-07-22 | 1 | -1/+2 |
* | usb-serial: Coding style | Alan Cox | 2008-07-22 | 1 | -140/+164 |
* | usb_serial: API all change | Alan Cox | 2008-07-22 | 1 | -41/+41 |
* | USB: fix usb serial pm counter decrement for disconnected interfaces | Oliver Neukum | 2008-07-21 | 1 | -1/+4 |
* | USB: usb-serial: fix a sparse warning about different signedness | Andre Haupt | 2008-07-21 | 1 | -1/+1 |
* | USB: usb dev_set_name() instead of dev->bus_id | Kay Sievers | 2008-07-21 | 1 | -1/+1 |
* | USB: usb dev_name() instead of dev->bus_id | Kay Sievers | 2008-07-21 | 1 | -2/+2 |
* | tty: The big operations rework | Alan Cox | 2008-04-30 | 1 | -106/+23 |
* | usb serial: more fixes and groundwork for tty changes | Alan Cox | 2008-04-24 | 1 | -0/+2 |
* | USB: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-24 | 1 | -39/+39 |
* | USB: serial: remove endpoints setting checks from core and header | Greg Kroah-Hartman | 2008-04-24 | 1 | -16/+0 |
* | USB: usb-serial: Prepare for BKL push down | Alan Cox | 2008-04-24 | 1 | -2/+9 |
* | USB: remove broken usb-serial num_endpoints check | Greg Kroah-Hartman | 2008-04-15 | 1 | -0/+2 |
* | USB: stop io performed by mos7720 upon close() | Oliver Neukum | 2008-02-01 | 1 | -14/+14 |
* | USB: Prepare serial core for autosuspend. | Sarah Sharp | 2008-02-01 | 1 | -2/+10 |
* | USB: usb_serial: clean tty reference in the last close | Aristeu Rozanski | 2008-02-01 | 1 | -2/+4 |
* | USB: usb_serial_resume bug fix | Sarah Sharp | 2007-10-25 | 1 | -1/+3 |
* | usb-serial: handle NULL termios methods as "no hardware changing support" | Alan Cox | 2007-10-25 | 1 | -0/+2 |
* | USB: serial core should respect driver requirements | Alan Stern | 2007-10-12 | 1 | -9/+22 |
* | USB: fix errornous assumption in the usb serial framework revealed by iuu_pho... | Oliver Neukum | 2007-10-12 | 1 | -0/+11 |
* | USB: fix BUG: sleeping function called from invalid context at /home/jeremy/h... | Oliver Neukum | 2007-07-30 | 1 | -9/+8 |
* | USB: fix usb_serial_suspend(): buggy code | Oliver Neukum | 2007-07-30 | 1 | -7/+8 |
* | synchronization in usb_serial_put | Benny Halevy | 2007-07-12 | 1 | -2/+2 |
* | USB: suspend support for usb serial | Oliver Neukum | 2007-07-12 | 1 | -0/+31 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 1 | -1/+0 |
* | USB: fix usb-serial regression | Jim Radford | 2007-03-19 | 1 | -6/+5 |
* | USB: further fix for usb-serial | Oliver Neukum | 2007-03-09 | 1 | -5/+4 |
* | USB: fix usb-serial device naming bug | Oliver Neukum | 2007-03-09 | 1 | -1/+1 |
* | usb-serial: fix shutdown / device_unregister order | Jim Radford | 2007-03-09 | 1 | -5/+6 |
* | USB: race fixes for usb-serial, step 3 | Oliver Neukum | 2007-02-07 | 1 | -1/+2 |
* | USB: race fixes for usb-serial, step 2 | Oliver Neukum | 2007-02-07 | 1 | -2/+12 |
* | USB: race fixes for usb-serial step 1 | Oliver Neukum | 2007-02-07 | 1 | -13/+31 |
* | USB serial: add dynamic id support to usb-serial core | Greg Kroah-Hartman | 2007-02-07 | 1 | -5/+36 |
* | [PATCH] tty: switch to ktermios | Alan Cox | 2006-12-08 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2006-12-05 | 1 | -8/+4 |
|\ |
|
| * | usb: usb-serial free urb cleanup | Mariusz Kozlowski | 2006-12-01 | 1 | -8/+4 |
* | | WorkStruct: make allyesconfig | David Howells | 2006-11-22 | 1 | -3/+4 |
|/ |
|
* | [PATCH] const struct tty_operations | Jeff Dike | 2006-10-02 | 1 | -1/+1 |
* | usb serial: support Alcor Micro Corp. USB 2.0 TO RS-232 through pl2303 driver | Johannes Steingraeber | 2006-09-27 | 1 | -1/+3 |
* | USB: fix __must_check warnings in drivers/usb/serial/ | Greg Kroah-Hartman | 2006-09-27 | 1 | -1/+4 |
* | USB: usb-serial: Use usb_endpoint_* functions. | Luiz Fernando N. Capitulino | 2006-09-27 | 1 | -12/+7 |
* | usbserial: Reference leak | Matthias Urlichs | 2006-09-12 | 1 | -1/+3 |
* | [PATCH] USB: move usb-serial.h to include/linux/usb/ | Greg Kroah-Hartman | 2006-07-12 | 1 | -1/+1 |
* | [PATCH] USB: fix usb-serial leaks, oopses on disconnect | Pete Zaitcev | 2006-07-12 | 1 | -14/+9 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV | Greg Kroah-Hartman | 2006-06-26 | 1 | -1/+1 |