aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/cypress_m8.c
Commit message (Expand)AuthorAgeFilesLines
* USB: Serial: cypress_M8: Enable FRWD Dongle hidcom deviceRobert Butora2013-06-191-1/+17
* USB: cypress_m8: fix use-after-free in TIOCMIWAITJohan Hovold2013-04-251-6/+8
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* tty: remove filp from the USB tty ioctlsAlan Cox2011-02-171-2/+2
* tiocmset: kill the file pointer argumentAlan Cox2011-02-171-2/+2
* tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-2/+2
* drivers/usb: Remove unnecessary return's from void functionsJoe Perches2010-08-101-2/+0
* USB: cypress_m8: use kfifo to implement write bufferingJohan Hovold2010-05-201-222/+17
* USB: cypress_m8: remove unused drain defineJohan Hovold2010-05-201-1/+0
* USB: tty: fix incorrect use of tty_insert_flip_string_fixed_flagJohan Hovold2010-05-201-1/+1
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | USB: remove references to port->port.count from the serial driversAlan Stern2010-03-021-3/+3
* | USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox2010-03-021-7/+3
* | USB: serial: Eliminate useless codeJulia Lawall2010-03-021-1/+0
* | USB serial: make USB device id constantNémeth Márton2010-03-021-4/+4
* | USB: cypress_m8: use put_unaligned_le32() where necessaryJohan Hovold2010-03-021-2/+3
* | USB: cypress_m8: fix endianess bugJohan Hovold2010-03-021-2/+2
* | USB: cypress_m8: fix DMA buffer on stackJohan Hovold2010-03-021-14/+17
* | USB: cypress_m8: allow unstable baud ratesMike Frysinger2010-03-021-0/+6
* | USB: cypress_m8: unify confusing new baudrate checkMike Frysinger2010-03-021-6/+3
* | USB: cypress_m8: stop using USB debug driver configMike Frysinger2010-03-021-5/+1
|/
* USB: serial: fix assumption that throttle/unthrottle cannot sleepOliver Neukum2009-10-091-7/+5
* tty: USB serial termios bitsAlan Cox2009-09-191-9/+3
* tty: USB does not need the filp argument in the driversAlan Cox2009-09-191-4/+2
* USB: cypress_m8: remove invalid Clear-HaltAlan Stern2009-07-121-2/+2
* USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern2009-06-151-6/+5
* tty: Bring the usb tty port structure into more useAlan Cox2009-06-111-58/+23
* USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum2009-04-231-4/+0
* USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman2008-10-171-8/+10
* USB: remove info() macro from usb/serial driversGreg Kroah-Hartman2008-10-171-1/+2
* tty: usb-serial krefsAlan Cox2008-10-131-2/+3
* usb-cypress: There is no 0 case to go with CS5/6/7/8 so remove the testAlan Cox2008-07-221-20/+17
* cypress_m8: coding styleAlan Cox2008-07-221-293/+324
* usb_serial: API all changeAlan Cox2008-07-221-53/+64
* drivers/usb annotations and fixesAl Viro2008-04-281-1/+1
* USB: remove unnecessary type casting of urb->contextMing Lei2008-04-241-2/+2
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-64/+64
* USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman2008-04-241-12/+0
* USB: cypress_m8: Speed handlingAlan Cox2008-04-241-140/+29
* USB: cypress_m8: Limit baud rate to <=4800 for USB low speed devicesMike Isely2008-04-241-45/+59
* USB: cypress_m8: Get rid of pointless NULL checkMike Isely2008-04-241-7/+5
* USB: cypress_m8: Don't issue GET_CONFIG for certain devicesMike Isely2008-04-241-2/+19
* USB: cypress_m8: Packet format is separate from characteristic sizeMike Isely2008-04-241-45/+66
* USB: cypress_m8: Feature buffer fixesMike Isely2008-04-241-14/+22
* USB: cypress_m8: add UPS Powercom (0d9f:0002)Dmitry Shapin2008-03-101-0/+2
* USB: stop abuse of intfdata in cypress_m8Oliver Neukum2008-02-011-9/+16
* USB: serial: cypress_m8: clean up urb->status usageGreg Kroah-Hartman2007-07-121-7/+11
* USB serial: add driver pointer to all usb-serial driversJohannes Hölzl2007-02-071-0/+3
* usb serial: Eliminate bogus ioctl codeAlan2006-12-201-15/+0