index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
serial
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
USB: serial: fix DMA buffers on stack for io_edgeport.c
Dan Carpenter
2010-03-02
1
-17
/
+18
|
*
|
USB: kobil_sct: clean up kobil_set_termios
Johan Hovold
2010-03-02
1
-18
/
+4
|
*
|
USB: visor: fix DMA buffers on stack
Johan Hovold
2010-03-02
1
-8
/
+18
|
*
|
USB: oti6858: fix DMA buffer on stack
Johan Hovold
2010-03-02
1
-3
/
+10
|
*
|
USB: mos7840: fix DMA buffers on stack and endianess bugs
Johan Hovold
2010-03-02
1
-4
/
+18
|
*
|
USB: mos7720: fix DMA buffers on stack and clean up send_mos_cmd
Johan Hovold
2010-03-02
1
-17
/
+17
|
*
|
USB: kl5kusb105: fix DMA buffers on stack
Johan Hovold
2010-03-02
1
-18
/
+45
|
*
|
USB: keyspan_pda: fix DMA buffers on stack
Johan Hovold
2010-03-02
1
-12
/
+33
|
*
|
USB: io_ti: fix DMA buffers on stack
Johan Hovold
2010-03-02
1
-18
/
+48
|
*
|
USB: cypress_m8: fix endianess bug
Johan Hovold
2010-03-02
1
-2
/
+2
|
*
|
USB: cypress_m8: fix DMA buffer on stack
Johan Hovold
2010-03-02
1
-14
/
+17
|
*
|
USB: ch341: use le16_to_cpup to be explicit about endianess
Johan Hovold
2010-03-02
1
-1
/
+1
|
*
|
USB: ch341: fix DMA buffer on stack
Johan Hovold
2010-03-02
1
-3
/
+11
|
*
|
USB: ch341: replace printk warnings with dev_err
Johan Hovold
2010-03-02
1
-4
/
+4
|
*
|
USB: ftdi_sio: remove unnecessary initialisations
Johan Hovold
2010-03-02
1
-9
/
+9
|
*
|
USB: ftdi_sio: clean up modem status handling
Johan Hovold
2010-03-02
1
-21
/
+16
|
*
|
USB: ftdi_sio: fix DMA buffers on stack
Johan Hovold
2010-03-02
1
-42
/
+27
|
*
|
USB: ftdi_sio: fix latency-timeout endianess bug
Johan Hovold
2010-03-02
1
-4
/
+10
|
*
|
USB: ftdi_sio: use error code from usb stack in read_latency_timer
Johan Hovold
2010-03-02
1
-3
/
+2
|
*
|
USB: cypress_m8: allow unstable baud rates
Mike Frysinger
2010-03-02
1
-0
/
+6
|
*
|
USB: cypress_m8: unify confusing new baudrate check
Mike Frysinger
2010-03-02
1
-6
/
+3
|
*
|
USB: cypress_m8: stop using USB debug driver config
Mike Frysinger
2010-03-02
1
-5
/
+1
|
*
|
USB: serial mct_usb232: move DMA buffers to heap
Pete Zaitcev
2010-03-02
2
-11
/
+46
|
*
|
USB: ftdi_sio: remove support for 5 and 6 data bits
Mark Adamson
2010-03-02
1
-3
/
+1
|
*
|
USB: ftdi_sio: fix initialisation of latency timeout
Johan Hovold
2010-03-02
1
-4
/
+5
|
*
|
USB: serial: fix typo in debug message
Johan Hovold
2010-03-02
1
-1
/
+1
|
*
|
USB: ftdi_sio: remove obsolete comment
Johan Hovold
2010-03-02
1
-2
/
+1
|
*
|
USB: ftdi_sio: fix error message on close
Johan Hovold
2010-03-02
1
-1
/
+1
*
|
|
tty: declare MODULE_FIRMWARE in various drivers
Ben Hutchings
2010-03-02
1
-0
/
+7
|
/
/
*
|
USB: serial: add usbid for dell wwan card to sierra.c
Richard Farina
2010-02-17
1
-0
/
+1
*
|
USB: ftdi_sio: add device IDs (several ELV, one Mindstorms NXT)
Andreas Mohr
2010-02-17
2
-3
/
+38
*
|
USB: ftdi_sio: new device id for papouch AD4USB
Radek Liboska
2010-02-17
2
-0
/
+2
|
/
*
usb: serial: fix memory leak in generic driver
Johan Hovold
2010-01-21
1
-0
/
+2
*
USB: serial: fix USB serial fix kfifo_len locking
Stefani Seibold
2010-01-21
1
-4
/
+4
*
USB: option: support hi speed for modem Haier CE100
Donny Kurnia
2009-12-23
1
-0
/
+5
*
USB: ftdi_sio: sort PID/VID entries in new ftdi_sio_ids.h header
Andreas Mohr
2009-12-23
1
-603
/
+630
*
USB: ftdi_sio: isolate all device IDs to new ftdi_sio_ids.h header
Andreas Mohr
2009-12-23
3
-955
/
+964
*
USB: serial: Extra device/vendor ID for mos7840 driver
Blaise Gassend
2009-12-23
1
-2
/
+5
*
Fix usb_serial_probe() problem introduced by the recent kfifo changes
Stefani Seibold
2009-12-23
2
-9
/
+8
*
kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...
Stefani Seibold
2009-12-22
1
-2
/
+2
*
kfifo: cleanup namespace
Stefani Seibold
2009-12-22
1
-2
/
+2
*
kfifo: move out spinlock
Stefani Seibold
2009-12-22
2
-4
/
+3
*
kfifo: move struct kfifo in place
Stefani Seibold
2009-12-22
1
-3
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
Linus Torvalds
2009-12-12
2
-58
/
+32
|
\
|
*
opticon: Fix resume logic
Alan Cox
2009-12-12
1
-1
/
+2
|
*
usb_serial: Kill port mutex
Alan Cox
2009-12-12
2
-3
/
+2
|
*
usb_serial: Use the shutdown() operation
Alan Cox
2009-12-12
1
-28
/
+11
|
*
tty_port: add "tty_port_open" helper
Alan Cox
2009-12-12
1
-29
/
+20
*
|
USB: mos7840: add device IDs for B&B electronics devices
Cliff Brake
2009-12-11
1
-3
/
+21
*
|
USB: ftdi_sio: add USB device ID's for B&B Electronics line
Cliff Brake
2009-12-11
2
-0
/
+28
[prev]
[next]