summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/cdc-acm.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-27USB: Quirk for Hummingbird huc56s / Conexant ACM modemAdam Richter1-0/+7
2009-02-27USB: cdc-acm: add usb id for motomagx phonesDmitriy Taychenachev1-0/+2
2009-02-09USB: cdc-acm.c: remove duplicate lines for MTK gps supportJames Treacy1-3/+0
2009-01-27USB: cdc-acm: Add another conexant modem to the quirksAlan Cox1-0/+3
2009-01-27USB: CDC-ACM quirk for MTK GPSAndrew Lunn1-0/+3
2009-01-27USB: cdc-acm: support some gps data loggersJames A. Treacy1-0/+3
2009-01-07USB: Enhance usage of pm_message_tAlan Stern1-1/+1
2008-11-13USB: cdc-acm.c: fix recursive lock in acm_start_wb error pathBrandon Philips1-5/+4
2008-10-22USB: fix memory leak in cdc-acmOliver Neukum1-1/+2
2008-10-17USB: remove err() macro from usb class driversGreg Kroah-Hartman1-9/+14
2008-10-17USB: remove info() macro from remaining usb driversGreg Kroah-Hartman1-1/+2
2008-08-21USB: cdc-acm: don't unlock acm->mutex on error pathAlexey Dobriyan1-1/+1
2008-08-21USB: cdc-acm: quirk for Conexant CX93010 USB modemEric Sandeen1-0/+3
2008-08-13usb: cdc-acm: drain writes on closeDavid Brownell1-5/+34
2008-08-13usb: cdc-acm: stop dropping tx buffersDavid Brownell1-29/+3
2008-08-13usb: cdc-acm: bugfix release()David Brownell1-6/+9
2008-08-13USB: cdc-acm.c: Fix compile warningsTakashi Iwai1-1/+1
2008-07-22tty: rework break handlingAlan Cox1-3/+6
2008-07-21USB: fix build error in cdc-acm for CONFIG_PM=nOliver Neukum1-0/+7
2008-07-21USB: fix disconnect bug in cdc-acmOliver Neukum1-13/+15
2008-07-21USB: additional power savings for cdc-acm devices that support remote wakeupOliver Neukum1-21/+121
2008-07-03USB: fix cdc-acm resume()Oliver Neukum1-3/+0
2008-05-14USB: add Zoom Telephonics Model 3095F V.92 USB Mini External modem to cdc-acmIain McFarlane1-0/+3
2008-04-29usb: use get/put_unaligned_* helpersHarvey Harrison1-1/+1
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei1-1/+1
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2008-04-24USB: cdc-acm: signedness fixDavid Brownell1-3/+7
2008-04-24USB: increase cdc-acm write throughputDavid Engraf1-40/+41
2008-04-24USB: cdc-acm tell tty layer not to split things up.David Engraf1-0/+1
2008-02-21USB: fix usb open suspend race in cdc-acmOliver Neukum1-5/+5
2008-02-01USB: Spelling fixesJoe Perches1-1/+1
2008-02-01USB: autosuspend for cdc-acmOliver Neukum1-15/+77
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-17/+17
2007-08-22USB: cdc-acm: fix sysfs attribute registration bugAlan Stern1-3/+9
2007-07-19USB: class: cdc-acm: clean up urb->status usageGreg Kroah-Hartman1-8/+10
2007-07-12USB: cdc-acm: add new device id to option driverAndrey Arapov1-0/+3
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-27USB: cdc-acm: export parsed capabilities through sysfsOliver Neukum1-5/+76
2007-03-09USB: fix spinlock recursion in cdc-acm.cOliver Neukum1-4/+4
2007-02-16USB: quirky device for cdc-acmOliver Neukum1-0/+4
2007-02-16USB: cdc-acm: fix incorrect throtteling, make set_control optionalOliver Neukum1-11/+18
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-2/+2
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells1-1/+1
2006-12-01USB: cdc-acm: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+3
2006-10-17USB: fix cdc-acm problems with hard irq? (inconsistent lock state)Jarek Poplawski1-13/+13
2006-10-17USB: Support for BT On-Air USB modem in cdc-acm.cChris Malley1-0/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-3/+3
2006-10-02[PATCH] const struct tty_operationsJeff Dike1-1/+1
2006-07-12[PATCH] USB: update for acm in quirks and debugOliver Neukum1-23/+26