Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
ed3ac021e5038696fd38670e83219cea487f66be
/
include
/
linux
/
usb
/
serial.h
891a3b1
USB: fix bug in serial driver unregistration
by Alan Stern
· 13 years ago
b790f5d
USB: serial: use module_driver() macro
by Greg Kroah-Hartman
· 13 years ago
d1cddb4
USB: create module_usb_serial_driver macro
by Greg KH
· 13 years ago
f799e76
USB: serial: remove usb_serial_register and usb_serial_deregister
by Greg Kroah-Hartman
· 13 years ago
765e0ba
usb-serial: new API for driver registration
by Alan Stern
· 13 years ago
e688355
USB: serial: add macro for console error reporting
by Johan Hovold
· 13 years ago
d83b405
USB: serial: add support for multiple read urbs
by Johan Hovold
· 13 years ago
4556143
USB: serial: remove write_urb_busy field from usb_serial_port
by Johan Hovold
· 13 years ago
e6bee32
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 14 years ago
969e303
USB: serial drivers need to use larger bulk-in buffers
by Alan Stern
· 14 years ago
00a0d0d
tty: remove filp from the USB tty ioctls
by Alan Cox
· 14 years ago
20b9d17
tiocmset: kill the file pointer argument
by Alan Cox
· 14 years ago
60b33c1
tiocmget: kill off the passing of the struct file
by Alan Cox
· 14 years ago
d14fc1a
USB: serial: handle Data Carrier Detect changes
by Libor Pechacek
· 14 years ago
d281da7
tty: Make tiocgicount a handler
by Alan Cox
· 14 years ago
6ee9f4b
USB: drop tty argument from usb_serial_handle_sysrq_char()
by Dmitry Torokhov
· 14 years ago
0858a3a
USB: include/usb/*.h checkpatch cleanup
by Greg Kroah-Hartman
· 15 years ago
c23e5fc
USB: serial: remove multi-urb write from generic driver
by Johan Hovold
· 15 years ago
27c7acf
USB: serial: reimplement generic fifo-based writes
by Johan Hovold
· 15 years ago
eaa3bcb
USB: serial: generalise write buffer preparation
by Johan Hovold
· 15 years ago
25d514c
USB: serial: re-implement multi-urb writes in generic driver
by Johan Hovold
· 15 years ago
2315432
USB: serial: generalise generic read implementation
by Johan Hovold
· 15 years ago
41bd72f
USB: serial: refactor read urb submission in generic driver
by Johan Hovold
· 15 years ago
bbcb2b9
USB: serial: allow drivers to define bulk buffer sizes
by Johan Hovold
· 15 years ago
bd5afa9
usb-serial: Use tty_port version console instead of usb_serial_port
by Jason Wessel
· 15 years ago
efcbd3d
USB: Extend and neaten dbg macros
by Joe Perches
· 15 years ago
119eecc
Fix usb_serial_probe() problem introduced by the recent kfifo changes
by Stefani Seibold
· 15 years ago
82fc594
usb_serial: Kill port mutex
by Alan Cox
· 15 years ago
a4720c6
USB: serial: don't call release without attach
by Alan Stern
· 15 years ago
8e8dce0
USB: use kfifo to buffer usb-generic serial writes
by David VomLehn
· 15 years ago
fe1ae7f
tty: USB serial termios bits
by Alan Cox
· 15 years ago
a509a7e
tty: USB does not need the filp argument in the drivers
by Alan Cox
· 15 years ago
24a15a6
tty: Fix USB kref leak
by Alan Cox
· 16 years ago
f9c99bb
USB: usb-serial: replace shutdown with disconnect, release
by Alan Stern
· 16 years ago
c706ebd
USB: usb-serial: call port_probe and port_remove at the right times
by Alan Stern
· 16 years ago
98fcb5f
USB: serial: usb_debug,usb_generic_serial: implement sysrq and serial break
by Jason Wessel
· 16 years ago
715b1dc
USB: usb_debug, usb_generic_serial: implement multi urb write
by Jason Wessel
· 16 years ago
335f851
tty: Bring the usb tty port structure into more use
by Alan Cox
· 16 years ago
78c5b82
tty: Update some of the USB kernel doc
by Leandro Dorileo
· 16 years ago
f8bece8
USB: serial: introduce a flag into the usb serial layer to tell drivers that their URBs are killed due to suspension
by Oliver Neukum
· 16 years ago
0b14c38
USB: Fix spelling in usb/serial.h
by Geoff Levand
· 16 years ago
0282b7f
usb-serial: don't release unregistered minors
by Alan Stern
· 16 years ago
95da310
usb_serial: API all change
by Alan Cox
· 16 years ago
9aebfd6
USB: serial: remove endpoints setting checks from core and header
by Greg Kroah-Hartman
· 17 years ago
dda43a0
USB: Standardize inclusion protection and add where missing.
by Robert P. J. Day
· 17 years ago
41dceed
USB: fix codingstyle issues in include/linux/usb/
by Greg Kroah-Hartman
· 17 years ago
a1cd7e9
USB: stop io performed by mos7720 upon close()
by Oliver Neukum
· 17 years ago
9a6b1ef
USB: usb_serial: clean tty reference in the last close
by Aristeu Rozanski
· 17 years ago
063a2da
USB: serial core should respect driver requirements
by Alan Stern
· 17 years ago
ec22559
USB: suspend support for usb serial
by Oliver Neukum
· 18 years ago
253ca92
USB: add flow control to usb-serial generic driver.
by Joris van Rantwijk
· 18 years ago
93bacef
USB serial: add dynamic id support to usb-serial core
by Greg Kroah-Hartman
· 18 years ago
606d099
[PATCH] tty: switch to ktermios
by Alan Cox
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
a969888
[PATCH] USB: move usb-serial.h to include/linux/usb/
by Greg Kroah-Hartman
· 18 years ago
[Renamed (98%) from drivers/usb/serial/usb-serial.h]
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
cf2c748
[PATCH] USB serial: encapsulate schedule_work, remove double-calling
by Pete Zaitcev
· 19 years ago
73e487f
[PATCH] USB console: fix disconnection issues
by Guennadi Liakhovetski
· 19 years ago
1ce7dd2
[PATCH] USB serial: Converts port semaphore to mutexes.
by Luiz Fernando Capitulino
· 19 years ago
8a4613f
[PATCH] USB: usbserial: race-condition fix.
by Luiz Fernando Capitulino
· 19 years ago
269bda1
[PATCH] USB Serial: move name to driver structure
by Greg Kroah-Hartman
· 20 years ago
502b95c
[PATCH] USB Serial: move old changelog comments out of source code
by Greg Kroah-Hartman
· 20 years ago
18fcac3
[PATCH] USB Serial: get rid of the .owner field in usb_serial_driver
by Greg Kroah-Hartman
· 20 years ago
ea65370
[PATCH] USB Serial: rename usb_serial_device_type to usb_serial_driver
by Greg Kroah-Hartman
· 20 years ago
507ca9b
[PATCH] USB: add ability for usb-serial drivers to determine if their write urb is currently being used.
by Greg Kroah-Hartman
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago