summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
2008-05-14USB: create attributes before sending ueventAlan Stern5-58/+96
2008-05-02USB: fix cannot work usb storage when using ohci-sm501Yoshihiro Shimoda1-1/+3
2008-04-29proc: remove proc_busAlexey Dobriyan1-2/+2
2008-04-25usb: don't update devnum for wusb devicesDavid Vrabel1-3/+11
2008-04-25wusb: make ep0_reinit available for modulesInaky Perez-Gonzalez2-5/+7
2008-04-25wusb: devices dont use a set addressInaky Perez-Gonzalez1-20/+27
2008-04-25wusb: teach choose_address() about wireless devicesInaky Perez-Gonzalez1-9/+31
2008-04-25USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison6-47/+47
2008-04-25USB: usbfs: export the URB_NO_INTERRUPT flag to userspaceAlan Stern1-4/+23
2008-04-25USB: don't explicitly reenable root-hub status interruptsAlan Stern3-20/+0
2008-04-25USB: HCDs use the do_remote_wakeup flagAlan Stern1-1/+0
2008-04-25USB: log an error message when USB enumeration failsAlan Stern1-0/+1
2008-04-25USB: add extension of anchor API, usb_unlink_anchored_urbsOliver Neukum1-0/+24
2008-04-25USB: rework sysfs removal of interface filesAlan Stern1-4/+3
2008-04-25USB: clarify usage of hcd->suspend/resume methodsAlan Stern2-7/+7
2008-04-25USB: root hubs don't lie about their number of TTsAlan Stern2-2/+13
2008-04-25USB: fix comments of 2 functions in hcd.cMing Lei1-2/+0
2008-04-25USB: Remove EXPERIMENTAL from dynamic USB minor allocation.Robert P. J. Day1-2/+2
2008-04-25drivers/usb/core/devio.c: suppress warning with 64k PAGE_SIZEAndrew Morton1-1/+3
2008-04-25USB: remove dev->power.power_stateAlan Stern3-15/+4
2008-04-25USB: partial USB embedded host supportRobin Getz1-5/+8
2008-04-25USB: ehci tolerates some buggy devicesDavid Brownell1-0/+17
2008-04-25USB: defines for USB "Link Power Management" (LPM) ECNDavid Brownell2-3/+7
2008-04-25USB: enable USB-PERSIST by defaultAlan Stern1-2/+4
2008-04-25USB: check serial-number string after device resetAlan Stern2-16/+51
2008-04-25USB: remove CONFIG_USB_PERSIST settingAlan Stern4-54/+32
2008-04-25USB: make USB-PERSIST work after every system sleepAlan Stern1-34/+80
2008-04-25USB: reorganize code in hub.cAlan Stern1-26/+32
2008-04-25USB: EHCI: carry out port handover during each root-hub resumeAlan Stern2-2/+13
2008-04-19drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-03-25USB: new quirk flag to avoid Set-InterfaceAlan Stern2-1/+7
2008-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-1/+1
2008-03-05USB: spruce up the device blacklistAlan Stern1-9/+12
2008-03-05USB: update Kconfig entry for USB_SUSPENDAlan Stern1-4/+5
2008-03-05PM: Do not acquire device semaphores upfront during suspendRafael J. Wysocki1-1/+1
2008-03-03docbook: fix usb source filesRandy Dunlap1-4/+2
2008-02-22USB: quirks and unusual_devs entry for Actions flash driveAlan Stern1-0/+3
2008-02-22USB: quirks for known quirky audio devicesOliver Neukum1-0/+9
2008-02-02USB: fix codingstyle issues in drivers/usb/core/*.cGreg Kroah-Hartman6-74/+74
2008-02-02USB: fix codingstyle issues in drivers/usb/core/message.cGreg Kroah-Hartman1-194/+204
2008-02-02USB: fix codingstyle issues in drivers/usb/core/hcd-pci.cGreg Kroah-Hartman1-62/+67
2008-02-02USB: fix codingstyle issues in drivers/usb/core/devio.cGreg Kroah-Hartman1-145/+188
2008-02-02USB: fix codingstyle issues in drivers/usb/core/devices.cGreg Kroah-Hartman1-72/+82
2008-02-02USB: fix codingstyle issues in drivers/usb/core/*.hGreg Kroah-Hartman4-67/+68
2008-02-02USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman8-95/+61
2008-02-02USB: use a real vendor and product id for root hubsGreg Kroah-Hartman1-4/+4
2008-02-02USB: mount options: fix usbfsMiklos Szeredi1-6/+36
2008-02-02usb: dma bounce buffer supportMagnus Damm3-23/+163
2008-02-02USB: usbfs: struct async is a fixed size structurePete Zaitcev1-2/+2
2008-02-02USB: Export suspend statisticsSarah Sharp3-1/+60