aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/class
AgeCommit message (Expand)Author
2009-02-06MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
2009-01-22MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
2008-10-29USB: usbtmc: Use explicit unsigned type for input buffer instead of char*Chris Malley
2008-10-22USB: fix memory leak in cdc-acmOliver Neukum
2008-10-22USB: cdc-wdm: make module autoload workOliver Neukum
2008-10-17USB: remove err() macro from usb class driversGreg Kroah-Hartman
2008-10-17USB: remove info() macro from remaining usb driversGreg Kroah-Hartman
2008-10-17drivers/usb/class/usblp.c: adjust error handling codeJulia Lawall
2008-10-17USB: add USB test and measurement class driverGreg Kroah-Hartman
2008-08-21USB: cdc-acm: don't unlock acm->mutex on error pathAlexey Dobriyan
2008-08-21USB: cdc-acm: quirk for Conexant CX93010 USB modemEric Sandeen
2008-08-13usb: cdc-acm: drain writes on closeDavid Brownell
2008-08-13usb: cdc-acm: stop dropping tx buffersDavid Brownell
2008-08-13usb: cdc-acm: bugfix release()David Brownell
2008-08-13USB: cdc-acm.c: Fix compile warningsTakashi Iwai
2008-07-22tty: rework break handlingAlan Cox
2008-07-21USB: fix build error in cdc-acm for CONFIG_PM=nOliver Neukum
2008-07-21USB: fix disconnect bug in cdc-acmOliver Neukum
2008-07-21USB: autosuspend for cdc-wdmOliver Neukum
2008-07-21USB: additional power savings for cdc-acm devices that support remote wakeupOliver Neukum
2008-07-21USB: cdc-wdm cleanupOliver Neukum
2008-07-03USB: fix cdc-acm resume()Oliver Neukum
2008-06-04cdc-wdm endianness fixesAl Viro
2008-05-20USB: CDC WDM driverOliver Neukum
2008-05-14USB: add Zoom Telephonics Model 3095F V.92 USB Mini External modem to cdc-acmIain McFarlane
2008-04-29usb: use get/put_unaligned_* helpersHarvey Harrison
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-24USB: cdc-acm: signedness fixDavid Brownell
2008-04-24USB: increase cdc-acm write throughputDavid Engraf
2008-04-24USB: cdc-acm tell tty layer not to split things up.David Engraf
2008-02-21USB: fix usb open suspend race in cdc-acmOliver Neukum
2008-02-21USB: fix pm counter leak in usblpOliver Neukum
2008-02-01USB: Spelling fixesJoe Perches
2008-02-01USB: autosuspend for cdc-acmOliver Neukum
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches
2007-10-12usblp: Fix a double kfreePete Zaitcev
2007-10-12usblp: CosmeticsPete Zaitcev
2007-10-12usblp: mutex in usblp_check_statusPete Zaitcev
2007-10-12usblp: Make use of URB_FREE_BUFFERPete Zaitcev
2007-10-12usblp: Implement the ENOSPC conventionPete Zaitcev
2007-08-22USB: cdc-acm: fix sysfs attribute registration bugAlan Stern
2007-07-19USB: class: usblp: clean up urb->status usageGreg Kroah-Hartman
2007-07-19USB: class: cdc-acm: clean up urb->status usageGreg Kroah-Hartman
2007-07-19USB: usblp: "Big cleanup" breaks O_NONBLOCKPete Zaitcev
2007-07-12USB: cdc-acm: add new device id to option driverAndrey Arapov
2007-07-12USB: usblp: add dynamic URBs, fix racesPete Zaitcev
2007-06-08usblp: Don't let suspend to kill ->usedPete Zaitcev
2007-05-22USB: usblp: Use correct DMA address in case of probe errorPete Zaitcev
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap