summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2007-02-19Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-26/+9
2007-02-19Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds36-155/+492
2007-02-17Merge AT91, EP93xx, General devel, PXA, S3C, V6+ and Xscale treesRussell King3-26/+9
2007-02-16Pull misc-for-upstream into release branchLen Brown1-2/+2
2007-02-16USB: at91-ohci, handle extra at91sam9261 ahb clockAndrew Victor1-17/+33
2007-02-16USB: another id for cp2101 driverPozsar Balazs1-0/+1
2007-02-16USB: ueagle-atm.c needs sched.hRandy Dunlap1-0/+1
2007-02-16USB: at91_udc, shrink runtime footprintDavid Brownell1-8/+7
2007-02-16usbnet: add missing Kconfig for KC2190 cablesDavid Brownell2-0/+13
2007-02-16usbnet: init fault (oops) cleanup, whitespace fixesDavid Brownell1-13/+16
2007-02-16usbnet: recognize SiteCom CN-124David Brownell1-3/+13
2007-02-16usb: Remove Airprime device from option.cKevin Lloyd1-4/+0
2007-02-16USB: change __init to __devinit for isp116x_probePrarit Bhargava1-1/+1
2007-02-16USB: ps3: don't call ps3_system_bus_driver_register on other platformsIshizaki Kou2-11/+26
2007-02-16USB: hid-core.c: Removes GTCO CalComp Interwrite IPanel PIDs from blacklistJeremy Roberson1-5/+0
2007-02-16USB: kernel-doc fixesRandy Dunlap1-0/+1
2007-02-16USB: quirky device for cdc-acmOliver Neukum1-0/+4
2007-02-16USB: cdc-acm: fix incorrect throtteling, make set_control optionalOliver Neukum1-11/+18
2007-02-16USB: unconfigure devices which have config 0Alan Stern4-8/+22
2007-02-16USB: fix g_serial small errorBryan O'Donoghue1-0/+1
2007-02-16USB Storage: US_FL_IGNORE_RESIDUE needed for Aiptek MP3 PlayerDylan Taft1-0/+9
2007-02-16USB: Fix misspelled "USBNET_MII" kernel config option.Robert P. J. Day1-1/+1
2007-02-16USB: input: HID: add CIDC USB device to HID blacklistZheng XiaoJun1-0/+3
2007-02-16USB: USB_RTL8150 must select MIIAdrian Bunk1-0/+1
2007-02-16USB Storage: indistinguishable devices with broken and unbroken firmwareOliver Neukum2-1/+7
2007-02-16USB: fix autosuspend race in skeleton driverOliver Neukum1-4/+6
2007-02-16USB: asix - Fix endian issues in asix_tx_fixup()David Hollis1-0/+2
2007-02-16USB: fix concurrent buffer access in the hub driverAlan Stern1-0/+6
2007-02-16USB: Fix error cleanup path in airprimePete Zaitcev1-27/+8
2007-02-16EHCI: add debugging message to ehci_bus_suspendAlan Stern1-0/+2
2007-02-16usbcore: small changes to hub driver's suspend methodAlan Stern1-15/+10
2007-02-16USB: Fix apparent typo CONFIG_USB_CDCETHER.Robert P. J. Day1-1/+1
2007-02-16USB: add flow control to usb-serial generic driver.Joris van Rantwijk1-18/+84
2007-02-16USB: unusual_devs update for Sony P990i phoneAlan Stern1-2/+3
2007-02-16USB: Teac HD-35PU patch to unusual_devs.hThomas Bächler1-0/+10
2007-02-16USB: PL2303: Willcom WS002IN Support.YOSHIFUJI Hideaki2-0/+6
2007-02-16USB: fix needless failure under certain conditionsOliver Neukum1-4/+5
2007-02-16USB: In init_endpoint_class, use PTR_ERR to obtain an errno value, not IS_ERRJosh Triplett1-1/+1
2007-02-16USB: Driver to charge USB blackberry devicesGreg Kroah-Hartman4-0/+153
2007-02-16EHCI: turn off remote wakeup during shutdownAlan Stern1-0/+17
2007-02-14[PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner4-4/+4
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau34-34/+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-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-0/+2
2007-02-11[PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan1-1/+0
2007-02-11[PATCH] remove invalidate_inode_pages()Andrew Morton1-1/+1
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2-5/+2
2007-02-11[PATCH] Char: tty_wakeup cleanupJiri Slaby4-39/+6
2007-02-10Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov168-6121/+7832