Age | Commit message (Expand) | Author | Files | Lines |
2013-03-26 | USB: kl5kusb105: always disable uart on close | Johan Hovold | 1 | -16/+11 |
2013-03-26 | USB: kl5kusb105: remove unnecessary urb kill on close | Johan Hovold | 1 | -3/+0 |
2013-01-16 | TTY: switch tty_flip_buffer_push | Jiri Slaby | 1 | -7/+1 |
2013-01-16 | TTY: switch tty_insert_flip_string | Jiri Slaby | 1 | -1/+1 |
2012-10-31 | USB: serial: remove driver version information | Johan Hovold | 1 | -4/+0 |
2012-10-18 | USB: kl5kusb105: fix port-data memory leak | Johan Hovold | 1 | -44/+24 |
2012-10-02 | Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb | Linus Torvalds | 1 | -23/+18 |
2012-09-14 | USB: serial: kl5kusb105.c: remove debug module parameter | Greg Kroah-Hartman | 1 | -5/+0 |
2012-09-14 | USB: serial: kl5kusb105.c: remove dbg() usage | Greg Kroah-Hartman | 1 | -18/+18 |
2012-07-17 | tty: move the termios object into the tty | Alan Cox | 1 | -9/+9 |
2012-05-09 | USB: serial: rework usb_serial_register/deregister_drivers() | Greg Kroah-Hartman | 1 | -6/+1 |
2012-05-08 | USB: serial: remove usb_serial_disconnect call in all drivers | Greg Kroah-Hartman | 1 | -1/+0 |
2012-05-08 | USB: serial: remove usb_serial_probe call in all drivers | Greg Kroah-Hartman | 1 | -1/+0 |
2012-05-04 | USB: kl5kusb105.c: remove dbg() tracing calls | Greg Kroah-Hartman | 1 | -9/+0 |
2012-02-29 | USB: serial: kl5kusb105.c: use module_usb_serial_driver | Greg Kroah-Hartman | 1 | -22/+1 |
2012-02-25 | usb-serial: use new registration API in [k-m]* drivers | Alan Stern | 1 | -17/+11 |
2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 1 | -1/+1 |
2011-02-17 | tiocmset: kill the file pointer argument | Alan Cox | 1 | -2/+2 |
2011-02-17 | tiocmget: kill off the passing of the struct file | Alan Cox | 1 | -2/+2 |
2010-06-16 | fix typos concerning "initiali[zs]e" | Uwe Kleine-König | 1 | -1/+1 |
2010-05-21 | USB: kl5usb105: reimplement using generic framework | Johan Hovold | 1 | -333/+47 |
2010-05-21 | USB: kl5usb105: minor clean ups | Johan Hovold | 1 | -46/+33 |
2010-05-21 | USB: kl5usb105: fix memory leak | Johan Hovold | 1 | -0/+1 |
2010-03-03 | USB: tty: Prune uses of tty_request_room in the USB layer | Alan Cox | 1 | -1/+0 |
2010-03-03 | USB serial: make USB device id constant | Németh Márton | 1 | -1/+1 |
2010-03-03 | USB: kl5kusb105: fix DMA buffers on stack | Johan Hovold | 1 | -18/+45 |
2009-10-10 | USB: serial: fix assumption that throttle/unthrottle cannot sleep | Oliver Neukum | 1 | -1/+1 |
2009-09-21 | trivial: fix typo "to to" in multiple files | Anand Gadiyar | 1 | -1/+1 |
2009-09-20 | tty: USB does not need the filp argument in the drivers | Alan Cox | 1 | -8/+2 |
2009-06-16 | USB: usb-serial: replace shutdown with disconnect, release | Alan Stern | 1 | -17/+22 |
2009-06-11 | tty: Bring the usb tty port structure into more use | Alan Cox | 1 | -4/+2 |
2009-01-02 | tty: Drop the lock_kernel in the private ioctl hook | Alan Cox | 1 | -0/+1 |
2008-10-18 | USB: remove use of err() in drivers/usb/serial | Greg Kroah-Hartman | 1 | -17/+29 |
2008-10-18 | USB: remove info() macro from usb/serial drivers | Greg Kroah-Hartman | 1 | -11/+12 |
2008-10-13 | tty: usb-serial krefs | Alan Cox | 1 | -1/+2 |
2008-07-23 | tty-usb-kl5kusb105: Coding style | Alan Cox | 1 | -201/+188 |
2008-07-23 | usb_serial: API all change | Alan Cox | 1 | -31/+43 |
2008-07-22 | USB: use get_unaligned_* helpers for kl5kusb105 driver | Harvey Harrison | 1 | -1/+1 |
2008-04-28 | drivers/usb annotations and fixes | Al Viro | 1 | -1/+2 |
2008-04-25 | USB: remove unnecessary type casting of urb->context | Ming Lei | 1 | -2/+2 |
2008-04-25 | usb serial: more fixes and groundwork for tty changes | Alan Cox | 1 | -16/+25 |
2008-04-25 | USB: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -39/+39 |
2008-04-25 | USB: serial: remove unneeded number endpoints settings | Greg Kroah-Hartman | 1 | -3/+0 |
2008-02-02 | USB: kl5kusb105 don't flush to logically disconnected devices | Oliver Neukum | 1 | -11/+15 |
2007-10-13 | USB: kl5kusb105: witch to new speed API | Alan Cox | 1 | -10/+18 |
2007-07-13 | USB: serial: kl5kusb105: clean up urb->status usage | Greg Kroah-Hartman | 1 | -10/+12 |
2007-04-28 | USB: fix error handling in kl5kusb | Oliver Neukum | 1 | -8/+20 |
2007-02-08 | USB serial: add driver pointer to all usb-serial drivers | Johannes Hölzl | 1 | -0/+1 |
2006-12-20 | usb serial: Eliminate bogus ioctl code | Alan | 1 | -68/+0 |
2006-12-08 | [PATCH] tty: switch to ktermios | Alan Cox | 1 | -3/+3 |