summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds2007-07-221-2/+2
|\
| * backlight: Convert from struct class_device to struct deviceRichard Purdie2007-07-161-2/+2
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2007-07-2046-1079/+5344
|\ \
| * | USB: drivers/usb/storage/dpcm.c whitespace cleanupS.Caglar Onur2007-07-201-28/+28
| * | USB: r8a66597-hcd: fixes some problemYoshihiro Shimoda2007-07-202-101/+96Star
| * | USB: change name of spinlock in hcd.cAlan Stern2007-07-201-23/+26
| * | USB: move routines in hcd.cAlan Stern2007-07-201-41/+41
| * | USB: misc: uss720: clean up urb->status usageGreg Kroah-Hartman2007-07-201-2/+3
| * | USB: misc: usbtest: clean up urb->status usageGreg Kroah-Hartman2007-07-201-2/+2
| * | USB: misc: usblcd: clean up urb->status usageGreg Kroah-Hartman2007-07-201-5/+6
| * | USB: misc: phidgetmotorcontrol: clean up urb->status usageGreg Kroah-Hartman2007-07-201-6/+7
| * | USB: misc: phidgetkit: clean up urb->status usageGreg Kroah-Hartman2007-07-201-6/+7
| * | USB: misc: legousbtower: clean up urb->status usageGreg Kroah-Hartman2007-07-201-13/+15
| * | USB: misc: ldusb: clean up urb->status usageGreg Kroah-Hartman2007-07-201-9/+11
| * | USB: misc: iowarrior: clean up urb->status usageGreg Kroah-Hartman2007-07-201-9/+12
| * | USB: misc: ftdi-elan: clean up urb->status usageGreg Kroah-Hartman2007-07-201-3/+5
| * | USB: misc: auerswald: clean up urb->status usageGreg Kroah-Hartman2007-07-201-10/+15
| * | USB: misc: appledisplay: clean up urb->status usageGreg Kroah-Hartman2007-07-201-4/+5
| * | USB: misc: adtux: clean up urb->status usageGreg Kroah-Hartman2007-07-201-11/+13
| * | USB: core: message: clean up urb->status usageGreg Kroah-Hartman2007-07-201-16/+18
| * | USB: image: microtek: clean up urb->status usageGreg Kroah-Hartman2007-07-201-9/+10
| * | USB: image: mdc800: clean up urb->status usageGreg Kroah-Hartman2007-07-201-24/+21Star
| * | USB: storage: onetouch: clean up urb->status usageGreg Kroah-Hartman2007-07-201-6/+7
| * | USB: class: usblp: clean up urb->status usageGreg Kroah-Hartman2007-07-201-8/+10
| * | USB: class: cdc-acm: clean up urb->status usageGreg Kroah-Hartman2007-07-201-8/+10
| * | USB: atm: usbatm: clean up urb->status usageGreg Kroah-Hartman2007-07-201-5/+6
| * | USB: atm: ueagle-atm: clean up urb->status usageGreg Kroah-Hartman2007-07-201-2/+4
| * | USB: atm: speedtch: clean up urb->status usageGreg Kroah-Hartman2007-07-201-3/+4
| * | USB: atm: cxacru: clean up urb->status usageGreg Kroah-Hartman2007-07-201-2/+1Star
| * | USB: m66592-udc: fixes some problemsYoshihiro Shimoda2007-07-204-453/+450Star
| * | USB: usb-storage: unusual_devs entry for Nikon D100Alan Stern2007-07-201-0/+7
| * | USB: Remove pointless conditional in drivers/usb/serial/io_ti.c::edge_shutdown()Jesper Juhl2007-07-201-6/+4Star
| * | USB: amd5536 UDC driver (in GEODE southbridge)Thomas Dahlmann2007-07-206-0/+4114
| * | USB: documentation update for usb_unlink_urbAlan Stern2007-07-201-43/+45
| * | UHCI: short control URBs get a status stageAlan Stern2007-07-201-21/+38
| * | USB: mos7720, mos7840: remove redundant urb checkFlorin Malita2007-07-202-24/+0Star
| * | USB: fix warning caused by autosuspend counter going negativeAlan Stern2007-07-201-4/+6
| * | USB: add "descriptors" binary sysfs attributeAlan Stern2007-07-201-0/+53
| * | isp116x-hcd: prepare for urb->statusAlan Stern2007-07-201-101/+86Star
| * | USB: usblp: "Big cleanup" breaks O_NONBLOCKPete Zaitcev2007-07-201-4/+5
| * | USB: sierra: Add new devicesKevin Lloyd2007-07-201-7/+20
| * | USB: sierra: Add TRU-Install (c) SupportKevin Lloyd2007-07-202-20/+89
| * | USB: use mutex instead of semaphore in the FTDI ELAN driverMatthias Kaehlcke2007-07-201-6/+7
| * | USB: use mutex instead of semaphore in the Adutux driverMatthias Kaehlcke2007-07-201-17/+18
| * | USB: use mutex instead of semaphore in the ELAN U132 adapter driverMatthias Kaehlcke2007-07-201-8/+9
| * | USB: use mutex instead of semaphore in the USB gadget serial driverMatthias Kaehlcke2007-07-201-12/+13
* | | mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-202-2/+2
|/ /
* | some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-194-8/+4Star
* | dev_vdbg(), available with -DVERBOSE_DEBUGDavid Brownell2007-07-191-7/+0Star
* | drivers/*: mark variables with uninitialized_var()Jeff Garzik2007-07-171-1/+1