aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)Author
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches
2007-10-18freezer: introduce freezer-friendly waiting macrosRafael J. Wysocki
2007-10-17security/ cleanupsAdrian Bunk
2007-10-15docbook: fix usb contentRandy Dunlap
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2007-10-12USB: fix race in autosuspend rescheduleAlan Stern
2007-10-12USB: skip autosuspended devices during system resumeAlan Stern
2007-10-12USB: mutual exclusion for EHCI init and port resetsAlan Stern
2007-10-12USB: Export URB statistics for powertopSarah Sharp
2007-10-12USB: remove USB_QUIRK_NO_AUTOSUSPENDAlan Stern
2007-10-12USB: don't propagate FREEZE or PRETHAW suspendsAlan Stern
2007-10-12USB: fix limited_power setting mistake in hub.cjidong xiao
2007-10-12USB: flush outstanding URBs when suspendingAlan Stern
2007-10-12USB: break apart flush_endpoint and disable_endpointAlan Stern
2007-10-12USB: move decision to ignore FREEZE eventsAlan Stern
2007-10-12USB: Get rid of annoying endpoint-release messageAlan Stern
2007-10-12USB: remove traces of urb->status from usbcoreAlan Stern
2007-10-12USB: get rid of urb->lockAlan Stern
2007-10-12USB: Eliminate urb->status usage!Alan Stern
2007-10-12USB: reorganize urb->status use in usbmonAlan Stern
2007-10-12USB: fix mistake in usb_hcd_giveback_urbAlan Stern
2007-10-12USB: add urb->unlinked fieldAlan Stern
2007-10-12USB: centralize -EREMOTEIO handlingAlan Stern
2007-10-12USB: don't touch sysfs stuff when altsetting is unchangedAlan Stern
2007-10-12USB: make HCDs responsible for managing endpoint queuesAlan Stern
2007-10-12USB: make usb_release_interface staticGreg Kroah-Hartman
2007-10-12USB: rename choose_configurationGreg Kroah-Hartman
2007-10-12usb: hook up device authorization to sysfsInaky Perez-Gonzalez
2007-10-12usb: introduce usb_authorize/deauthorize()Inaky Perez-Gonzalez
2007-10-12usb: split usb_new_device for clarity and refactoringInaky Perez-Gonzalez
2007-10-12usb: usb_generic_probe() obeys authorizationInaky Perez-Gonzalez
2007-10-12usb: usb_probe_interface() obeys authorizationInaky Perez-Gonzalez
2007-10-12usb: usb_get_configuration() obeys authorizationInaky Perez-Gonzalez
2007-10-12usb: usb_set_configuration() obeys authorizationInaky Perez-Gonzalez
2007-10-12usb: initialize authorization and wusb bits in USB devicesInaky Perez-Gonzalez
2007-10-12usb: cleanup usb_register_bus() and hook up sysfs groupInaky Perez-Gonzalez
2007-10-12usb: add the concept of default authorization to USB hostsInaky Perez-Gonzalez
2007-10-12USB: separate out endpoint queue management and DMA mapping routinesAlan Stern
2007-10-12USB: update spinlock usage for root-hub URBsAlan Stern
2007-10-12USB: cleanup for previous patchesAlan Stern
2007-10-12USB: avoid urb->pipe in usbfsAlan Stern
2007-10-12USB: address-0 handling during device initializationAlan Stern
2007-10-12USB: avoid using urb->pipe in usbcoreAlan Stern
2007-10-12USB: add direction bit to urb->transfer_flagsAlan Stern
2007-10-12USB: add ep->enableAlan Stern
2007-10-12USB: add urb->epAlan Stern
2007-10-12cdev: remove unneeded setting of cdev namesGreg Kroah-Hartman
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers
2007-09-13USB: disable autosuspend by default for non-hubsAlan Stern