aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/mos7720.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-6/+0
2010-10-22tty: Convert the USB drivers to the new icount interfaceAlan Cox1-25/+29
2010-09-20USB: serial/mos*: prevent reading uninitialized stack memoryDan Rosenberg1-0/+3
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches1-6/+0
2010-05-20USB: usbserial: mos7720: cleanup, consolidation, replace send_mos_cmd with {read,write}_mos_regMike Dunn1-266/+122
2010-05-20USB: usbserial: mos7720: add support for parallel port on moschip 7715Mike Dunn1-86/+720
2010-03-02USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox1-1/+0
2010-03-02USB: serial: Remove unnecessary \n's from dbg usesJoe Perches1-7/+7
2010-03-02USB: serial: add support for serial port on the moschip 7715Mike Dunn1-4/+130
2010-03-02USB serial: make USB device id constantNémeth Márton1-1/+1
2010-03-02USB: mos7720: fix DMA buffers on stack and clean up send_mos_cmdJohan Hovold1-17/+17
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox1-2/+1
2009-09-19tty: usb_serial_mos7720: Fix get_lsr_infoKees Schoenmakers1-4/+15
2009-09-19MOS7720 has no tiocmget methodKees Schoenmakers1-37/+64
2009-07-20tty: fix chars_in_buffersAlan Cox1-1/+1
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern1-6/+3
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox1-2/+1
2009-04-23USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum1-7/+0
2008-10-17USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman1-8/+11
2008-10-17USB: remove info() macro from usb/serial driversGreg Kroah-Hartman1-1/+2
2008-10-13tty: usb-serial krefsAlan Cox1-32/+4
2008-07-22tty-usb-mos7720: Coding styleAlan Cox1-111/+116
2008-07-22usb_serial: API all changeAlan Cox1-52/+35
2008-04-24usb serial: more fixes and groundwork for tty changesAlan Cox1-0/+1
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-59/+59
2008-04-24USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman1-3/+0
2008-02-01USB: stop io performed by mos7720 upon close()Oliver Neukum1-15/+18
2008-02-01USB: mos7720: clean up termiosAlan Cox1-20/+8
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-2/+2
2007-07-19USB: mos7720, mos7840: remove redundant urb checkFlorin Malita1-5/+0
2007-07-12USB: mos7720: remove bogus no termios change checkAlan Cox1-10/+0
2007-07-12USB: mos7720: change developer email addressesGreg Kroah-Hartman1-3/+3
2007-07-12USB: serial: mos7720: clean up urb->status usageGreg Kroah-Hartman1-12/+15
2007-04-27USB: fix endianness in mos7720Oliver Neukum1-10/+9
2007-04-27mos7720 updateOliver Neukum1-3/+10
2007-04-27USB: unnecessary GFP_ATOMIC in mos7720 driverOliver Neukum1-1/+1
2007-03-19USB: necessary update for mos7720 driverOliver Neukum1-0/+1
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-08[PATCH] tty: switch to ktermiosAlan Cox1-2/+2
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter1-1/+1
2006-10-17USB: add USB serial mos7720 driverGreg Kroah-Hartman1-0/+1683