summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/safe_serial.c
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: Remove redundant license textGreg Kroah-Hartman2017-11-041-5/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* USB: serial: safe_serial: move __inline__ before return typeJoe Perches2017-07-121-1/+1
* USB: serial: safe_serial: fix information leak in completion handlerJohan Hovold2017-03-081-0/+5
* USB: serial: fix boolinit.cocci warningsMathieu OTHACEHE2016-02-281-8/+3
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* USB: serial: constify device-id tablesJohan Hovold2014-01-031-1/+1
* USB: safe_serial: remove vendor/product module parametersJohan Hovold2013-07-231-37/+14
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-10/+3
* TTY: switch tty_insert_flip_stringJiri Slaby2013-01-151-1/+1
* USB: serial: safe-serial: fix up printk() usageGreg Kroah-Hartman2012-09-181-6/+2
* USB: serial: safe_serial.c: remove debug module parameterGreg Kroah-Hartman2012-09-141-4/+0
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-081-7/+2
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* usb-serial: use new registration API in [q-s]* driversAlan Stern2012-02-241-17/+7
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-3/+3
* USB: safe_serial: straighten out read processingJohan Hovold2010-05-201-22/+21
* USB: safe_serial: reimplement read using generic frameworkJohan Hovold2010-05-201-39/+8
* USB: safe_serial: reimplement write using generic frameworkJohan Hovold2010-05-201-111/+32
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman2008-10-171-6/+9
* USB: remove info() macro from usb/serial driversGreg Kroah-Hartman2008-10-171-7/+6
* tty: usb-serial krefsAlan Cox2008-10-131-4/+7
* tty-usb-safe-serial: Coding styleAlan Cox2008-07-221-133/+157
* usb_serial: API all changeAlan Cox2008-07-221-6/+8
* USB: remove unnecessary type casting of urb->contextMing Lei2008-04-241-1/+1
* usb serial: more fixes and groundwork for tty changesAlan Cox2008-04-241-16/+11
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-14/+14
* USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman2008-04-241-3/+0
* USB: Remove dead references to "SAFE_SERIAL" CONFIG variables.Robert P. J. Day2007-10-121-11/+0
* USB: Typo: "USB_SAFE_PADDED" -> "USB_SERIAL_SAFE_PADDED".Robert P. J. Day2007-08-221-3/+3
* USB: serial: safe_serial: clean up urb->status usageGreg Kroah-Hartman2007-07-121-2/+4
* USB serial: add driver pointer to all usb-serial driversJohannes Hölzl2007-02-071-0/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* usb-serial: possible irq lock inversion (PPP vs. usb/serial)Peter Zijlstra2006-09-281-3/+3
* [PATCH] USB: move usb-serial.h to include/linux/usb/Greg Kroah-Hartman2006-07-121-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] USB: Use ARRAY_SIZE macroTobias Klauser2006-01-041-1/+1
* [PATCH] USB: mark various usb tables constArjan van de Ven2006-01-041-1/+1
* [PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman2006-01-041-1/+0
* [PATCH] USB: allow usb drivers to disable dynamic idsGreg Kroah-Hartman2006-01-041-0/+1
* [PATCH] USB Serial: move name to driver structureGreg Kroah-Hartman2005-10-281-1/+1
* [PATCH] USB Serial: get rid of the .owner field in usb_serial_driverGreg Kroah-Hartman2005-10-281-1/+3
* [PATCH] USB Serial: rename usb_serial_device_type to usb_serial_driverGreg Kroah-Hartman2005-10-281-1/+1
* [PATCH] safe_serial: use preprocessor directive for errorRandy Dunlap2005-10-281-1/+1
* [PATCH] USB: add ability for usb-serial drivers to determine if their write u...Greg Kroah-Hartman2005-06-271-4/+9
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+451