summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/cypress_m8.c
Commit message (Expand)AuthorAgeFilesLines
* tty: Bring the usb tty port structure into more useAlan Cox2009-06-111-58/+23Star
* USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum2009-04-231-4/+0Star
* 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/+17Star
* 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-251-2/+2
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-251-64/+64
* USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman2008-04-251-12/+0Star
* USB: cypress_m8: Speed handlingAlan Cox2008-04-251-140/+29Star
* USB: cypress_m8: Limit baud rate to <=4800 for USB low speed devicesMike Isely2008-04-251-45/+59
* USB: cypress_m8: Get rid of pointless NULL checkMike Isely2008-04-251-7/+5Star
* USB: cypress_m8: Don't issue GET_CONFIG for certain devicesMike Isely2008-04-251-2/+19
* USB: cypress_m8: Packet format is separate from characteristic sizeMike Isely2008-04-251-45/+66
* USB: cypress_m8: Feature buffer fixesMike Isely2008-04-251-14/+22
* USB: cypress_m8: add UPS Powercom (0d9f:0002)Dmitry Shapin2008-03-111-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-131-7/+11
* USB serial: add driver pointer to all usb-serial driversJohannes Hölzl2007-02-081-0/+3
* usb serial: Eliminate bogus ioctl codeAlan2006-12-201-15/+0Star
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-081-5/+5
* usb: cypress_m8 init error path fixMariusz Kozlowski2006-12-011-5/+4Star
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-4/+4
* cypress_m8: implement graceful failure handlingMike Isely2006-09-271-15/+75
* cypress_m8: improve control endpoint error handlingMike Isely2006-09-271-6/+2Star
* cypress_m8: use usb_fill_int_urb where appropriateMike Isely2006-09-271-3/+4
* cypress_m8: use appropriate URB polling intervalMike Isely2006-09-271-6/+20
* [PATCH] USB: move usb-serial.h to include/linux/usb/Greg Kroah-Hartman2006-07-131-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] USB serial: encapsulate schedule_work, remove double-callingPete Zaitcev2006-06-221-1/+1
* [PATCH] USB: cypress_m8: add support for the Nokia ca42-version 2 cableLonnie Mendez2006-03-201-0/+70
* [PATCH] USB: kzalloc() conversion for rest of drivers/usbEric Sesterhenn2006-03-201-2/+1Star
* [PATCH] TTY layer buffering revampAlan Cox2006-01-101-3/+1Star
* spelling: s/retreive/retrieve/Adrian Bunk2006-01-101-1/+1
* [PATCH] USB: allow usb drivers to disable dynamic idsGreg Kroah-Hartman2006-01-041-0/+1
* [PATCH] USB Serial: move name to driver structureGreg Kroah-Hartman2005-10-291-4/+4
* [PATCH] USB Serial: get rid of the .owner field in usb_serial_driverGreg Kroah-Hartman2005-10-291-2/+6
* [PATCH] USB Serial: rename usb_serial_device_type to usb_serial_driverGreg Kroah-Hartman2005-10-291-2/+2
* [PATCH] drivers/usb: fix-up schedule_timeout() usageNishanth Aravamudan2005-09-121-2/+1Star
* [PATCH] USB: whitespace fixes for cypress_m8 driverLonnie Mendez2005-09-091-99/+152
* [PATCH] USB: cypress_m8: add support for the DeLorme Earthmate lt-20Lonnie Mendez2005-05-171-0/+2
* [PATCH] USB cypress_m8: update kernel driver with current sourceLonnie Mendez2005-05-041-97/+88Star
* [PATCH] USB: Spelling fixes for drivers/usb.Steven Cole2005-05-041-1/+1
* [PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULLJesper Juhl2005-04-191-3/+2Star
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+1538