summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/mos7840.c
Commit message (Expand)AuthorAgeFilesLines
* USB: mos7840: fix port-device leak in error pathJohan Hovold2012-10-251-1/+0Star
* USB: mos7840: fix urb leak at releaseJohan Hovold2012-10-251-0/+1
* Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-10-011-295/+183Star
|\
| * USB: Serial: mos7840.c: remove debug module parameterGreg Kroah-Hartman2012-09-181-5/+0Star
| * USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman2012-09-181-1/+1
| * USB: serial: mos7840.c: remove dbg() usageGreg Kroah-Hartman2012-09-151-290/+183Star
* | Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman2012-08-271-7/+9
|\|
| * USB: serial: Fix mos7840 timeoutMark Ferrell2012-08-161-4/+3Star
| * usb: serial: mos7840: Fixup mos7840_chars_in_buffer()Mark Ferrell2012-08-101-3/+6
* | tty: move the termios object into the ttyAlan Cox2012-07-161-6/+6
|/
* USB: mos7840: Fix compilation of usb serial driverTony Zelenoff2012-06-131-1/+1
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-091-34/+5Star
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-1/+0Star
* USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman2012-05-071-1/+0Star
* USB: mos7840.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-041-57/+2Star
* USB: serial: mos7840: add support for MCS7810 devicesDonald2012-04-201-14/+188
* USB: serial: mos7840: Fixed MCS7820 device attach problemDonald Lee2012-03-141-26/+57
* USB: serial: mos7840.c: use module_usb_serial_driverGreg Kroah-Hartman2012-02-281-36/+1Star
* usb-serial: use new registration API in [k-m]* driversAlan Stern2012-02-241-22/+10Star
* USB: serial: use dev_err_console in custom write pathsJohan Hovold2012-02-101-2/+2
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold2011-11-151-4/+0Star
* USB: serial: remove duplicate returnsDan Carpenter2011-08-101-1/+0Star
* 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 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-7/+0Star
|\
| * drivers/usb: Remove unnecessary return's from void functionsJoe Perches2010-08-101-7/+0Star
* | tty: Convert the USB drivers to the new icount interfaceAlan Cox2010-10-221-24/+29
* | USB: serial/mos*: prevent reading uninitialized stack memoryDan Rosenberg2010-09-211-0/+3
* | usb: serial: mos7840: Add USB IDs to support more B&B USB/RS485 converters.Dave Ludlow2010-09-041-13/+22
* | usb: serial: mos7840: Add USB ID to support the B&B Electronics USOPTL4-2P.Dave Ludlow2010-09-041-0/+3
|/
* USB: mos7840: fix null-pointer dereferenceJohan Hovold2010-06-041-1/+0Star
* USB: mos7840: Cleanup useless headerAlessio Igor Bogani2010-05-201-1/+0Star
* USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox2010-03-021-1/+0Star
* USB serial: make USB device id constantNémeth Márton2010-03-021-2/+2
* USB: mos7840: fix DMA buffers on stack and endianess bugsJohan Hovold2010-03-021-4/+18
* USB: serial: Extra device/vendor ID for mos7840 driverBlaise Gassend2009-12-231-2/+5
* USB: mos7840: add device IDs for B&B electronics devicesCliff Brake2009-12-111-3/+21
* tty: USB does not need the filp argument in the driversAlan Cox2009-09-191-2/+1Star
* mos7840: remove old dead modem logicAlan Cox2009-09-191-115/+0Star
* USB: aten uc2324 is really a moschip 7840Russell Lang2009-07-281-2/+7
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern2009-06-161-5/+37
* USB: mos7840: fix debug log messagesTony Cook2009-06-161-156/+162
* tty: Bring the usb tty port structure into more useAlan Cox2009-06-111-47/+1Star
* USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum2009-04-231-6/+0Star
* USB: fix mos7840 problem with minor numbersTony Cook2009-04-231-11/+19
* USB: mos7840: add new device idTony Cook2009-04-231-0/+7
* USB: serial: fix up urb->status usageGreg Kroah-Hartman2009-01-071-13/+25