summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/sierra.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-31USB: serial: remove driver version informationJohan Hovold1-2/+1
2012-10-25USB: sierra: fix port-data memory leakJohan Hovold1-67/+58
2012-10-25USB: sierra: fix memory leak in probe error pathJohan Hovold1-6/+10
2012-10-25USB: sierra: fix memory leak in attach error pathJohan Hovold1-1/+8
2012-10-24USB: serial: Fix memory leak in sierra_release()Lennart Sorensen1-0/+1
2012-10-02Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-8/+3
2012-09-18USB: Serial: sierra.c: remove debug module parameterGreg Kroah-Hartman1-5/+0
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman1-3/+3
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman1-3/+0
2012-07-17USB: sierra: QMI mode MC7710 moved to qcserialBjørn Mork1-3/+0
2012-07-17tty: move the termios object into the ttyAlan Cox1-1/+1
2012-06-13USB: serial: sierra: Add support for Sierra Wireless AirCard 320U modemTom Cassidy1-0/+4
2012-05-16Revert "USB: serial: sierra: put reset_resume callback back."Greg Kroah-Hartman1-8/+0
2012-05-16USB: serial: sierra: put reset_resume callback back.Greg Kroah-Hartman1-0/+8
2012-05-09USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-6/+1
2012-05-08USB: serial: sierra: remove reset_resume callbackGreg Kroah-Hartman1-8/+0
2012-05-08USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman1-1/+0
2012-05-08USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman1-1/+0
2012-05-08usb-serial: clean up unneeded PM-related fieldsAlan Stern1-3/+0
2012-05-04USB: sierra.c: remove dbg() tracing callsGreg Kroah-Hartman1-32/+4
2012-04-18USB: sierra: avoid QMI/wwan interface on MC77xxBjørn Mork1-2/+4
2012-04-10USB: sierra: add support for Sierra Wireless MC7710Anton Samokhvalov1-0/+1
2012-02-29USB: serial: sierra.c: use module_usb_serial_driverGreg Kroah-Hartman1-19/+1
2012-02-25usb-serial: use new registration API in [q-s]* driversAlan Stern1-20/+9
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-2/+2
2011-11-15USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold1-1/+0
2011-08-20PM / Runtime: Add macro to test for runtime PM eventsAlan Stern1-1/+1
2011-03-17Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+2
2011-03-17Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-4/+12
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-1/+1
2011-02-17USB: sierra: error handling in runtime PMOliver Neukum1-4/+12
2011-02-17sierra: add new ID for Airprime/Sierra USB IP modemJon Thomas1-0/+3
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches1-2/+0
2010-07-26USB: Add PID for Sierra 250U to drivers/usb/serial/sierra.caugust huber1-0/+1
2010-04-23USB: Add id for HP ev2210 a.k.a Sierra MC5725 miniPCI-e Cell Modem.William Lightning1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-03USB: remove references to port->port.count from the serial driversAlan Stern1-4/+4
2010-03-03USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox1-2/+0
2010-03-03USB: serial: sierra driver indat_callback fixElina Pasheva1-8/+11
2010-03-03USB: serial: sierra driver adding reset_resume functionElina Pasheva1-10/+20
2010-03-03USB: serial: Eliminate useless codeJulia Lawall1-1/+1
2010-03-03USB serial: make USB device id constantNémeth Márton1-1/+1
2010-02-17USB: serial: add usbid for dell wwan card to sierra.cRichard Farina1-0/+1
2009-12-11USB: remove the auto_pm flagAlan Stern1-1/+1
2009-12-11USB: serial: sierra driver memory reductionElina Pasheva1-12/+77
2009-10-31USB: serial: sierra driver autopm fixesElina Pasheva1-6/+8
2009-10-31USB: serial: sierra driver send_setup() autopm fixElina Pasheva1-10/+14
2009-10-10USB: serial: sierra driver version change to 1.3.8Elina Pasheva1-1/+1
2009-09-24drivers/usb/serial/sierra.c: fix CONFIG_PM=n buildAndrew Morton1-0/+5