index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
serial
Commit message (
Expand
)
Author
Age
Files
Lines
*
USB: io_ti: Fix NULL dereference in chase_port()
Wolfgang Frisch
2013-01-17
1
-0
/
+3
*
USB: option: add TP-LINK HSUPA Modem MA180
Bjørn Mork
2013-01-17
1
-0
/
+6
*
USB: option: blacklist network interface on ONDA MT8205 4G LTE
Bjørn Mork
2013-01-17
1
-1
/
+2
*
usb: ftdi_sio: Crucible Technologies COMET Caller ID - pid added
Tomasz Mloduchowski
2013-01-13
2
-0
/
+8
*
USB: option: add Nexpring NP10T terminal id
Dzianis Kahanovich
2013-01-11
1
-0
/
+5
*
USB: option: add Telekom Speedstick LTE II
Bjørn Mork
2013-01-11
1
-0
/
+3
*
USB: option: blacklist network interface on ZTE MF880
Bjørn Mork
2013-01-11
1
-1
/
+2
*
USB: option: Add new MEDIATEK PID support
Quentin.Li
2013-01-11
1
-0
/
+7
*
Merge tag 'usb-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2012-12-11
37
-464
/
+251
|
\
|
*
USB: ftdi_sio: Add support for Newport AGILIS motor drivers
Martin Teichmann
2012-11-26
2
-0
/
+7
|
*
usb: ftdi_sio: fixup BeagleBone A5+ quirk
Peter Korsgaard
2012-11-26
1
-1
/
+1
|
*
USB: cp210x: add Virtenio Preon32 device id
Markus Becker
2012-11-26
1
-0
/
+1
|
*
USB: option: blacklist network interface on Huawei E173
Bjørn Mork
2012-11-26
1
-0
/
+3
|
*
USB: add new zte 3g-dongle's pid to option.c
li.rui27@zte.com.cn
2012-11-21
1
-0
/
+22
|
*
USB: opticon: switch to generic read implementation
Johan Hovold
2012-11-21
1
-130
/
+11
|
*
USB: opticon: refactor reab-urb processing
Johan Hovold
2012-11-21
1
-46
/
+59
|
*
USB: opticon: use usb-serial bulk-in urb
Johan Hovold
2012-11-21
1
-29
/
+2
|
*
USB: opticon: increase bulk-in size
Johan Hovold
2012-11-21
1
-1
/
+2
|
*
USB: opticon: use port as urb context
Johan Hovold
2012-11-21
1
-10
/
+8
|
*
USB: opticon: pass port to get_serial_info
Johan Hovold
2012-11-21
1
-4
/
+3
|
*
USB: opticon: make private data port specific
Johan Hovold
2012-11-21
1
-32
/
+37
|
*
USB: opticon: remove disconnect
Johan Hovold
2012-11-21
1
-8
/
+0
|
*
USB: opticon: move read-urb deallocation to release
Johan Hovold
2012-11-21
1
-1
/
+1
|
*
USB: opticon: simplify bulk-in discovery in attach
Johan Hovold
2012-11-21
1
-33
/
+16
|
*
USB: opticon: remove private usb-serial data
Johan Hovold
2012-11-21
1
-3
/
+1
|
*
USB: opticon: remove redundant initialisation
Johan Hovold
2012-11-21
1
-1
/
+0
|
*
USB: opticon: remove private serial-device data
Johan Hovold
2012-11-21
1
-6
/
+4
|
*
USB: opticon: use port device for error and debug
Johan Hovold
2012-11-21
1
-5
/
+6
|
*
USB: opticon: move private urb initialisation to attach
Johan Hovold
2012-11-21
1
-7
/
+6
|
*
USB: opticon: remove redundant bulk urb fill
Johan Hovold
2012-11-21
1
-5
/
+0
|
*
usb-core: remove CONFIG_HOTPLUG ifdefs
Bill Pemberton
2012-11-21
1
-10
/
+0
|
*
Merge 3.7-rc6 into usb-next.
Greg Kroah-Hartman
2012-11-16
3
-7
/
+15
|
|
\
|
*
|
USB: option: idVendor and idProduct are __le16
Bjørn Mork
2012-10-31
1
-3
/
+3
|
*
|
USB: option: replace vendor probe rule with match flags
Bjørn Mork
2012-10-31
1
-38
/
+33
|
*
|
USB: option: never bind to a usb-storage interface
Bjørn Mork
2012-10-31
1
-7
/
+2
|
*
|
USB: serial: remove driver version information
Johan Hovold
2012-10-31
32
-119
/
+1
|
*
|
USB: ftdi_sio: use ftdi_get_modem_status in chars_in_buffer
Johan Hovold
2012-10-30
1
-41
/
+11
|
*
|
USB: ftdi_sio: optimise chars_in_buffer
Johan Hovold
2012-10-30
1
-0
/
+2
|
*
|
USB: ftdi_sio: use generic chars_in_buffer
Johan Hovold
2012-10-30
1
-6
/
+1
|
*
|
USB: serial: export usb_serial_generic_chars_in_buffer
Johan Hovold
2012-10-30
1
-0
/
+1
|
*
|
USB: ftdi_sio: refactor modem-control status retrieval
Johan Hovold
2012-10-30
1
-3
/
+35
|
*
|
USB: ftdi_sio: fix tiocmget and tiocmset return values
Johan Hovold
2012-10-30
1
-1
/
+4
|
*
|
USB: ftdi_sio: fix tiocmget indentation
Johan Hovold
2012-10-30
1
-4
/
+4
|
*
|
USB: ftdi_sio: remove unused private port-data
Johan Hovold
2012-10-30
1
-2
/
+0
|
*
|
USB: ftdi_sio: remove unnecessary memset
Johan Hovold
2012-10-30
1
-1
/
+0
|
*
|
USB: cp210x: fix whitespace issues
Johan Hovold
2012-10-30
1
-17
/
+14
|
*
|
USB: iuu_phoenix: replace strict_strtoul() with kstrtoul()
Jingoo Han
2012-10-30
1
-1
/
+1
|
*
|
Merge 3.7-rc3 into usb-next.
Greg Kroah-Hartman
2012-10-29
18
-830
/
+744
|
|
\
\
|
*
|
|
usb: serial: ftdi_sio: Add missing chars_in_buffer function
Jarkko Huijts
2012-10-25
1
-0
/
+60
*
|
|
|
Merge 3.7-rc6 into tty-next
Greg Kroah-Hartman
2012-11-16
3
-7
/
+15
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
[next]