aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/usb_wwan.c
Commit message (Expand)AuthorAgeFilesLines
* USB: usb_wwan: fix potential blocked I/O after resumeJohan Hovold2014-07-111-9/+17
* USB: usb_wwan: fix urb leak at shutdownJohan Hovold2014-07-111-12/+22
* USB: usb_wwan: fix write and suspend raceJohan Hovold2014-07-111-8/+5
* USB: usb_wwan: fix race between write and resumexiao jin2014-07-111-6/+2
* USB: usb_wwan: fix urb leak in write error pathxiao jin2014-07-111-1/+3
* USB: serial: fix null-pointer dereferences on disconnectJohan Hovold2013-03-061-5/+3
* PM / Runtime: Add macro to test for runtime PM eventsAlan Stern2011-08-191-1/+1
* usb: wwan: fix compilation without CONFIG_PM_RUNTIMEOliver Neukum2011-03-231-2/+1
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-161-3/+3
|\
| * tty: remove filp from the USB tty ioctlsAlan Cox2011-02-171-1/+1
| * 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-7/+36
|\ \
| * | usb_wwan: fix error case in close()Oliver Neukum2011-02-171-1/+3
| * | usb_wwan: error case of resumeOliver Neukum2011-02-171-1/+22
| * | usb_wwan: data consistency in error caseOliver Neukum2011-02-171-1/+1
| * | usb_wwan: fix runtime PM in error caseOliver Neukum2011-02-171-0/+1
| * | usb_wwan: fix error in marking device busyOliver Neukum2011-02-171-4/+9
| |/
* | USB: serial/usb_wwan, fix tty NULL dereferenceJiri Slaby2011-02-171-6/+9
|/
* USB: serial: usb_wwan: Add missing uaccess.h / fix build failurePeter Huewe2010-12-101-0/+1
* usb-wwan: implement TIOCGSERIAL and TIOCSSERIAL to avoid blocking close(2)Dan Williams2010-11-301-0/+78
* drivers/usb: Remove unnecessary return's from void functionsJoe Perches2010-08-101-1/+0
* usb serial: Add generic USB wwan supportMatthew Garrett2010-05-201-0/+665