aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/serial/usb-wwan.h
AgeCommit message (Expand)AuthorFilesLines
2021-05-19USB: serial: make usb_serial_driver::chars_in_buffer return uintGravatar Jiri Slaby 1-1/+1
2021-05-19USB: serial: make usb_serial_driver::write_room return uintGravatar Jiri Slaby 1-1/+1
2021-04-08USB: serial: add generic support for TIOCSSERIALGravatar Johan Hovold 1-4/+0
2021-02-09USB: serial: make remove callback return voidGravatar Uwe Kleine-König 1-1/+1
2019-12-20USB: serial: option: add ZLP support for 0x1bc7/0x9010Gravatar Daniele Palmas 1-0/+1
2018-10-13usb_wwan: switch to ->[sg]et_serial()Gravatar Al Viro 1-2/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2015-10-09USB: usb_wwan/option: generalize option_send_setup for other driversGravatar David Ward 1-1/+1
2014-05-27USB: usb_wwan: do not resume I/O on closing portsGravatar Johan Hovold 1-1/+0
2014-05-27USB: usb_wwan: remove bogus function prototypeGravatar Johan Hovold 1-1/+0
2014-05-27USB: usb_wwan: remove unimplemented set_termiosGravatar Johan Hovold 1-3/+0
2014-05-27USB: usb_wwan: fix remote wakeupGravatar Johan Hovold 1-0/+1
2012-10-25USB: usb-wwan: fix multiple memory leaks in error pathsGravatar Johan Hovold 1-1/+1
2012-08-10usb: usb_wwan: replace release and disconnect with a port_remove hookGravatar Bjørn Mork 1-2/+1
2011-02-17tty: remove filp from the USB tty ioctlsGravatar Alan Cox 1-1/+1
2011-02-17tiocmset: kill the file pointer argumentGravatar Alan Cox 1-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileGravatar Alan Cox 1-1/+1
2010-11-30usb-wwan: implement TIOCGSERIAL and TIOCSSERIAL to avoid blocking close(2)Gravatar Dan Williams 1-0/+2
2010-05-20usb serial: Add generic USB wwan supportGravatar Matthew Garrett 1-0/+67