summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/usb_wwan.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman2012-08-271-39/+29
|\
| * usb: usb_wwan: resume/suspend can be called after port is goneBjørn Mork2012-08-101-1/+3
| * usb: usb_wwan: replace release and disconnect with a port_remove hookBjørn Mork2012-08-101-38/+26
* | tty: move the termios object into the ttyAlan Cox2012-07-161-1/+1
|/
* USB: usb_wwan.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-031-23/+0
* USB: wwan: remove an unneeded checkDan Carpenter2012-04-231-11/+8
* USB: usb_wwan.c: remove err() usageGreg Kroah-Hartman2012-04-201-4/+4
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* 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