| Commit message (Expand) | Author | Age | Files | Lines |
* | USB: serial: spcp8x5: simplify init_termios | Johan Hovold | 2019-04-26 | 1 | -4/+1 |
* | USB: serial: Remove redundant license text | Greg Kroah-Hartman | 2017-11-04 | 1 | -5/+0 |
* | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 2017-11-04 | 1 | -0/+1 |
* | USB: serial: spcp8x5: simplify endpoint check | Johan Hovold | 2017-03-16 | 1 | -14/+2 |
* | USB: serial: spcp8x5: fix modem-status handling | Johan Hovold | 2017-01-16 | 1 | -1/+7 |
* | USB: serial: spcp8x5: fix NULL-deref at open | Johan Hovold | 2017-01-04 | 1 | -0/+14 |
* | USB: serial: add missing newlines to dev_<level> messages. | Johan Hovold | 2014-03-12 | 1 | -4/+3 |
* | usb: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-09 | 1 | -1/+0 |
* | USB: spcp8x5: correct handling of CS5 setting | Colin Leitner | 2013-12-03 | 1 | -16/+14 |
* | USB: serial: set drain delay at port probe | Johan Hovold | 2013-07-24 | 1 | -2/+2 |
* | USB: spcp8x5: fix device initialisation at open | Johan Hovold | 2013-06-10 | 1 | -6/+4 |
* | 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: spcp8x5: fix use-after-free in TIOCMIWAIT | Johan Hovold | 2013-03-21 | 1 | -4/+5 |
* | TTY: switch tty_flip_buffer_push | Jiri Slaby | 2013-01-16 | 1 | -9/+9 |
* | TTY: switch tty_insert_flip_char | Jiri Slaby | 2013-01-16 | 1 | -1/+1 |
* | TTY: convert more flipping functions | Jiri Slaby | 2013-01-16 | 1 | -1/+1 |
* | USB: serial: remove driver version information | Johan Hovold | 2012-10-31 | 1 | -4/+0 |
* | USB: spcp8x5: fix port-data memory leak | Johan Hovold | 2012-10-17 | 1 | -28/+18 |
* | Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb | Linus Torvalds | 2012-10-01 | 1 | -5/+0 |
|\ |
|
| * | USB: serial: spcp8x5.c: remove debug module parameter | Greg Kroah-Hartman | 2012-09-14 | 1 | -5/+0 |
* | | tty: move the termios object into the tty | Alan Cox | 2012-07-16 | 1 | -6/+6 |
|/ |
|
* | USB: spcp8x5.c: remove dbg() usage | Greg Kroah-Hartman | 2012-05-16 | 1 | -4/+8 |
* | USB: serial: rework usb_serial_register/deregister_drivers() | Greg Kroah-Hartman | 2012-05-09 | 1 | -7/+1 |
* | USB: serial: remove usb_serial_disconnect call in all drivers | Greg Kroah-Hartman | 2012-05-07 | 1 | -1/+0 |
* | USB: serial: remove usb_serial_probe call in all drivers | Greg Kroah-Hartman | 2012-05-07 | 1 | -1/+0 |
* | USB: spcp8x5.c: remove dbg() tracing calls | Greg Kroah-Hartman | 2012-05-04 | 1 | -2/+0 |
* | USB: serial: spcp8x5.c: use module_usb_serial_driver | Greg Kroah-Hartman | 2012-02-28 | 1 | -18/+1 |
* | usb-serial: use new registration API in [q-s]* drivers | Alan Stern | 2012-02-24 | 1 | -16/+10 |
* | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 2012-01-13 | 1 | -1/+1 |
* | tty: remove filp from the USB tty ioctls | Alan Cox | 2011-02-17 | 1 | -1/+1 |
* | tiocmset: kill the file pointer argument | Alan Cox | 2011-02-17 | 1 | -1/+1 |
* | tiocmget: kill off the passing of the struct file | Alan Cox | 2011-02-17 | 1 | -1/+1 |
* | USB: serial: handle Data Carrier Detect changes | Libor Pechacek | 2011-01-23 | 1 | -1/+5 |
* | USB serial: add missing .usb_driver field in serial drivers | Alan Stern | 2011-01-23 | 1 | -0/+1 |
* | drivers/usb: Remove unnecessary return's from void functions | Joe Perches | 2010-08-10 | 1 | -1/+0 |
* | USB: spcp8x5: reimplement using generic framework | Johan Hovold | 2010-05-20 | 1 | -378/+29 |
* | USB: tty: fix incorrect use of tty_insert_flip_string_fixed_flag | Johan Hovold | 2010-05-20 | 1 | -2/+2 |
* | USB: remove references to port->port.count from the serial drivers | Alan Stern | 2010-03-02 | 1 | -12/+5 |
* | USB: tty: Prune uses of tty_request_room in the USB layer | Alan Cox | 2010-03-02 | 1 | -4/+2 |
* | USB: serial: Remove unnecessary \n's from dbg uses | Joe Perches | 2010-03-02 | 1 | -1/+1 |
* | USB serial: make USB device id constant | Németh Márton | 2010-03-02 | 1 | -1/+1 |
* | trivial: remove unnecessary semicolons | Joe Perches | 2009-09-21 | 1 | -1/+1 |
* | tty: USB serial termios bits | Alan Cox | 2009-09-19 | 1 | -11/+10 |
* | tty: USB does not need the filp argument in the drivers | Alan Cox | 2009-09-19 | 1 | -4/+1 |