aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/serial/mos7840.c
AgeCommit message (Expand)Author
2012-10-31USB: serial: remove driver version informationJohan Hovold
2012-10-25USB: mos7840: fix port_probe flowJohan Hovold
2012-10-25USB: mos7840: fix port-data memory leakJohan Hovold
2012-10-25USB: mos7840: remove invalid disconnect handlingJohan Hovold
2012-10-25USB: mos7840: remove NULL-urb submissionJohan Hovold
2012-10-25USB: mos7840: fix port-device leak in error pathJohan Hovold
2012-10-25USB: mos7840: fix urb leak at releaseJohan Hovold
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds
2012-09-18USB: Serial: mos7840.c: remove debug module parameterGreg Kroah-Hartman
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman
2012-09-14USB: serial: mos7840.c: remove dbg() usageGreg Kroah-Hartman
2012-08-27Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman
2012-08-15USB: serial: Fix mos7840 timeoutMark Ferrell
2012-08-10usb: serial: mos7840: Fixup mos7840_chars_in_buffer()Mark Ferrell
2012-07-16tty: move the termios object into the ttyAlan Cox
2012-06-12USB: mos7840: Fix compilation of usb serial driverTony Zelenoff
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman
2012-05-07USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman
2012-05-03USB: mos7840.c: remove dbg() tracing callsGreg Kroah-Hartman
2012-04-19USB: serial: mos7840: add support for MCS7810 devicesDonald
2012-03-14USB: serial: mos7840: Fixed MCS7820 device attach problemDonald Lee
2012-02-28USB: serial: mos7840.c: use module_usb_serial_driverGreg Kroah-Hartman
2012-02-24usb-serial: use new registration API in [k-m]* driversAlan Stern
2012-02-10USB: serial: use dev_err_console in custom write pathsJohan Hovold
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-11-15USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold
2011-08-10USB: serial: remove duplicate returnsDan Carpenter
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox
2011-02-17tiocmset: kill the file pointer argumentAlan Cox
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-22tty: Convert the USB drivers to the new icount interfaceAlan Cox
2010-09-20USB: serial/mos*: prevent reading uninitialized stack memoryDan Rosenberg
2010-09-03usb: serial: mos7840: Add USB IDs to support more B&B USB/RS485 converters.Dave Ludlow
2010-09-03usb: serial: mos7840: Add USB ID to support the B&B Electronics USOPTL4-2P.Dave Ludlow
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches
2010-06-04USB: mos7840: fix null-pointer dereferenceJohan Hovold
2010-05-20USB: mos7840: Cleanup useless headerAlessio Igor Bogani
2010-03-02USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox
2010-03-02USB serial: make USB device id constantNémeth Márton
2010-03-02USB: mos7840: fix DMA buffers on stack and endianess bugsJohan Hovold
2009-12-23USB: serial: Extra device/vendor ID for mos7840 driverBlaise Gassend
2009-12-11USB: mos7840: add device IDs for B&B electronics devicesCliff Brake
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox
2009-09-19mos7840: remove old dead modem logicAlan Cox
2009-07-28USB: aten uc2324 is really a moschip 7840Russell Lang
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern
2009-06-15USB: mos7840: fix debug log messagesTony Cook