aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-15USB: hub.c: fix sparse warningsH Hartley Sweeten1-3/+3
2009-06-15USB: core/sysfs: fix sparse warningsH Hartley Sweeten1-6/+6
2009-06-15USB: usbfs: deprecate and hide option for !embeddedScott James Remnant1-6/+10
2009-06-15USB: consolidate usb_unbind_interface and usb_driver_release_interfaceAlan Stern1-13/+8
2009-06-15Driver Core: usb: add nodename support for usb drivers.Kay Sievers2-1/+23
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-0/+5
2009-04-23USB: pass mem_flags to dma_alloc_coherentJohannes Berg1-1/+1
2009-04-17USB: add reset endpoint operationsDavid Vrabel5-23/+79
2009-03-24USB: allow malformed LANGID descriptorsDaniel Mack1-4/+2
2009-03-24USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin5-25/+18
2009-03-24USB: usbfs: remove unneeded "inline" annotationsAlan Stern1-6/+6
2009-03-24USB: don't send Set-Interface after resetAlan Stern1-7/+16
2009-03-24USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel3-2/+4
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison2-5/+5
2009-03-24USB: drivers: use USB API functions rather than constantsJulia Lawall2-6/+5
2009-03-24USB: add quirk to avoid config and interface stringsAlan Stern3-2/+9
2009-03-17USB: usbfs: keep async URBs until the device file is closedAlan Stern1-5/+7
2009-02-27USB: usb_get_string should check the descriptor typeAlan Stern1-3/+8
2009-02-17USB/PCI: Fix resume breakage of controllers behind cardbus bridgesRafael J. Wysocki2-14/+2
2009-01-27USB: fix char-device disconnect handlingAlan Stern3-10/+12
2009-01-27USB: Fix suspend-resume of PCI USB controllersRafael J. Wysocki2-90/+27
2009-01-27USB: don't enable wakeup by default for PCI host controllersAlan Stern1-1/+0
2009-01-27USB: fix toggle mismatch in disable_endpoint pathsAlan Stern4-21/+30
2009-01-15drivers/usb/core/hub.c: fix CONFIG_USB_OTG=y buildDavid Brownell1-1/+1
2009-01-07USB: fix minor nit in usbfs checkingMark Lord1-1/+1
2009-01-07USB: re-enable interface after driver unbindsAlan Stern5-16/+26
2009-01-07USB: cancel pending Set-Config requests if userspace gets there firstAlan Stern1-4/+38
2009-01-07USB: automatically enable wakeup for PCI host controllersAlan Stern1-0/+1
2009-01-07USB: fix up suspend and resume for PCI host controllersAlan Stern2-95/+109
2009-01-07USB: extension of anchor API to unpoison an anchorOliver Neukum1-0/+20
2009-01-07USB: mark "reject" field of struct urb as atomic_tMing Lei2-21/+8
2009-01-07USB: utilize the bus notifiersAlan Stern6-44/+91
2009-01-07USB: make printk messages more searchableWu Fengguang1-21/+24
2009-01-07USB: Enhance usage of pm_message_tAlan Stern8-60/+70
2009-01-07USB: utilize round_jiffies_up_relative()Alan Stern1-2/+2
2009-01-07USB: Don't use __module_param_call; use core_param.Rusty Russell1-2/+6
2009-01-07USB: announce new devices earlierAlan Stern1-6/+7
2009-01-07USB: Allow usbmon as a module even if usbcore is builtinPete Zaitcev2-4/+4
2009-01-07USB: Introduce usb_queue_reset() to do resets from atomic contextsInaky Perez-Gonzalez3-2/+105
2009-01-07USB: add asynchronous autosuspend/autoresume supportAlan Stern4-2/+91
2009-01-07USB: change interface to usb_lock_device_for_reset()Alan Stern1-16/+7
2009-01-07USB: Remove restrictions on signal numbers in devio.cPhil Endecott1-5/+0
2009-01-07USB: straighten out inline code in sysfs.cAlan Stern1-26/+9
2009-01-07USB: avoid needless address-taking of function parametersHarvey Harrison1-3/+3
2009-01-07USB: protect hcd.h from multiple inclusionsAnton Vorontsov1-0/+4
2009-01-06PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki1-2/+2
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-1/+0
2008-12-25Merge branch 'next' into for-linusJames Morris2-6/+8
2008-12-17USB: skip Set-Interface(0) if already in altsetting 0Alan Stern1-1/+3
2008-11-18Merge branch 'master' into nextJames Morris3-3/+4