summaryrefslogtreecommitdiff
path: root/drivers/usb/class/cdc-acm.c
AgeCommit message (Expand)AuthorFilesLines
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-25USB: remove unnecessary type casting of urb->contextMing Lei1-1/+1
2008-04-25USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2008-04-25USB: cdc-acm: signedness fixDavid Brownell1-3/+7
2008-04-25USB: increase cdc-acm write throughputDavid Engraf1-40/+41
2008-04-25USB: cdc-acm tell tty layer not to split things up.David Engraf1-0/+1
2008-02-22USB: fix usb open suspend race in cdc-acmOliver Neukum1-5/+5
2008-02-02USB: Spelling fixesJoe Perches1-1/+1
2008-02-02USB: autosuspend for cdc-acmOliver Neukum1-15/+77
2007-10-19Add missing newlines to some uses of dev_<level> messagesJoe Perches1-17/+17
2007-08-23USB: cdc-acm: fix sysfs attribute registration bugAlan Stern1-3/+9
2007-07-20USB: class: cdc-acm: clean up urb->status usageGreg Kroah-Hartman1-8/+10
2007-07-13USB: 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-28USB: cdc-acm: export parsed capabilities through sysfsOliver Neukum1-5/+76
2007-03-10USB: fix spinlock recursion in cdc-acm.cOliver Neukum1-4/+4
2007-02-17USB: quirky device for cdc-acmOliver Neukum1-0/+4
2007-02-17USB: 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-02USB: cdc-acm: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+3
2006-10-18USB: fix cdc-acm problems with hard irq? (inconsistent lock state)Jarek Poplawski1-13/+13
2006-10-18USB: 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-13[PATCH] USB: update for acm in quirks and debugOliver Neukum1-23/+26
2006-06-26[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman1-1/+1
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-06-22[PATCH] USB: move <linux/usb_cdc.h> to <linux/usb/cdc.h>David Brownell1-1/+1
2006-06-22[PATCH] USB: cdc-acm: add a new special case for modems with buggy firmwareOliver Neukum1-32/+50
2006-03-21[PATCH] USB: convert a bunch of USB semaphores to mutexesArjan van de Ven1-11/+12
2006-02-01[PATCH] USB: fix oops in acm disconnectOliver Neukum1-2/+7
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-8/+3
2006-01-05[PATCH] USB: mark various usb tables constArjan van de Ven1-2/+2
2006-01-05[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman1-1/+0
2006-01-05[PATCH] USB: Converting cdc acm to a ring queueDavid Kubicek1-71/+156
2005-10-29[PATCH] USB: cdc-acm patch to use kzallocOliver Neukum1-3/+2
2005-07-30[PATCH] USB: Patch for KYOCERA AH-K3001V supportMasahito Omote1-0/+3
2005-07-12[PATCH] USB: fix usb reference count bug in cdc-acm driverbrian@murphy.dk1-15/+16
2005-06-28[PATCH] USB: fix acm trouble with terminalsOliver Neukum1-34/+175
2005-04-17Linux-2.6.12-rc2Linus Torvalds1-0/+942