index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
serial
/
usb-serial.c
Age
Commit message (
Expand
)
Author
2012-09-18
USB: serial: core: fix up printk() usage
Greg Kroah-Hartman
2012-09-18
USB: Serial: usb-serial: remove debug module parameter
Greg Kroah-Hartman
2012-09-13
USB: serial: core: clean up dbg and printk usage.
Greg Kroah-Hartman
2012-09-13
USB: serial: core: remove some trace debugging calls
Greg Kroah-Hartman
2012-07-17
tty: Move the handling of the tty release logic
Alan Cox
2012-07-16
tty: move the termios object into the tty
Alan Cox
2012-06-26
Merge 3.5-rc4 into tty-next
Greg Kroah-Hartman
2012-06-13
TTY: usb-serial, use tty_port_install
Jiri Slaby
2012-06-13
usb: use usb_serial_put in usb_serial_probe errors
Jan Safrata
2012-06-13
USB: serial: Enforce USB driver and USB serial driver match
Bjørn Mork
2012-05-16
USB: serial: fix up reset_resume callback
Greg Kroah-Hartman
2012-05-16
USB: serial: generic driver is only for testing
Bjørn Mork
2012-05-15
USB: serial: hook up reset_resume callback
Greg Kroah-Hartman
2012-05-08
USB: serial: rework usb_serial_register/deregister_drivers()
Greg Kroah-Hartman
2012-05-07
USB: serial: remove bizarre generic_serial probe function
Greg Kroah-Hartman
2012-05-07
USB: serial: remove usb_serial_disconnect call in all drivers
Greg Kroah-Hartman
2012-05-07
USB: serial: remove usb_serial_probe call in all drivers
Greg Kroah-Hartman
2012-05-07
usb-serial: ftdi_sio: fix oops during autosuspend
Alan Stern
2012-04-25
USB: serial: fix interface data use
Johan Hovold
2012-04-10
USB: serial: fix race between probe and open
Johan Hovold
2012-04-09
USB: fix bug in serial driver unregistration
Alan Stern
2012-03-20
Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
2012-03-08
TTY: remove re-assignments to tty_driver members
Jiri Slaby
2012-02-24
USB: serial: remove usb_serial_register and usb_serial_deregister
Greg Kroah-Hartman
2012-02-24
usb-serial: new API for driver registration
Alan Stern
2012-02-02
USB: serial, use tty_standard_install
Jiri Slaby
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
2011-11-26
USB: remove BKL comments
Davidlohr Bueso
2011-11-15
USB: serial: do not forward USB specific errors in write
Johan Hovold
2011-11-15
USB: serial: fix whitespace issues
Johan Hovold
2011-11-15
USB: serial: do not forward USB specific errors in open
Johan Hovold
2011-11-15
USB: serial: add support for multiple read urbs
Johan Hovold
2011-11-15
USB: serial: reuse generic write urb and bulk-out buffer
Johan Hovold
2011-08-23
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
Kuninori Morimoto
2011-03-16
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2011-02-25
USB: serial drivers need to use larger bulk-in buffers
Alan Stern
2011-02-17
tty: now phase out the ioctl file pointer for good
Alan Cox
2011-02-17
tty: remove filp from the USB tty ioctls
Alan Cox
2011-02-17
tiocmset: kill the file pointer argument
Alan Cox
2011-02-17
tiocmget: kill off the passing of the struct file
Alan Cox
2011-01-22
USB serial: add missing .usb_driver field in serial drivers
Alan Stern
2010-11-30
USB: fix autosuspend bug in usb-serial
Alan Stern
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
2010-10-22
tty: Make tiocgicount a handler
Alan Cox
2010-08-23
USB: serial: fix leak of usb serial module refrence count
Ming Lei
2010-08-10
USB: serial: enable async suspend for usb serial port device
Ming Lei
2010-08-10
USB-BKL: Remove BKL use for usb serial driver probing
Andi Kleen
2010-05-20
USB: serial: reimplement generic fifo-based writes
Johan Hovold
2010-05-20
USB: serial: generalise write buffer preparation
Johan Hovold
2010-05-20
USB: serial: generalise generic read implementation
Johan Hovold
[prev]
[next]