aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/opticon.c
Commit message (Expand)AuthorAgeFilesLines
* USB: opticon: fix non-atomic allocation in write pathJohan Hovold2014-12-141-1/+1
* USB: opticon: fix memory leak in error pathJohan Hovold2012-10-301-1/+3
* USB: opticon: fix DMA from stackJohan Hovold2012-10-301-1/+6
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-1/+1
* drivers/usb/serial/opticon.c: Release resources on kmalloc failureJulia Lawall2011-05-131-2/+5
* Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-071-1/+1
|\
| * Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* | usb/serial: fix function args warnings, dropping *filpRandy Dunlap2011-04-041-1/+1
|/
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-161-2/+2
|\
| * tty: remove filp from the USB tty ioctlsAlan Cox2011-02-171-1/+1
| * tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-1/+1
* | USB: opticon: add rts and cts supportMartin Jansen2011-02-251-44/+112
|/
* USB: opticon: Whitespace fixes in opticon driverAlon Ziv2010-10-221-4/+4
* USB: opticon: Add Opticon OPN2001 write supportAlon Ziv2010-10-221-4/+26
* USB: opticon: Fix long-standing bugs in opticon driverAlon Ziv2010-10-221-3/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: fix typos "ammount" -> "amount"Uwe Kleine-König2010-02-051-1/+1
* | USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox2010-03-021-8/+3
* | USB: serial: Remove unnecessary \n's from dbg usesJoe Perches2010-03-021-2/+2
* | USB serial: make USB device id constantNémeth Márton2010-03-021-1/+1
|/
* opticon: Fix resume logicAlan Cox2009-12-111-1/+2
* usb_serial: Kill port mutexAlan Cox2009-12-111-2/+2
* USB: serial: fix race between unthrottle and completion handler in opticonOliver Neukum2009-10-091-5/+8
* tty: USB does not need the filp argument in the driversAlan Cox2009-09-191-2/+1
* USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern2009-06-151-3/+11
* tty: Bring the usb tty port structure into more useAlan Cox2009-06-111-2/+1
* USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum2009-04-231-8/+0
* USB: serial: opticon: add serial line ioctlsGreg Kroah-Hartman2009-03-241-1/+64
* USB: serial: opticon: add write supportGreg Kroah-Hartman2009-03-241-2/+122
* USB: suspend/resume for opticon driverOliver Neukum2009-03-241-0/+26
* USB: add new opticon serial driverGreg Kroah-Hartman2009-01-071-0/+358