summaryrefslogtreecommitdiff
path: root/drivers/usb/core/message.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-11USB: fix a bug in the scatter-gather libraryAlan Stern1-1/+2
2009-12-11USB: make urb scatter-gather support more genericDavid Vrabel1-7/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-09-23USB: Let usb_sg_init to set transfer_buffer more oftenPete Zaitcev1-22/+10
2009-07-13USB: fix LANGID=0 regressionDaniel Mack1-18/+45
2009-06-16USB: Push scatter gather lists down to host controller drivers.Sarah Sharp1-48/+91
2009-06-16USB: Support for bandwidth allocation.Sarah Sharp1-0/+20
2009-06-16NLS: update handling of UnicodeAlan Stern1-7/+3
2009-06-16usb: return device strings in UTF-8Clemens Ladisch1-24/+17
2009-04-17USB: add reset endpoint operationsDavid Vrabel1-21/+37
2009-03-25USB: allow malformed LANGID descriptorsDaniel Mack1-4/+2
2009-03-25USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin1-1/+1
2009-03-25USB: add quirk to avoid config and interface stringsAlan Stern1-1/+2
2009-02-28USB: usb_get_string should check the descriptor typeAlan Stern1-3/+8
2009-01-28USB: fix toggle mismatch in disable_endpoint pathsAlan Stern1-16/+24
2009-01-07USB: re-enable interface after driver unbindsAlan Stern1-10/+15
2009-01-07USB: cancel pending Set-Config requests if userspace gets there firstAlan Stern1-4/+38
2009-01-07USB: utilize the bus notifiersAlan Stern1-7/+43
2009-01-07USB: Introduce usb_queue_reset() to do resets from atomic contextsInaky Perez-Gonzalez1-0/+41
2009-01-07USB: avoid needless address-taking of function parametersHarvey Harrison1-3/+3
2008-11-14USB: don't register endpoints for interfaces that are going awayAlan Stern1-0/+1
2008-10-18USB: remove warn() macro from usb driversGreg Kroah-Hartman1-1/+2
2008-08-14USB: fix interface unregistration logicAlan Stern1-1/+1
2008-08-05Fix USB storage hang on command abortAlan Stern1-1/+1
2008-07-22USB: fix comment of usb_set_configurationMing Lei1-1/+1
2008-07-22USB: use standard SG iterator in the scatter-gather libraryAlan Stern1-6/+6
2008-07-22USB: usb dev_set_name() instead of dev->bus_idKay Sievers1-1/+1
2008-07-22USB: usb dev_name() instead of dev->bus_idKay Sievers1-3/+3
2008-05-14USB: create attributes before sending ueventAlan Stern1-0/+1
2008-05-02USB: fix cannot work usb storage when using ohci-sm501Yoshihiro Shimoda1-1/+3
2008-04-25USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2008-04-25USB: rework sysfs removal of interface filesAlan Stern1-4/+3
2008-04-25USB: check serial-number string after device resetAlan Stern1-1/+1
2008-03-25USB: new quirk flag to avoid Set-InterfaceAlan Stern1-1/+4
2008-02-02USB: fix codingstyle issues in drivers/usb/core/message.cGreg Kroah-Hartman1-194/+204
2008-02-02USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman1-21/+11
2007-11-29USB: uevent environment key fixAlan Stern1-24/+0
2007-11-29USB: keep track of whether interface sysfs files existAlan Stern1-10/+2
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-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-19Add missing newlines to some uses of dev_<level> messagesJoe Perches1-2/+2
2007-10-13Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-21/+7
2007-10-13USB: break apart flush_endpoint and disable_endpointAlan Stern1-1/+2
2007-10-13USB: don't touch sysfs stuff when altsetting is unchangedAlan Stern1-2/+4
2007-10-13USB: make usb_release_interface staticGreg Kroah-Hartman1-1/+1
2007-10-13usb: usb_set_configuration() obeys authorizationInaky Perez-Gonzalez1-1/+4
2007-10-13USB: avoid using urb->pipe in usbcoreAlan Stern1-6/+8
2007-10-13USB: add ep->enableAlan Stern1-10/+10