Greg Kroah-Hartman
|
dcd82cd1c2
USB: serial: fix up reset_resume callback
|
13 years ago |
Bjørn Mork
|
3a2300385f
USB: serial: generic driver is only for testing
|
13 years ago |
Greg Kroah-Hartman
|
7186364e46
USB: serial: hook up reset_resume callback
|
13 years ago |
Greg Kroah-Hartman
|
68e2411345
USB: serial: rework usb_serial_register/deregister_drivers()
|
13 years ago |
Greg Kroah-Hartman
|
2edd284bd7
USB: serial: remove bizarre generic_serial probe function
|
13 years ago |
Greg Kroah-Hartman
|
32078f915d
USB: serial: remove usb_serial_disconnect call in all drivers
|
13 years ago |
Greg Kroah-Hartman
|
5026bb07be
USB: serial: remove usb_serial_probe call in all drivers
|
13 years ago |
Alan Stern
|
5cbe61c5af
usb-serial: ftdi_sio: fix oops during autosuspend
|
13 years ago |
Johan Hovold
|
bdce6612a0
USB: serial: fix interface data use
|
13 years ago |
Johan Hovold
|
a65a6f14dc
USB: serial: fix race between probe and open
|
13 years ago |
Alan Stern
|
891a3b1fdd
USB: fix bug in serial driver unregistration
|
13 years ago |
Linus Torvalds
|
ed378a52da
Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
|
13 years ago |
Jiri Slaby
|
2f16669d32
TTY: remove re-assignments to tty_driver members
|
13 years ago |
Greg Kroah-Hartman
|
f799e76783
USB: serial: remove usb_serial_register and usb_serial_deregister
|
13 years ago |
Alan Stern
|
765e0ba626
usb-serial: new API for driver registration
|
13 years ago |
Jiri Slaby
|
76f82a7ab3
USB: serial, use tty_standard_install
|
13 years ago |
Rusty Russell
|
90ab5ee941
module_param: make bool parameters really bool (drivers & misc)
|
13 years ago |
Davidlohr Bueso
|
568987116e
USB: remove BKL comments
|
13 years ago |
Johan Hovold
|
c6249ff752
USB: serial: do not forward USB specific errors in write
|
13 years ago |
Johan Hovold
|
3e1f490119
USB: serial: fix whitespace issues
|
13 years ago |
Johan Hovold
|
3827d8762f
USB: serial: do not forward USB specific errors in open
|
13 years ago |
Johan Hovold
|
d83b405383
USB: serial: add support for multiple read urbs
|
13 years ago |
Johan Hovold
|
1ce7b9349f
USB: serial: reuse generic write urb and bulk-out buffer
|
13 years ago |
Kuninori Morimoto
|
29cc88979a
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
|
14 years ago |
Linus Torvalds
|
e6bee325e4
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
|
14 years ago |
Alan Stern
|
969e3033ae
USB: serial drivers need to use larger bulk-in buffers
|
14 years ago |
Alan Cox
|
6caa76b778
tty: now phase out the ioctl file pointer for good
|
14 years ago |
Alan Cox
|
00a0d0d65b
tty: remove filp from the USB tty ioctls
|
14 years ago |
Alan Cox
|
20b9d17715
tiocmset: kill the file pointer argument
|
14 years ago |
Alan Cox
|
60b33c133c
tiocmget: kill off the passing of the struct file
|
14 years ago |