aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-24USB: use proper call to driver_create_fileGreg Kroah-Hartman1-4/+4
2007-12-17USB: use IRQF_DISABLED for HCD interrupt handlersAlan Stern1-1/+1
2007-12-17USB: fix locking loop by avoiding flush_scheduled_workAlan Stern1-3/+3
2007-11-28USB: uevent environment key fixAlan Stern3-35/+25
2007-11-28USB: keep track of whether interface sysfs files existAlan Stern2-10/+8
2007-11-28USB HCD: avoid duplicate local_irq_disable()Alan Stern1-1/+2
2007-11-28USB: Fix priority mistakes in drivers/usb/core/hub.cRoel Kluin1-1/+1
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk3-3/+1
2007-10-30x86 gart: rename CONFIG_IOMMU to CONFIG_GART_IOMMUJoerg Roedel1-1/+1
2007-10-25USB: fix interface sysfs file-creation bugAlan Stern1-1/+7
2007-10-25USB: add URB_FREE_BUFFER to permissible flagsOliver Neukum1-1/+1
2007-10-23[PATCH] Fix breakage after SG cleanupsRalf Baechle1-1/+1
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-4/+2
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches2-3/+3
2007-10-18freezer: introduce freezer-friendly waiting macrosRafael J. Wysocki1-2/+1
2007-10-17security/ cleanupsAdrian Bunk1-1/+0
2007-10-15docbook: fix usb contentRandy Dunlap1-1/+5
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds3-47/+16
2007-10-12USB: fix race in autosuspend rescheduleAlan Stern1-16/+16
2007-10-12USB: skip autosuspended devices during system resumeAlan Stern1-7/+20
2007-10-12USB: mutual exclusion for EHCI init and port resetsAlan Stern2-2/+21
2007-10-12USB: Export URB statistics for powertopSarah Sharp3-0/+14
2007-10-12USB: remove USB_QUIRK_NO_AUTOSUSPENDAlan Stern1-80/+1
2007-10-12USB: don't propagate FREEZE or PRETHAW suspendsAlan Stern1-1/+6
2007-10-12USB: fix limited_power setting mistake in hub.cjidong xiao1-2/+2
2007-10-12USB: flush outstanding URBs when suspendingAlan Stern5-12/+16
2007-10-12USB: break apart flush_endpoint and disable_endpointAlan Stern3-23/+32
2007-10-12USB: move decision to ignore FREEZE eventsAlan Stern2-8/+6
2007-10-12USB: Get rid of annoying endpoint-release messageAlan Stern1-1/+0
2007-10-12USB: remove traces of urb->status from usbcoreAlan Stern2-7/+9
2007-10-12USB: get rid of urb->lockAlan Stern1-5/+6
2007-10-12USB: Eliminate urb->status usage!Alan Stern2-12/+13
2007-10-12USB: reorganize urb->status use in usbmonAlan Stern2-5/+7
2007-10-12USB: fix mistake in usb_hcd_giveback_urbAlan Stern1-3/+4
2007-10-12USB: add urb->unlinked fieldAlan Stern1-7/+12
2007-10-12USB: centralize -EREMOTEIO handlingAlan Stern1-2/+7
2007-10-12USB: don't touch sysfs stuff when altsetting is unchangedAlan Stern1-2/+4
2007-10-12USB: make HCDs responsible for managing endpoint queuesAlan Stern2-129/+140
2007-10-12USB: make usb_release_interface staticGreg Kroah-Hartman1-1/+1
2007-10-12USB: rename choose_configurationGreg Kroah-Hartman3-4/+4
2007-10-12usb: hook up device authorization to sysfsInaky Perez-Gonzalez1-0/+39
2007-10-12usb: introduce usb_authorize/deauthorize()Inaky Perez-Gonzalez3-1/+85
2007-10-12usb: split usb_new_device for clarity and refactoringInaky Perez-Gonzalez1-48/+88
2007-10-12usb: usb_generic_probe() obeys authorizationInaky Perez-Gonzalez1-8/+11
2007-10-12usb: usb_probe_interface() obeys authorizationInaky Perez-Gonzalez1-0/+5
2007-10-12usb: usb_get_configuration() obeys authorizationInaky Perez-Gonzalez1-5/+19
2007-10-12usb: usb_set_configuration() obeys authorizationInaky Perez-Gonzalez1-1/+4
2007-10-12usb: initialize authorization and wusb bits in USB devicesInaky Perez-Gonzalez1-0/+18
2007-10-12usb: cleanup usb_register_bus() and hook up sysfs groupInaky Perez-Gonzalez1-15/+18