aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-25USB: open disconnect race in usblcdOliver Neukum1-1/+10
2007-10-25USB: disconnect open race in legousbtowerOliver Neukum1-1/+13
2007-10-25USB: open disconnect race in iowarriorOliver Neukum1-1/+8
2007-10-25USB: missing error check in emi62Oliver Neukum1-0/+4
2007-10-25USB: missing error check in emi26Oliver Neukum1-0/+4
2007-10-25USB: fix read vs. disconnect race in cytherm driverOliver Neukum1-1/+3
2007-10-25USB: fix locking in idmouseOliver Neukum1-17/+28
2007-10-25USB rio500.c: fix check-after-useAdrian Bunk1-12/+3
2007-10-25USB iowarrior.c: fix check-after-useAdrian Bunk1-1/+1
2007-10-25USB: FTDI Elan driver: Convert ftdi->u132_lock to mutexMatthias Kaehlcke1-65/+65
2007-10-23[PARPORT] Kill useful 'irq' arg from parport_{generic_irq,ieee1284_interrupt}Jeff Garzik1-2/+2
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-2/+2
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt3-5/+5
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches3-7/+7
2007-10-16vt/vgacon: Check if screen resize request comes from userspaceAntonino A. Daplas1-1/+2
2007-10-12USB: drivers/usb/misc/sisusbvga/sisusb.c: kill two unused variablesWANG Cong1-2/+0
2007-10-12USB: fix gregkh-usb-usb-sisusb2vga-convert-printk-to-dev_-macrosAndrew Morton1-9/+1
2007-10-12USB: sisusbvga: Fix bugSatyam Sharma1-3/+1
2007-10-12USB: fix memory leak in berry_charge driverGreg Kroah-Hartman1-2/+5
2007-10-12USB: missing test for ESHUTDOWN in adutux driverOliver Neukum1-1/+2
2007-10-12USB: ftdi-elan.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-3/+5
2007-10-12USB: SisUSB2VGA: Convert printk to dev_* macrosFelipe Balbi2-88/+36
2007-10-12USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb_struct.hFelipe Balbi1-75/+67
2007-10-12USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb_init.hFelipe Balbi1-656/+655
2007-10-12USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb_init.cFelipe Balbi1-129/+133
2007-10-12USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb.hFelipe Balbi1-60/+58
2007-10-12USB: SisUSB2VGA: Mis-spelled wordFelipe Balbi1-1/+1
2007-10-12USB: SisUSB2VGA: Remove if 0'ed codeFelipe Balbi4-197/+1
2007-10-12USB: SisUSB2VGA: Whitespace CleanupsFelipe Balbi5-20/+20
2007-09-11usb/misc/sisusbvga: add product ID of TARGUS/MCT devicesamson yeung1-0/+1
2007-07-22Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds1-2/+2
2007-07-19USB: misc: uss720: clean up urb->status usageGreg Kroah-Hartman1-2/+3
2007-07-19USB: misc: usbtest: clean up urb->status usageGreg Kroah-Hartman1-2/+2
2007-07-19USB: misc: usblcd: clean up urb->status usageGreg Kroah-Hartman1-5/+6
2007-07-19USB: misc: phidgetmotorcontrol: clean up urb->status usageGreg Kroah-Hartman1-6/+7
2007-07-19USB: misc: phidgetkit: clean up urb->status usageGreg Kroah-Hartman1-6/+7
2007-07-19USB: misc: legousbtower: clean up urb->status usageGreg Kroah-Hartman1-13/+15
2007-07-19USB: misc: ldusb: clean up urb->status usageGreg Kroah-Hartman1-9/+11
2007-07-19USB: misc: iowarrior: clean up urb->status usageGreg Kroah-Hartman1-9/+12
2007-07-19USB: misc: ftdi-elan: clean up urb->status usageGreg Kroah-Hartman1-3/+5
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