summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/generic.c
Commit message (Expand)AuthorAgeFilesLines
* USB: serial-generic: use a single set of device IDsAlan Stern2012-06-131-8/+2
* USB: generic.c: remove dbg() usageGreg Kroah-Hartman2012-05-151-8/+13
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-081-7/+2
* USB: serial: remove bizarre generic_serial probe functionGreg Kroah-Hartman2012-05-071-14/+0
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: generic.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-031-22/+0
* USB: serial: fix double newlines in debug outputJohan Hovold2012-04-251-3/+3
* USB: serial: remove redundant write-urb killJohan Hovold2012-04-251-1/+0
* usb-serial: new API for driver registrationAlan Stern2012-02-241-11/+6
* USB: serial: use dev_err_console in generic writeJohan Hovold2012-02-101-3/+1
* USB: serial: fix console error reportingJohan Hovold2012-02-101-1/+3
* USB: serial: add support for multiple read urbsJohan Hovold2011-11-151-21/+62
* USB: serial: handle Data Carrier Detect changesLibor Pechacek2011-01-221-0/+20
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-08-281-6/+4
|\
| * USB: drop tty argument from usb_serial_handle_sysrq_char()Dmitry Torokhov2010-08-211-5/+3
| * Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov2010-08-211-1/+1
* | USB: serial: export symbol usb_serial_generic_disconnectBill Pemberton2010-08-231-0/+1
|/
* USB: serial: fix stalled writesJohan Hovold2010-08-101-5/+10
* USB: serial: add special case for processing of empty read urbsJohan Hovold2010-05-201-0/+3
* USB: serial: remove multi-urb write from generic driverJohan Hovold2010-05-201-128/+22
* USB: serial: reimplement generic fifo-based writesJohan Hovold2010-05-201-20/+39
* USB: serial: generalise write buffer preparationJohan Hovold2010-05-201-13/+34
* USB: serial: re-implement multi-urb writes in generic driverJohan Hovold2010-05-201-76/+56
* USB: serial: allow custom multi-urb write bulk callbacksJohan Hovold2010-05-201-1/+1
* USB: serial: clean up generic write start busy testJohan Hovold2010-05-201-11/+4
* USB: serial: clean up some error and debug messages in generic driverJohan Hovold2010-05-201-9/+4
* USB: serial: export generic throttle and unthrottleJohan Hovold2010-05-201-0/+2
* USB: serial: generalise generic read implementationJohan Hovold2010-05-201-2/+3
* USB: serial: clean up read processing in generic driverJohan Hovold2010-05-201-16/+11
* USB: serial: remove unnecessary re-initialisation of generic urbsJohan Hovold2010-05-201-23/+2
* USB: serial: refactor read urb submission in generic driverJohan Hovold2010-05-201-24/+8
* USB: serial: refactor generic closeJohan Hovold2010-05-201-0/+1
* USB: serial: clear fifo on closeJohan Hovold2010-05-201-1/+7
* USB: serial: fix missing locking on fifo in write callbackJohan Hovold2010-05-201-2/+5
* USB: serial: fix generic chars_in_bufferJohan Hovold2010-05-201-4/+11
* usb: fix serial build when SYSRQ is disabledRandy Dunlap2010-05-201-0/+9
* usb-serial: Use tty_port version console instead of usb_serial_portJason Wessel2010-05-201-2/+2
* USB: serial: use port endpoint size to determine if ep is availableJohan Hovold2010-03-191-11/+19
* USB: serial: fix softint not being called on errorsJohan Hovold2010-03-191-10/+5
* USB: serial: fix error message on close in generic driverJohan Hovold2010-03-191-1/+3
* USB: remove references to port->port.count from the serial driversAlan Stern2010-03-021-1/+2
* USB: serial: Remove unnecessary \n's from dbg usesJoe Perches2010-03-021-1/+1
* USB serial: make USB device id constantNémeth Márton2010-03-021-1/+1
* usb: serial: fix memory leak in generic driverJohan Hovold2010-01-201-0/+2
* USB: serial: fix USB serial fix kfifo_len lockingStefani Seibold2010-01-201-4/+4
* Fix usb_serial_probe() problem introduced by the recent kfifo changesStefani Seibold2009-12-231-6/+6
* kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold2009-12-221-2/+2
* kfifo: cleanup namespaceStefani Seibold2009-12-221-2/+2
* kfifo: move out spinlockStefani Seibold2009-12-221-2/+2
* USB: Fix throttling in generic usbserial driverJoris van Rantwijk2009-10-091-1/+1
OpenPOWER on IntegriCloud