aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/mos7840.c
Commit message (Expand)AuthorAgeFilesLines
* USB: mos7840: correct handling of CS5 settingColin Leitner2014-01-031-16/+16
* USB: mos7840: fix tiocmget error handlingJohan Hovold2014-01-031-0/+4
* USB: mos7840: fix race in register handlingJohan Hovold2013-09-101-2/+16
* USB: mos7840: fix memory leak in openJohan Hovold2013-08-021-9/+17
* USB: mos7840: fix use-after-free in TIOCMIWAITJohan Hovold2013-04-251-5/+8
* USB: mos7840: fix broken TIOCMIWAITJohan Hovold2013-04-251-2/+3
* USB: mos7840: remove unused variableJohan Hovold2012-11-161-1/+0
* USB: mos7840: remove invalid disconnect handlingJohan Hovold2012-10-301-12/+1
* USB: mos7840: remove NULL-urb submissionJohan Hovold2012-10-301-14/+1
* USB: mos7840: fix port-device leak in error pathJohan Hovold2012-10-301-1/+0
* USB: mos7840: fix urb leak at releaseJohan Hovold2012-10-301-0/+1
* usb: serial: mos7840: Fixup mos7840_chars_in_buffer()Mark Ferrell2012-09-121-3/+6
* USB: serial: mos7840: Fixed MCS7820 device attach problemDonald Lee2012-04-021-26/+57
* USB: serial: remove duplicate returnsDan Carpenter2011-08-101-1/+0
* 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/+0
|\
| * drivers/usb: Remove unnecessary return's from void functionsJoe Perches2010-08-101-7/+0
* | 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-201-0/+3
* | usb: serial: mos7840: Add USB IDs to support more B&B USB/RS485 converters.Dave Ludlow2010-09-031-13/+22
* | usb: serial: mos7840: Add USB ID to support the B&B Electronics USOPTL4-2P.Dave Ludlow2010-09-031-0/+3
|/
* USB: mos7840: fix null-pointer dereferenceJohan Hovold2010-06-041-1/+0
* USB: mos7840: Cleanup useless headerAlessio Igor Bogani2010-05-201-1/+0
* USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox2010-03-021-1/+0
* 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/+1
* mos7840: remove old dead modem logicAlan Cox2009-09-191-115/+0
* 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-151-5/+37
* USB: mos7840: fix debug log messagesTony Cook2009-06-151-156/+162
* tty: Bring the usb tty port structure into more useAlan Cox2009-06-111-47/+1
* USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum2009-04-231-6/+0
* 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
* tty: Drop the lock_kernel in the private ioctl hookAlan Cox2009-01-021-0/+3
* USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman2008-10-171-12/+14
* USB: remove info() macro from usb/serial driversGreg Kroah-Hartman2008-10-171-1/+2
* tty: usb-serial krefsAlan Cox2008-10-131-3/+4
* mos7840: remove loads of bogus assignments to statusAlan Cox2008-07-221-236/+164
* usb_serial: API all changeAlan Cox2008-07-221-99/+66
* USB: mos7840: test and propagate set_uart_reg return valueRoel Kluin2008-05-021-3/+2
* USB: remove unnecessary type casting of urb->contextMing Lei2008-04-241-4/+4
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-75/+75