summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/message.c
Commit message (Expand)AuthorAgeFilesLines
...
* USB: core: message: fix sparse warningFelipe Balbi2009-12-111-1/+1
* USB: Check bandwidth when switching alt settings.Sarah Sharp2009-12-111-7/+62
* USB: fix a bug in the scatter-gather libraryAlan Stern2009-12-111-1/+2
* USB: make urb scatter-gather support more genericDavid Vrabel2009-12-111-7/+1
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* USB: Let usb_sg_init to set transfer_buffer more oftenPete Zaitcev2009-09-231-22/+10
* USB: fix LANGID=0 regressionDaniel Mack2009-07-121-18/+45
* USB: Push scatter gather lists down to host controller drivers.Sarah Sharp2009-06-151-48/+91
* USB: Support for bandwidth allocation.Sarah Sharp2009-06-151-0/+20
* NLS: update handling of UnicodeAlan Stern2009-06-151-7/+3
* usb: return device strings in UTF-8Clemens Ladisch2009-06-151-24/+17
* USB: add reset endpoint operationsDavid Vrabel2009-04-171-21/+37
* USB: allow malformed LANGID descriptorsDaniel Mack2009-03-241-4/+2
* USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin2009-03-241-1/+1
* USB: add quirk to avoid config and interface stringsAlan Stern2009-03-241-1/+2
* USB: usb_get_string should check the descriptor typeAlan Stern2009-02-271-3/+8
* USB: fix toggle mismatch in disable_endpoint pathsAlan Stern2009-01-271-16/+24
* USB: re-enable interface after driver unbindsAlan Stern2009-01-071-10/+15
* USB: cancel pending Set-Config requests if userspace gets there firstAlan Stern2009-01-071-4/+38
* USB: utilize the bus notifiersAlan Stern2009-01-071-7/+43
* USB: Introduce usb_queue_reset() to do resets from atomic contextsInaky Perez-Gonzalez2009-01-071-0/+41
* USB: avoid needless address-taking of function parametersHarvey Harrison2009-01-071-3/+3
* USB: don't register endpoints for interfaces that are going awayAlan Stern2008-11-131-0/+1
* USB: remove warn() macro from usb driversGreg Kroah-Hartman2008-10-171-1/+2
* USB: fix interface unregistration logicAlan Stern2008-08-131-1/+1
* Fix USB storage hang on command abortAlan Stern2008-08-051-1/+1
* USB: fix comment of usb_set_configurationMing Lei2008-07-211-1/+1
* USB: use standard SG iterator in the scatter-gather libraryAlan Stern2008-07-211-6/+6
* USB: usb dev_set_name() instead of dev->bus_idKay Sievers2008-07-211-1/+1
* USB: usb dev_name() instead of dev->bus_idKay Sievers2008-07-211-3/+3
* USB: create attributes before sending ueventAlan Stern2008-05-141-0/+1
* USB: fix cannot work usb storage when using ohci-sm501Yoshihiro Shimoda2008-05-021-1/+3
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-4/+4
* USB: rework sysfs removal of interface filesAlan Stern2008-04-241-4/+3
* USB: check serial-number string after device resetAlan Stern2008-04-241-1/+1
* USB: new quirk flag to avoid Set-InterfaceAlan Stern2008-03-241-1/+4
* USB: fix codingstyle issues in drivers/usb/core/message.cGreg Kroah-Hartman2008-02-011-194/+204
* USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman2008-02-011-21/+11
* USB: uevent environment key fixAlan Stern2007-11-281-24/+0
* USB: keep track of whether interface sysfs files existAlan Stern2007-11-281-10/+2
* x86 gart: rename CONFIG_IOMMU to CONFIG_GART_IOMMUJoerg Roedel2007-10-301-1/+1
* USB: fix interface sysfs file-creation bugAlan Stern2007-10-251-1/+7
* [PATCH] Fix breakage after SG cleanupsRalf Baechle2007-10-231-1/+1
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-4/+2
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-181-2/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-10-121-21/+7
|\
| * Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-21/+7
* | USB: break apart flush_endpoint and disable_endpointAlan Stern2007-10-121-1/+2
* | USB: don't touch sysfs stuff when altsetting is unchangedAlan Stern2007-10-121-2/+4
* | USB: make usb_release_interface staticGreg Kroah-Hartman2007-10-121-1/+1