aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-19USB: misc: auerswald: clean up urb->status usageGreg Kroah-Hartman1-10/+15
2007-07-19USB: misc: appledisplay: clean up urb->status usageGreg Kroah-Hartman1-4/+5
2007-07-19USB: misc: adtux: clean up urb->status usageGreg Kroah-Hartman1-11/+13
2007-07-19USB: use mutex instead of semaphore in the FTDI ELAN driverMatthias Kaehlcke1-6/+7
2007-07-19USB: use mutex instead of semaphore in the Adutux driverMatthias Kaehlcke1-17/+18
2007-07-17drivers/*: mark variables with uninitialized_var()Jeff Garzik1-1/+1
2007-07-17drivers/usb/misc/auerswald: fix status check, remove redundant checkJeff Garzik1-1/+1
2007-07-16backlight: Convert from struct class_device to struct deviceRichard Purdie1-2/+2
2007-07-12USB: Support Blackberry Pearl with berry_chargeJeremy Katz1-0/+35
2007-07-12USB: autosuspend for usblcdOliver Neukum1-3/+43
2007-07-12USB: prevent char device open/deregister raceAlan Stern10-198/+62
2007-07-06potential compiler error, irqfunc caller sites updateYoann Padioleau1-1/+1
2007-06-25USB: usblcd doesn't limit memory consumption during writeOliver Neukum1-4/+18
2007-06-25USB: memory leak in iowarrior.cOliver Neukum1-3/+4
2007-05-22USB: ldusb bugfixOliver Neukum1-4/+31
2007-05-22USB: auerswald: fix file release handlerAndrew Morton1-8/+2
2007-05-22USB: fix more ftdi-elan/u132-hcd #include lossageDavid Brownell1-4/+8
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2007-05-08SIS USB2VGA Warning fixWANG Cong1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap4-4/+0
2007-04-27USB: iowarrior.c: timeouts too small in usb_control_msg callsEberhard Fahle1-8/+6
2007-04-27USB: add picdem device to ldusbJoey Goncalves1-0/+3
2007-04-27USB: Remove duplicate define of OHCI_QUIRK_ZFMICROS.Caglar Onur1-1/+0
2007-04-27USB Elan FTDI: check for driver registration statusCyrill Gorcunov1-7/+11
2007-04-27USB: cleanup ofd adutuxOliver Neukum1-20/+28
2007-04-27USB: cypress_cy7c63: race disconnect/sysfs read-write leading to following NULL pointerOliver Neukum1-1/+3
2007-04-27USB: iowarrior.c: fix NULL dereferenceOliver Neukum1-2/+4
2007-04-27USB: kill BKL in usblcdOliver Neukum1-2/+5
2007-03-19USB: berry_charge: correct dbg string for second magic commandKen L Johnson1-1/+1
2007-03-09USB Elan FTDI: check for workqueue creationCyrill Gorcunov1-2/+16
2007-02-23USB: add driver for iowarrior devices.Greg Kroah-Hartman3-0/+940
2007-02-20backlight: Separate backlight properties from backlight ops pointersRichard Purdie1-5/+6
2007-02-20backlight: Fix external uses of backlight internal semaphoreRichard Purdie1-6/+0
2007-02-20backlight: Remove unneeded owner fieldRichard Purdie1-1/+0
2007-02-19Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds3-0/+152
2007-02-16Pull misc-for-upstream into release branchLen Brown1-2/+2
2007-02-16USB: Driver to charge USB blackberry devicesGreg Kroah-Hartman3-0/+152
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau2-2/+0
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven2-2/+2
2007-02-12[PATCH] null pointer dereference in appledisplay driverMichael Hanselmann1-2/+2
2007-02-10ACPI: video: Fix null pointer in appledisplay driverMichael Hanselmann1-1/+1
2007-02-07USB: mutexification of rio500Oliver Neukum1-24/+30
2007-02-07USB: Remove unneeded void * casts in idmouse.cTobias Klauser1-6/+4
2007-01-05sisusb_con warning fixesAndrew Morton1-6/+6
2006-12-22Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-1/+1
2006-12-20USB: u132-hcd/ftdi-elan: add support for Option GT 3G Quad cardTony Olech1-199/+393
2006-12-20USB AUERSWALD: replace kmalloc+memset with kzallocBurman Yan1-4/+2
2006-12-20USB: fix transvibrator disconnect raceOliver Neukum1-1/+1
2006-12-20USB: Fix oops in PhidgetServoSean Young1-0/+1
2006-12-20Pull platform-drivers into test branchLen Brown1-1/+1