summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/mos7840.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-14USB: mos7840: fix race in register handlingJohan Hovold1-2/+16
2014-04-14USB: mos7840: fix memory leak in openJohan Hovold1-9/+17
2014-04-14USB: mos7840: fix use-after-free in TIOCMIWAITJohan Hovold1-5/+8
2014-04-14USB: mos7840: fix broken TIOCMIWAITJohan Hovold1-2/+3
2013-12-12USB: mos7840: correct handling of CS5 settingColin Leitner1-16/+16
2013-11-29USB: mos7840: fix tiocmget error handlingJohan Hovold1-0/+4
2012-11-18USB: mos7840: remove unused variableJohan Hovold1-1/+0
2012-10-31USB: mos7840: remove invalid disconnect handlingJohan Hovold1-12/+1
2012-10-31USB: mos7840: remove NULL-urb submissionJohan Hovold1-14/+1
2012-10-31USB: mos7840: fix port-device leak in error pathJohan Hovold1-1/+0
2012-10-31USB: mos7840: fix urb leak at releaseJohan Hovold1-0/+1
2012-08-27usb: serial: mos7840: Fixup mos7840_chars_in_buffer()Mark Ferrell1-3/+6
2012-06-22USB: mos7840: Fix compilation of usb serial driverTony Zelenoff1-1/+1
2012-03-14USB: serial: mos7840: Fixed MCS7820 device attach problemDonald Lee1-26/+57
2012-02-29USB: serial: mos7840.c: use module_usb_serial_driverGreg Kroah-Hartman1-36/+1
2012-02-25usb-serial: use new registration API in [k-m]* driversAlan Stern1-22/+10
2012-02-10USB: serial: use dev_err_console in custom write pathsJohan Hovold1-2/+2
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-11-15USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold1-4/+0
2011-08-10USB: serial: remove duplicate returnsDan Carpenter1-1/+0
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox1-1/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-1/+1
2010-10-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-7/+0
2010-10-22tty: Convert the USB drivers to the new icount interfaceAlan Cox1-24/+29
2010-09-21USB: serial/mos*: prevent reading uninitialized stack memoryDan Rosenberg1-0/+3
2010-09-04usb: serial: mos7840: Add USB IDs to support more B&B USB/RS485 converters.Dave Ludlow1-13/+22
2010-09-04usb: serial: mos7840: Add USB ID to support the B&B Electronics USOPTL4-2P.Dave Ludlow1-0/+3
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches1-7/+0
2010-06-05USB: mos7840: fix null-pointer dereferenceJohan Hovold1-1/+0
2010-05-21USB: mos7840: Cleanup useless headerAlessio Igor Bogani1-1/+0
2010-03-03USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox1-1/+0
2010-03-03USB serial: make USB device id constantNémeth Márton1-2/+2
2010-03-03USB: mos7840: fix DMA buffers on stack and endianess bugsJohan Hovold1-4/+18
2009-12-23USB: serial: Extra device/vendor ID for mos7840 driverBlaise Gassend1-2/+5
2009-12-11USB: mos7840: add device IDs for B&B electronics devicesCliff Brake1-3/+21
2009-09-20tty: USB does not need the filp argument in the driversAlan Cox1-2/+1
2009-09-20mos7840: remove old dead modem logicAlan Cox1-115/+0
2009-07-29USB: aten uc2324 is really a moschip 7840Russell Lang1-2/+7
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-16USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern1-5/+37
2009-06-16USB: mos7840: fix debug log messagesTony Cook1-156/+162
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox1-47/+1
2009-04-24USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum1-6/+0
2009-04-24USB: fix mos7840 problem with minor numbersTony Cook1-11/+19
2009-04-24USB: mos7840: add new device idTony Cook1-0/+7
2009-01-07USB: serial: fix up urb->status usageGreg Kroah-Hartman1-13/+25
2009-01-02tty: Drop the lock_kernel in the private ioctl hookAlan Cox1-0/+3
2008-10-18USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman1-12/+14
2008-10-18USB: remove info() macro from usb/serial driversGreg Kroah-Hartman1-1/+2