index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
serial
/
sierra.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
USB: remove references to port->port.count from the serial drivers
Alan Stern
2010-03-02
1
-4
/
+4
*
USB: tty: Prune uses of tty_request_room in the USB layer
Alan Cox
2010-03-02
1
-2
/
+0
*
USB: serial: sierra driver indat_callback fix
Elina Pasheva
2010-03-02
1
-8
/
+11
*
USB: serial: sierra driver adding reset_resume function
Elina Pasheva
2010-03-02
1
-10
/
+20
*
USB: serial: Eliminate useless code
Julia Lawall
2010-03-02
1
-1
/
+1
*
USB serial: make USB device id constant
Németh Márton
2010-03-02
1
-1
/
+1
*
USB: serial: add usbid for dell wwan card to sierra.c
Richard Farina
2010-02-16
1
-0
/
+1
*
USB: remove the auto_pm flag
Alan Stern
2009-12-11
1
-1
/
+1
*
USB: serial: sierra driver memory reduction
Elina Pasheva
2009-12-11
1
-12
/
+77
*
USB: serial: sierra driver autopm fixes
Elina Pasheva
2009-10-30
1
-6
/
+8
*
USB: serial: sierra driver send_setup() autopm fix
Elina Pasheva
2009-10-30
1
-10
/
+14
*
USB: serial: sierra driver version change to 1.3.8
Elina Pasheva
2009-10-09
1
-1
/
+1
*
drivers/usb/serial/sierra.c: fix CONFIG_PM=n build
Andrew Morton
2009-09-24
1
-0
/
+5
*
USB: support for autosuspend in sierra while online
Oliver Neukum
2009-09-23
1
-5
/
+152
*
tty: USB does not need the filp argument in the drivers
Alan Cox
2009-09-19
1
-2
/
+1
*
USB: serial: sierra driver id_table additions
Elina Pasheva
2009-07-12
1
-17
/
+29
*
USB: Sierra: fix oops upon device close
Alan Stern
2009-07-12
1
-3
/
+2
*
USB: usb-serial: replace shutdown with disconnect, release
Alan Stern
2009-06-15
1
-2
/
+2
*
+ drivers-usb-serial-sierrac-fix-printk-warning.patch added to -mm tree
Andrew Morton
2009-06-15
1
-1
/
+1
*
USB: serial: sierra driver sierra_calc_num_ports() fix
Elina Pasheva
2009-06-15
1
-35
/
+14
*
USB: serial: sierra driver interrupt urb resubmit fix
Elina Pasheva
2009-06-15
1
-4
/
+3
*
USB: serial: sierra driver zero length packet fix
Elina Pasheva
2009-06-15
1
-1
/
+4
*
USB: serial: sierra driver read path bug fix
Elina Pasheva
2009-06-15
1
-11
/
+17
*
USB: serial: sierra driver write path improvements
Elina Pasheva
2009-06-15
1
-17
/
+35
*
USB: serial: sierra driver debug info visibility improvement
Elina Pasheva
2009-06-15
1
-25
/
+25
*
USB: serial: sierra driver performance improvements
Elina Pasheva
2009-06-15
1
-3
/
+3
*
sierra: driver interface blacklisting
Elina Pasheva
2009-06-11
1
-3
/
+48
*
sierra: driver urb handling improvements
Elina Pasheva
2009-06-11
1
-84
/
+144
*
tty: resolve some sierra breakage
Alan Cox
2009-06-11
1
-3
/
+14
*
tty: Bring the usb tty port structure into more use
Alan Cox
2009-06-11
1
-54
/
+43
*
USB: removal of tty->low_latency hack dating back to the old serial code
Oliver Neukum
2009-04-23
1
-3
/
+0
*
USB: serial: sierra driver bug fix for composite interface
Elina Pasheva
2009-04-23
1
-4
/
+17
*
sierra: Fix formatting
Alan Cox
2009-01-02
1
-1
/
+1
*
USB: remove info() macro from usb/serial drivers
Greg Kroah-Hartman
2008-10-17
1
-1
/
+2
*
USB Serial: Sierra: debug message fix
Kevin Lloyd
2008-10-17
1
-31
/
+38
*
tty: usb-serial krefs
Alan Cox
2008-10-13
1
-7
/
+9
*
USB Serial: Sierra: Add MC8785 VID/PID
Kevin Lloyd
2008-09-23
1
-0
/
+1
*
USB: Correct Sierra Wireless USB EVDO Modem Device ID
Tony Murray
2008-09-23
1
-1
/
+1
*
USB Serial: Sierra: Device addition & version rev
Kevin Lloyd
2008-09-23
1
-4
/
+5
*
USB: serial: remove CONFIG_USB_DEBUG from sierra and option drivers
Greg Kroah-Hartman
2008-08-13
1
-2
/
+0
*
USB Serial Sierra: TRU-Install feature update
Kevin Lloyd
2008-08-13
1
-32
/
+3
*
USB Serial Sierra: Dynamic interface detection
Kevin Lloyd
2008-08-13
1
-31
/
+52
*
USB Serial Sierra: clean-up
Kevin Lloyd
2008-08-13
1
-29
/
+27
*
tty-usb-sierra: Coding style - minor
Alan Cox
2008-07-22
1
-1
/
+1
*
usb_serial: API all change
Alan Cox
2008-07-22
1
-64
/
+29
*
USB: remove unnecessary type casting of urb->context
Ming Lei
2008-04-24
1
-2
/
+2
*
usb serial: more fixes and groundwork for tty changes
Alan Cox
2008-04-24
1
-0
/
+2
*
USB: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-24
1
-31
/
+31
*
USB: serial: remove unneeded number endpoints settings
Greg Kroah-Hartman
2008-04-24
1
-3
/
+0
*
usb/usb-serial-sierra-add-new-dev-group
Kevin Lloyd
2008-04-24
1
-0
/
+40
[next]