summaryrefslogtreecommitdiff
path: root/drivers/usb/class
AgeCommit message (Expand)Author
2006-11-18[PATCH] USB: failure in usblp's error pathOliver Neukum
2006-07-12[PATCH] USB: update for acm in quirks and debugOliver Neukum
2006-06-26[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman
2006-06-21[PATCH] USB: move <linux/usb_cdc.h> to <linux/usb/cdc.h>David Brownell
2006-06-21[PATCH] USB: cdc-acm: add a new special case for modems with buggy firmwareOliver Neukum
2006-03-20[PATCH] USB: convert a bunch of USB semaphores to mutexesArjan van de Ven
2006-03-20[PATCH] USB: remove OBSOLETE_OSS_USB_DRIVER driversAdrian Bunk
2006-01-31[PATCH] USB: fix oops in acm disconnectOliver Neukum
2006-01-31[PATCH] USB: cleanup of usblpOliver Neukum
2006-01-10[PATCH] TTY layer buffering revampAlan Cox
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2006-01-04[PATCH] USB: Export IEEE-1284 device id in sysfs for usblp devicesDavid Woodhouse
2006-01-04[PATCH] USB: ioctl compat for usblp.cPete Zaitcev
2006-01-04[PATCH] USB: mark various usb tables constArjan van de Ven
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman
2006-01-04[PATCH] USB: Converting cdc acm to a ring queueDavid Kubicek
2006-01-03update the email address of Randy DunlapAdrian Bunk
2005-10-28[PATCH] USB: cdc-acm patch to use kzallocOliver Neukum
2005-10-28[PATCH] USB: delete the bluetty driverGreg Kroah-Hartman
2005-10-28[PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer ...Greg Kroah-Hartman
2005-09-12[PATCH] drivers/usb: fix-up schedule_timeout() usageNishanth Aravamudan
2005-09-08[PATCH] USB: schedule OSS USB drivers for removalAdrian Bunk
2005-09-08[PATCH] USB usblp: rate-limit printer status error messagesRandy Dunlap
2005-07-29[PATCH] USB: Patch for KYOCERA AH-K3001V supportMasahito Omote
2005-07-12[PATCH] USB: fix usb reference count bug in cdc-acm driverbrian@murphy.dk
2005-06-27[PATCH] USB: usblp: 2x up() in usblp_readDomen Puncer
2005-06-27[PATCH] USB: Fix race condition in usblp_writeC. Adam Oldham
2005-06-27[PATCH] USB: fix acm trouble with terminalsOliver Neukum
2005-04-18[PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULLJesper Juhl
2005-03-27[PATCH] drivers/usb/class/usb-midi.c: remove dead codeAdrian Bunk
2005-03-17[PATCH] usb-midi: fix arguments to usb_maxpacket()Alan Stern
2005-03-07[PATCH] usb/usblp: convert USBLP_WRITE_TIMEOUT to millisecondsNishanth Aravamudan
2005-03-07[PATCH] usb/cdc-acm: change parameters of usb_{control,bulk}_msg() to msecsNishanth Aravamudan
2005-03-07[PATCH] usb/audio: change parameters of usb_{control,bulk}_msg() to msecsNishanth Aravamudan
2005-03-07[PATCH] USB: cdc-acm uses <linux/usb_cdc.h>David Brownell
2005-02-24[PATCH] USB: fix bug in acm's open functionGreg Kroah-Hartman
2005-02-02[PATCH] USB: fix for open/disconnect race in acmOliver Neukum
2005-01-14[PATCH] USB: drivers/usb/*: s/0/NULL/ in pointer contextAlexey Dobriyan
2005-01-14[PATCH] USB: CDC ACM module and Zoom 2985 modemOliver Neukum
2005-01-06[PATCH] USB: another workaround for cdc-acmOliver Neukum
2004-12-20USB: change wMaxPacketSize field in struct usb_config_descriptor to be __le16Greg Kroah-Hartman
2004-12-20USB: change wTotalLength field in struct usb_config_descriptor to be __le16Greg Kroah-Hartman
2004-12-19USB: convert the idVendor, idProduct, bcdDevice and bcdUSB fields to __le16Greg Kroah-Hartman
2004-10-20Merge gregkh@kernel.bkbits.net:linux/usb-2.6Greg Kroah-Hartman
2004-10-20Update tty layer to not mix kernel and user pointers.Linus Torvalds
2004-10-20[PATCH] USB: USB fixes for non-cache-coherent processorsDale Farnsworth
2004-10-20[PATCH] USB: usblp BKL removalPete Zaitcev
2004-10-19[PATCH] vm: convert users of remap_page_range() under drivers/ and net/ to us...William Lee Irwin III
2004-10-18[PATCH] USB: USB CDC OBEX driverAlex Kanavin