index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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
2013-03-25
USB: serial: remove generic disconnect callback
Johan Hovold
1
-2
/
+2
2013-03-25
USB: serial: remove redundant allocation error messages
Johan Hovold
1
-28
/
+9
2013-03-25
USB: serial: clean up debug info
Johan Hovold
1
-19
/
+20
2013-03-25
USB: serial: remove redundant comments
Johan Hovold
1
-15
/
+5
2013-03-25
USB: serial: rename tty-port callbacks
Johan Hovold
1
-9
/
+9
2013-03-25
USB: serial: comments on suspend failure
Ming Lei
1
-0
/
+5
2013-03-25
Merge 3.9-rc4 into usb-next
Greg Kroah-Hartman
1
-1
/
+2
2013-03-21
USB: serial: fix interface refcounting
Johan Hovold
1
-1
/
+2
2013-03-18
TTY: add tty_port_tty_wakeup helper
Jiri Slaby
1
-9
/
+1
2013-03-15
usb/serial: Remove unnecessary check for console
Peter Hurley
1
-9
/
+5
2013-02-13
USB: serial: fix null-pointer dereferences on disconnect
Johan Hovold
1
-2
/
+12
2013-01-18
USB: serial: grab disconnect mutex in chars_in_buffer
Johan Hovold
1
-4
/
+10
2012-11-15
TTY: call tty_port_destroy in the rest of drivers
Jiri Slaby
1
-0
/
+1
2012-10-01
Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
1
-100
/
+76
2012-09-19
USB: serial: fix up bug with missing {}
Greg Kroah-Hartman
1
-1
/
+2
2012-09-18
USB: serial: core: fix up printk() usage
Greg Kroah-Hartman
1
-10
/
+3
2012-09-18
USB: Serial: usb-serial: remove debug module parameter
Greg Kroah-Hartman
1
-6
/
+2
2012-09-13
USB: serial: core: clean up dbg and printk usage.
Greg Kroah-Hartman
1
-77
/
+69
2012-09-13
USB: serial: core: remove some trace debugging calls
Greg Kroah-Hartman
1
-6
/
+0
2012-07-17
tty: Move the handling of the tty release logic
Alan Cox
1
-2
/
+1
2012-07-16
tty: move the termios object into the tty
Alan Cox
1
-1
/
+1
2012-06-26
Merge 3.5-rc4 into tty-next
Greg Kroah-Hartman
1
-5
/
+7
2012-06-13
TTY: usb-serial, use tty_port_install
Jiri Slaby
1
-1
/
+1
2012-06-13
usb: use usb_serial_put in usb_serial_probe errors
Jan Safrata
1
-3
/
+3
2012-06-13
USB: serial: Enforce USB driver and USB serial driver match
Bjørn Mork
1
-2
/
+4
2012-05-16
USB: serial: fix up reset_resume callback
Greg Kroah-Hartman
1
-2
/
+4
2012-05-16
USB: serial: generic driver is only for testing
Bjørn Mork
1
-0
/
+2
2012-05-15
USB: serial: hook up reset_resume callback
Greg Kroah-Hartman
1
-1
/
+23
2012-05-08
USB: serial: rework usb_serial_register/deregister_drivers()
Greg Kroah-Hartman
1
-16
/
+22
2012-05-07
USB: serial: remove bizarre generic_serial probe function
Greg Kroah-Hartman
1
-1
/
+1
2012-05-07
USB: serial: remove usb_serial_disconnect call in all drivers
Greg Kroah-Hartman
1
-13
/
+13
2012-05-07
USB: serial: remove usb_serial_probe call in all drivers
Greg Kroah-Hartman
1
-1
/
+1
2012-05-07
usb-serial: ftdi_sio: fix oops during autosuspend
Alan Stern
1
-2
/
+7
2012-04-25
USB: serial: fix interface data use
Johan Hovold
1
-4
/
+2
2012-04-10
USB: serial: fix race between probe and open
Johan Hovold
1
-0
/
+8
2012-04-09
USB: fix bug in serial driver unregistration
Alan Stern
1
-21
/
+2
2012-03-20
Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
1
-5
/
+72
2012-03-08
TTY: remove re-assignments to tty_driver members
Jiri Slaby
1
-1
/
+0
2012-02-24
USB: serial: remove usb_serial_register and usb_serial_deregister
Greg Kroah-Hartman
1
-10
/
+2
2012-02-24
usb-serial: new API for driver registration
Alan Stern
1
-0
/
+75
2012-02-02
USB: serial, use tty_standard_install
Jiri Slaby
1
-10
/
+6
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-1
/
+1
2011-11-26
USB: remove BKL comments
Davidlohr Bueso
1
-2
/
+0
2011-11-15
USB: serial: do not forward USB specific errors in write
Johan Hovold
1
-0
/
+2
2011-11-15
USB: serial: fix whitespace issues
Johan Hovold
1
-8
/
+9
2011-11-15
USB: serial: do not forward USB specific errors in open
Johan Hovold
1
-0
/
+4
2011-11-15
USB: serial: add support for multiple read urbs
Johan Hovold
1
-19
/
+31
2011-11-15
USB: serial: reuse generic write urb and bulk-out buffer
Johan Hovold
1
-19
/
+4
2011-08-23
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
Kuninori Morimoto
1
-4
/
+4
2011-03-16
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-6
/
+6
[prev]
[next]