summaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/cdc-acm.c
Commit message (Expand)AuthorAgeFilesLines
* acm: Fix oops when closing ACM tty device right after open has failed.Thadeu Lima de Souza Cascardo2009-06-251-1/+1
* acm: Return ENODEV instead of EINVAL when trying to open ACM device.Thadeu Lima de Souza Cascardo2009-06-251-1/+1
* USB: cdc-acm: quirk for Alcatel OT-I650Kir Kolyshkin2009-06-161-0/+3
* USB: support for cdc-acm of single interface devicesOliver Neukum2009-06-161-12/+56
* tty: Clean up the ACM driver to CodingStyleAlan Cox2009-06-111-131/+160
* tty: cdc_acm add krefsAlan Cox2009-06-111-66/+98
* tty: Update cdc_acmAlan Cox2009-06-111-0/+5
* USB: Yet another Conexant Clone to add to cdc-acm.cXiao Kaijian2009-05-281-0/+3
* cdc-acm: Fix long standing abuse of tty->low_latencyAlan Cox2009-04-141-4/+0Star
* cdc-acm: zydas 1602 identifier neededAlan Cox2009-04-061-0/+3
* usb: Auto-load cdc_acm module when device opened.Scott James Remnant2009-04-061-1/+1
* USB: Quirk for Hummingbird huc56s / Conexant ACM modemAdam Richter2009-02-271-0/+7
* USB: cdc-acm: add usb id for motomagx phonesDmitriy Taychenachev2009-02-271-0/+2
* USB: cdc-acm.c: remove duplicate lines for MTK gps supportJames Treacy2009-02-091-3/+0Star
* USB: cdc-acm: Add another conexant modem to the quirksAlan Cox2009-01-281-0/+3
* USB: CDC-ACM quirk for MTK GPSAndrew Lunn2009-01-281-0/+3
* USB: cdc-acm: support some gps data loggersJames A. Treacy2009-01-281-0/+3
* USB: Enhance usage of pm_message_tAlan Stern2009-01-071-1/+1
* USB: cdc-acm.c: fix recursive lock in acm_start_wb error pathBrandon Philips2008-11-131-5/+4Star
* USB: fix memory leak in cdc-acmOliver Neukum2008-10-221-1/+2
* USB: remove err() macro from usb class driversGreg Kroah-Hartman2008-10-171-9/+14
* USB: remove info() macro from remaining usb driversGreg Kroah-Hartman2008-10-171-1/+2
* USB: cdc-acm: don't unlock acm->mutex on error pathAlexey Dobriyan2008-08-211-1/+1
* USB: cdc-acm: quirk for Conexant CX93010 USB modemEric Sandeen2008-08-211-0/+3
* usb: cdc-acm: drain writes on closeDavid Brownell2008-08-141-5/+34
* usb: cdc-acm: stop dropping tx buffersDavid Brownell2008-08-141-29/+3Star
* usb: cdc-acm: bugfix release()David Brownell2008-08-141-6/+9
* USB: cdc-acm.c: Fix compile warningsTakashi Iwai2008-08-141-1/+1
* tty: rework break handlingAlan Cox2008-07-221-3/+6
* USB: fix build error in cdc-acm for CONFIG_PM=nOliver Neukum2008-07-221-0/+7
* USB: fix disconnect bug in cdc-acmOliver Neukum2008-07-221-13/+15
* USB: additional power savings for cdc-acm devices that support remote wakeupOliver Neukum2008-07-221-21/+121
* USB: fix cdc-acm resume()Oliver Neukum2008-07-041-3/+0Star
* USB: add Zoom Telephonics Model 3095F V.92 USB Mini External modem to cdc-acmIain McFarlane2008-05-141-0/+3
* usb: use get/put_unaligned_* helpersHarvey Harrison2008-04-291-1/+1
* USB: remove unnecessary type casting of urb->contextMing Lei2008-04-251-1/+1
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-251-3/+3
* USB: cdc-acm: signedness fixDavid Brownell2008-04-251-3/+7
* USB: increase cdc-acm write throughputDavid Engraf2008-04-251-40/+41
* USB: cdc-acm tell tty layer not to split things up.David Engraf2008-04-251-0/+1
* USB: fix usb open suspend race in cdc-acmOliver Neukum2008-02-221-5/+5
* USB: Spelling fixesJoe Perches2008-02-011-1/+1
* USB: autosuspend for cdc-acmOliver Neukum2008-02-011-15/+77
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-181-17/+17
* USB: cdc-acm: fix sysfs attribute registration bugAlan Stern2007-08-221-3/+9
* USB: class: cdc-acm: clean up urb->status usageGreg Kroah-Hartman2007-07-201-8/+10
* USB: cdc-acm: add new device id to option driverAndrey Arapov2007-07-131-0/+3
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0Star
* USB: cdc-acm: export parsed capabilities through sysfsOliver Neukum2007-04-271-5/+76
* USB: fix spinlock recursion in cdc-acm.cOliver Neukum2007-03-101-4/+4