aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/mos7840.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-7/+0
2010-10-22tty: Convert the USB drivers to the new icount interfaceAlan Cox1-24/+29
2010-09-20USB: serial/mos*: prevent reading uninitialized stack memoryDan Rosenberg1-0/+3
2010-09-03usb: serial: mos7840: Add USB IDs to support more B&B USB/RS485 converters.Dave Ludlow1-13/+22
2010-09-03usb: 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-04USB: mos7840: fix null-pointer dereferenceJohan Hovold1-1/+0
2010-05-20USB: mos7840: Cleanup useless headerAlessio Igor Bogani1-1/+0
2010-03-02USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox1-1/+0
2010-03-02USB serial: make USB device id constantNémeth Márton1-2/+2
2010-03-02USB: 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-19tty: USB does not need the filp argument in the driversAlan Cox1-2/+1
2009-09-19mos7840: remove old dead modem logicAlan Cox1-115/+0
2009-07-28USB: aten uc2324 is really a moschip 7840Russell Lang1-2/+7
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern1-5/+37
2009-06-15USB: 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-23USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum1-6/+0
2009-04-23USB: fix mos7840 problem with minor numbersTony Cook1-11/+19
2009-04-23USB: 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-17USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman1-12/+14
2008-10-17USB: remove info() macro from usb/serial driversGreg Kroah-Hartman1-1/+2
2008-10-13tty: usb-serial krefsAlan Cox1-3/+4
2008-07-22mos7840: remove loads of bogus assignments to statusAlan Cox1-236/+164
2008-07-22usb_serial: API all changeAlan Cox1-99/+66
2008-05-02USB: mos7840: test and propagate set_uart_reg return valueRoel Kluin1-3/+2
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei1-4/+4
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-75/+75
2008-04-24USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman1-5/+0
2008-04-24USB: serial: Note mos7480 and option don't lock modem statusAlan Cox1-0/+1
2008-03-04usb: Add support for the mos7820/7840-based B&B USB/RS485 converter to mos7840.cDavid Ludlow1-1/+14
2008-02-01USB: Spelling fixesJoe Perches1-4/+4
2007-11-28USB: free memory when writing fails in usb/serial/mos7840.cRoel Kluin1-1/+1
2007-10-25USB: mos7840: Clean up old checks and stuffAlan Cox1-21/+2
2007-07-19USB: mos7720, mos7840: remove redundant urb checkFlorin Malita1-19/+0
2007-07-12USB: mos7840.c: turn this into a serial driverAlan Cox1-72/+0
2007-07-12USB: serial: mos7840: clean up urb->status usageGreg Kroah-Hartman1-15/+19
2007-05-22USB: remove useless check in mos7840 found by coverityOliver Neukum1-5/+0
2007-04-27USB: overhaul of mos7840 driverOliver Neukum1-88/+145
2007-02-11[PATCH] Char: tty_wakeup cleanupJiri Slaby1-12/+2
2007-02-07USB serial: add driver pointer to all usb-serial driversJohannes Hölzl1-7/+9
2006-12-20usb serial: Eliminate bogus ioctl codeAlan1-6/+0
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-2/+2
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter1-2/+2
2006-12-01USB serial: replace kmalloc+memset with kzallocBurman Yan1-2/+1