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 |
Alan Stern
|
5620b5f7f1
USB serial: add missing .usb_driver field in serial drivers
|
14 years ago |
Alan Stern
|
abf03184a3
USB: fix autosuspend bug in usb-serial
|
14 years ago |
Arnd Bergmann
|
451a3c24b0
BKL: remove extraneous #include <smp_lock.h>
|
14 years ago |
Alan Cox
|
d281da7ff6
tty: Make tiocgicount a handler
|
14 years ago |
Ming Lei
|
d92a3ca689
USB: serial: fix leak of usb serial module refrence count
|
15 years ago |
Ming Lei
|
a7a6b79bc5
USB: serial: enable async suspend for usb serial port device
|
15 years ago |
Andi Kleen
|
0daeed381c
USB-BKL: Remove BKL use for usb serial driver probing
|
15 years ago |
Johan Hovold
|
27c7acf220
USB: serial: reimplement generic fifo-based writes
|
15 years ago |
Johan Hovold
|
eaa3bcb06a
USB: serial: generalise write buffer preparation
|
15 years ago |
Johan Hovold
|
2315432064
USB: serial: generalise generic read implementation
|
15 years ago |
Johan Hovold
|
bbcb2b9074
USB: serial: allow drivers to define bulk buffer sizes
|
15 years ago |
Jason Wessel
|
bd5afa9eac
usb-serial: Use tty_port version console instead of usb_serial_port
|
15 years ago |
Alan Cox
|
49d3380e3f
tty: Fix various bogus WARN checks in the usb serial layer
|
15 years ago |
Johan Hovold
|
b4fc2aeef2
USB: serial: fix typo in debug message
|
15 years ago |
Stefani Seibold
|
119eecc831
Fix usb_serial_probe() problem introduced by the recent kfifo changes
|
15 years ago |
Stefani Seibold
|
c1e13f2567
kfifo: move out spinlock
|
15 years ago |