aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/misc
AgeCommit message (Expand)Author
2007-09-11usb/misc/sisusbvga: add product ID of TARGUS/MCT devicesamson yeung
2007-07-22Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds
2007-07-19USB: misc: uss720: clean up urb->status usageGreg Kroah-Hartman
2007-07-19USB: misc: usbtest: clean up urb->status usageGreg Kroah-Hartman
2007-07-19USB: misc: usblcd: clean up urb->status usageGreg Kroah-Hartman
2007-07-19USB: misc: phidgetmotorcontrol: clean up urb->status usageGreg Kroah-Hartman
2007-07-19USB: misc: phidgetkit: clean up urb->status usageGreg Kroah-Hartman
2007-07-19USB: misc: legousbtower: clean up urb->status usageGreg Kroah-Hartman
2007-07-19USB: misc: ldusb: clean up urb->status usageGreg Kroah-Hartman
2007-07-19USB: misc: iowarrior: clean up urb->status usageGreg Kroah-Hartman
2007-07-19USB: misc: ftdi-elan: clean up urb->status usageGreg Kroah-Hartman
2007-07-19USB: misc: auerswald: clean up urb->status usageGreg Kroah-Hartman
2007-07-19USB: misc: appledisplay: clean up urb->status usageGreg Kroah-Hartman
2007-07-19USB: misc: adtux: clean up urb->status usageGreg Kroah-Hartman
2007-07-19USB: use mutex instead of semaphore in the FTDI ELAN driverMatthias Kaehlcke
2007-07-19USB: use mutex instead of semaphore in the Adutux driverMatthias Kaehlcke
2007-07-17drivers/*: mark variables with uninitialized_var()Jeff Garzik
2007-07-17drivers/usb/misc/auerswald: fix status check, remove redundant checkJeff Garzik
2007-07-16backlight: Convert from struct class_device to struct deviceRichard Purdie
2007-07-12USB: Support Blackberry Pearl with berry_chargeJeremy Katz
2007-07-12USB: autosuspend for usblcdOliver Neukum
2007-07-12USB: prevent char device open/deregister raceAlan Stern
2007-07-06potential compiler error, irqfunc caller sites updateYoann Padioleau
2007-06-25USB: usblcd doesn't limit memory consumption during writeOliver Neukum
2007-06-25USB: memory leak in iowarrior.cOliver Neukum
2007-05-22USB: ldusb bugfixOliver Neukum
2007-05-22USB: auerswald: fix file release handlerAndrew Morton
2007-05-22USB: fix more ftdi-elan/u132-hcd #include lossageDavid Brownell
2007-05-09Fix occurrences of "the the "Michael Opdenacker
2007-05-08SIS USB2VGA Warning fixWANG Cong
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-04-27USB: iowarrior.c: timeouts too small in usb_control_msg callsEberhard Fahle
2007-04-27USB: add picdem device to ldusbJoey Goncalves
2007-04-27USB: Remove duplicate define of OHCI_QUIRK_ZFMICROS.Caglar Onur
2007-04-27USB Elan FTDI: check for driver registration statusCyrill Gorcunov
2007-04-27USB: cleanup ofd adutuxOliver Neukum
2007-04-27USB: cypress_cy7c63: race disconnect/sysfs read-write leading to following NU...Oliver Neukum
2007-04-27USB: iowarrior.c: fix NULL dereferenceOliver Neukum
2007-04-27USB: kill BKL in usblcdOliver Neukum
2007-03-19USB: berry_charge: correct dbg string for second magic commandKen L Johnson
2007-03-09USB Elan FTDI: check for workqueue creationCyrill Gorcunov
2007-02-23USB: add driver for iowarrior devices.Greg Kroah-Hartman
2007-02-20backlight: Separate backlight properties from backlight ops pointersRichard Purdie
2007-02-20backlight: Fix external uses of backlight internal semaphoreRichard Purdie
2007-02-20backlight: Remove unneeded owner fieldRichard Purdie
2007-02-19Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2007-02-16Pull misc-for-upstream into release branchLen Brown
2007-02-16USB: Driver to charge USB blackberry devicesGreg Kroah-Hartman
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven