index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
serial
/
usb-serial.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-30
tty: The big operations rework
Alan Cox
1
-106
/
+23
2008-04-24
usb serial: more fixes and groundwork for tty changes
Alan Cox
1
-0
/
+2
2008-04-24
USB: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-39
/
+39
2008-04-24
USB: serial: remove endpoints setting checks from core and header
Greg Kroah-Hartman
1
-16
/
+0
2008-04-24
USB: usb-serial: Prepare for BKL push down
Alan Cox
1
-2
/
+9
2008-04-15
USB: remove broken usb-serial num_endpoints check
Greg Kroah-Hartman
1
-0
/
+2
2008-02-01
USB: stop io performed by mos7720 upon close()
Oliver Neukum
1
-14
/
+14
2008-02-01
USB: Prepare serial core for autosuspend.
Sarah Sharp
1
-2
/
+10
2008-02-01
USB: usb_serial: clean tty reference in the last close
Aristeu Rozanski
1
-2
/
+4
2007-10-25
USB: usb_serial_resume bug fix
Sarah Sharp
1
-1
/
+3
2007-10-25
usb-serial: handle NULL termios methods as "no hardware changing support"
Alan Cox
1
-0
/
+2
2007-10-12
USB: serial core should respect driver requirements
Alan Stern
1
-9
/
+22
2007-10-12
USB: fix errornous assumption in the usb serial framework revealed by iuu_pho...
Oliver Neukum
1
-0
/
+11
2007-07-30
USB: fix BUG: sleeping function called from invalid context at /home/jeremy/h...
Oliver Neukum
1
-9
/
+8
2007-07-30
USB: fix usb_serial_suspend(): buggy code
Oliver Neukum
1
-7
/
+8
2007-07-12
synchronization in usb_serial_put
Benny Halevy
1
-2
/
+2
2007-07-12
USB: suspend support for usb serial
Oliver Neukum
1
-0
/
+31
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-03-19
USB: fix usb-serial regression
Jim Radford
1
-6
/
+5
2007-03-09
USB: further fix for usb-serial
Oliver Neukum
1
-5
/
+4
2007-03-09
USB: fix usb-serial device naming bug
Oliver Neukum
1
-1
/
+1
2007-03-09
usb-serial: fix shutdown / device_unregister order
Jim Radford
1
-5
/
+6
2007-02-07
USB: race fixes for usb-serial, step 3
Oliver Neukum
1
-1
/
+2
2007-02-07
USB: race fixes for usb-serial, step 2
Oliver Neukum
1
-2
/
+12
2007-02-07
USB: race fixes for usb-serial step 1
Oliver Neukum
1
-13
/
+31
2007-02-07
USB serial: add dynamic id support to usb-serial core
Greg Kroah-Hartman
1
-5
/
+36
2006-12-08
[PATCH] tty: switch to ktermios
Alan Cox
1
-1
/
+1
2006-12-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
1
-8
/
+4
2006-12-01
usb: usb-serial free urb cleanup
Mariusz Kozlowski
1
-8
/
+4
2006-11-22
WorkStruct: make allyesconfig
David Howells
1
-3
/
+4
2006-10-02
[PATCH] const struct tty_operations
Jeff Dike
1
-1
/
+1
2006-09-27
usb serial: support Alcor Micro Corp. USB 2.0 TO RS-232 through pl2303 driver
Johannes Steingraeber
1
-1
/
+3
2006-09-27
USB: fix __must_check warnings in drivers/usb/serial/
Greg Kroah-Hartman
1
-1
/
+4
2006-09-27
USB: usb-serial: Use usb_endpoint_* functions.
Luiz Fernando N. Capitulino
1
-12
/
+7
2006-09-12
usbserial: Reference leak
Matthias Urlichs
1
-1
/
+3
2006-07-12
[PATCH] USB: move usb-serial.h to include/linux/usb/
Greg Kroah-Hartman
1
-1
/
+1
2006-07-12
[PATCH] USB: fix usb-serial leaks, oopses on disconnect
Pete Zaitcev
1
-14
/
+9
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-26
[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV
Greg Kroah-Hartman
1
-1
/
+1
2006-06-26
[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed
Greg Kroah-Hartman
1
-1
/
+0
2006-06-21
[PATCH] usbserial: Fixes wrong return values.
Luiz Fernando N. Capitulino
1
-8
/
+6
2006-06-21
[PATCH] USB Serial: clean tty fields on failed device open
Frank Gevaerts
1
-0
/
+2
2006-06-21
[PATCH] USB: rmmod pl2303 after -28
Pete Zaitcev
1
-0
/
+2
2006-06-21
[PATCH] USB serial: encapsulate schedule_work, remove double-calling
Pete Zaitcev
1
-2
/
+12
2006-06-21
[PATCH] USB console: fix disconnection issues
Guennadi Liakhovetski
1
-5
/
+11
2006-06-21
[PATCH] USB: console: prevent ENODEV on node
Paul Fulghum
1
-5
/
+5
2006-05-12
[PATCH] usbserial: Fixes leak in serial_open() error path.
Luiz Fernando Capitulino
1
-6
/
+11
2006-05-12
[PATCH] usbserial: Fixes use-after-free in serial_open().
Luiz Fernando Capitulino
1
-1
/
+1
2006-04-14
[PATCH] USB serial: Converts port semaphore to mutexes.
Luiz Fernando Capitulino
1
-8
/
+8
2006-03-20
[PATCH] USB: kzalloc() conversion for rest of drivers/usb
Eric Sesterhenn
1
-4
/
+2
[next]