aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/sierra.c
Commit message (Expand)AuthorAgeFilesLines
* USB: sierra: add 1199:68AB device IDDirk Behme2015-10-131-0/+1
* USB: sierra: add 1199:68AA device IDBjørn Mork2014-11-051-0/+3
* USB: sierra: avoid CDC class functions on "68A3" devicesBjørn Mork2014-11-051-2/+4
* USB: sierra: fix remote wakeupJohan Hovold2014-07-111-2/+5
* USB: sierra: fix urb and memory leak on disconnectJohan Hovold2014-07-111-0/+12
* USB: sierra: fix urb and memory leak in resume error pathJohan Hovold2014-07-111-2/+6
* USB: sierra: fix AA deadlock in open error pathJohan Hovold2014-07-111-8/+13
* Revert "USB: serial: add usbid for dell wwan card to sierra.c"Johan Hovold2014-05-181-1/+0
* USB: serial: fix null-pointer dereferences on disconnectJohan Hovold2013-03-061-7/+1
* USB: sierra: fix memory leak in probe error pathJohan Hovold2012-10-301-6/+10
* USB: sierra: fix memory leak in attach error pathJohan Hovold2012-10-301-1/+8
* USB: serial: Fix memory leak in sierra_release()Lennart Sorensen2012-10-301-0/+1
* USB: serial: sierra: Add support for Sierra Wireless AirCard 320U modemTom Cassidy2012-06-191-0/+4
* USB: sierra: avoid QMI/wwan interface on MC77xxBjørn Mork2012-05-111-2/+4
* USB: sierra: add support for Sierra Wireless MC7710Anton Samokhvalov2012-04-221-0/+1
* PM / Runtime: Add macro to test for runtime PM eventsAlan Stern2011-08-191-1/+1
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-161-2/+2
|\
| * tiocmset: kill the file pointer argumentAlan Cox2011-02-171-1/+1
| * tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-1/+1
* | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-161-4/+12
|\ \
| * | USB: sierra: error handling in runtime PMOliver Neukum2011-02-171-4/+12
| |/
* | sierra: add new ID for Airprime/Sierra USB IP modemJon Thomas2011-02-171-0/+3
|/
* drivers/usb: Remove unnecessary return's from void functionsJoe Perches2010-08-101-2/+0
* USB: Add PID for Sierra 250U to drivers/usb/serial/sierra.caugust huber2010-07-261-0/+1
* USB: Add id for HP ev2210 a.k.a Sierra MC5725 miniPCI-e Cell Modem.William Lightning2010-04-221-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* USB: remove references to port->port.count from the serial driversAlan Stern2010-03-021-4/+4
* USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox2010-03-021-2/+0
* USB: serial: sierra driver indat_callback fixElina Pasheva2010-03-021-8/+11
* USB: serial: sierra driver adding reset_resume functionElina Pasheva2010-03-021-10/+20
* USB: serial: Eliminate useless codeJulia Lawall2010-03-021-1/+1
* USB serial: make USB device id constantNémeth Márton2010-03-021-1/+1
* USB: serial: add usbid for dell wwan card to sierra.cRichard Farina2010-02-161-0/+1
* USB: remove the auto_pm flagAlan Stern2009-12-111-1/+1
* USB: serial: sierra driver memory reductionElina Pasheva2009-12-111-12/+77
* USB: serial: sierra driver autopm fixesElina Pasheva2009-10-301-6/+8
* USB: serial: sierra driver send_setup() autopm fixElina Pasheva2009-10-301-10/+14
* USB: serial: sierra driver version change to 1.3.8Elina Pasheva2009-10-091-1/+1
* drivers/usb/serial/sierra.c: fix CONFIG_PM=n buildAndrew Morton2009-09-241-0/+5
* USB: support for autosuspend in sierra while onlineOliver Neukum2009-09-231-5/+152
* tty: USB does not need the filp argument in the driversAlan Cox2009-09-191-2/+1
* USB: serial: sierra driver id_table additionsElina Pasheva2009-07-121-17/+29
* USB: Sierra: fix oops upon device closeAlan Stern2009-07-121-3/+2
* USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern2009-06-151-2/+2
* + drivers-usb-serial-sierrac-fix-printk-warning.patch added to -mm treeAndrew Morton2009-06-151-1/+1
* USB: serial: sierra driver sierra_calc_num_ports() fixElina Pasheva2009-06-151-35/+14
* USB: serial: sierra driver interrupt urb resubmit fixElina Pasheva2009-06-151-4/+3
* USB: serial: sierra driver zero length packet fixElina Pasheva2009-06-151-1/+4
* USB: serial: sierra driver read path bug fixElina Pasheva2009-06-151-11/+17
* USB: serial: sierra driver write path improvementsElina Pasheva2009-06-151-17/+35