aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-22Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds1-2/+2
2007-07-20Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds46-1079/+5344
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt2-2/+2
2007-07-19USB: drivers/usb/storage/dpcm.c whitespace cleanupS.Caglar Onur1-28/+28
2007-07-19USB: r8a66597-hcd: fixes some problemYoshihiro Shimoda2-101/+96
2007-07-19USB: change name of spinlock in hcd.cAlan Stern1-23/+26
2007-07-19USB: move routines in hcd.cAlan Stern1-41/+41
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: core: message: clean up urb->status usageGreg Kroah-Hartman1-16/+18
2007-07-19USB: image: microtek: clean up urb->status usageGreg Kroah-Hartman1-9/+10
2007-07-19USB: image: mdc800: clean up urb->status usageGreg Kroah-Hartman1-24/+21
2007-07-19USB: storage: onetouch: clean up urb->status usageGreg Kroah-Hartman1-6/+7
2007-07-19USB: class: usblp: clean up urb->status usageGreg Kroah-Hartman1-8/+10
2007-07-19USB: class: cdc-acm: clean up urb->status usageGreg Kroah-Hartman1-8/+10
2007-07-19USB: atm: usbatm: clean up urb->status usageGreg Kroah-Hartman1-5/+6
2007-07-19USB: atm: ueagle-atm: clean up urb->status usageGreg Kroah-Hartman1-2/+4
2007-07-19USB: atm: speedtch: clean up urb->status usageGreg Kroah-Hartman1-3/+4
2007-07-19USB: atm: cxacru: clean up urb->status usageGreg Kroah-Hartman1-2/+1
2007-07-19USB: m66592-udc: fixes some problemsYoshihiro Shimoda4-453/+450
2007-07-19USB: usb-storage: unusual_devs entry for Nikon D100Alan Stern1-0/+7
2007-07-19USB: Remove pointless conditional in drivers/usb/serial/io_ti.c::edge_shutdown()Jesper Juhl1-6/+4
2007-07-19USB: amd5536 UDC driver (in GEODE southbridge)Thomas Dahlmann6-0/+4114
2007-07-19USB: documentation update for usb_unlink_urbAlan Stern1-43/+45
2007-07-19UHCI: short control URBs get a status stageAlan Stern1-21/+38
2007-07-19USB: mos7720, mos7840: remove redundant urb checkFlorin Malita2-24/+0
2007-07-19USB: fix warning caused by autosuspend counter going negativeAlan Stern1-4/+6
2007-07-19USB: add "descriptors" binary sysfs attributeAlan Stern1-0/+53
2007-07-19isp116x-hcd: prepare for urb->statusAlan Stern1-101/+86
2007-07-19USB: usblp: "Big cleanup" breaks O_NONBLOCKPete Zaitcev1-4/+5
2007-07-19USB: sierra: Add new devicesKevin Lloyd1-7/+20
2007-07-19USB: sierra: Add TRU-Install (c) SupportKevin Lloyd2-20/+89
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-19USB: use mutex instead of semaphore in the ELAN U132 adapter driverMatthias Kaehlcke1-8/+9
2007-07-19USB: use mutex instead of semaphore in the USB gadget serial driverMatthias Kaehlcke1-12/+13
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau4-8/+4
2007-07-18dev_vdbg(), available with -DVERBOSE_DEBUGDavid Brownell1-7/+0
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