summaryrefslogtreecommitdiff
path: root/drivers/usb/core/message.c
AgeCommit message (Expand)Author
2009-09-23USB: Let usb_sg_init to set transfer_buffer more oftenPete Zaitcev
2009-07-12USB: fix LANGID=0 regressionDaniel Mack
2009-06-15USB: Push scatter gather lists down to host controller drivers.Sarah Sharp
2009-06-15USB: Support for bandwidth allocation.Sarah Sharp
2009-06-15NLS: update handling of UnicodeAlan Stern
2009-06-15usb: return device strings in UTF-8Clemens Ladisch
2009-04-17USB: add reset endpoint operationsDavid Vrabel
2009-03-24USB: allow malformed LANGID descriptorsDaniel Mack
2009-03-24USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin
2009-03-24USB: add quirk to avoid config and interface stringsAlan Stern
2009-02-27USB: usb_get_string should check the descriptor typeAlan Stern
2009-01-27USB: fix toggle mismatch in disable_endpoint pathsAlan Stern
2009-01-07USB: re-enable interface after driver unbindsAlan Stern
2009-01-07USB: cancel pending Set-Config requests if userspace gets there firstAlan Stern
2009-01-07USB: utilize the bus notifiersAlan Stern
2009-01-07USB: Introduce usb_queue_reset() to do resets from atomic contextsInaky Perez-Gonzalez
2009-01-07USB: avoid needless address-taking of function parametersHarvey Harrison
2008-11-13USB: don't register endpoints for interfaces that are going awayAlan Stern
2008-10-17USB: remove warn() macro from usb driversGreg Kroah-Hartman
2008-08-13USB: fix interface unregistration logicAlan Stern
2008-08-05Fix USB storage hang on command abortAlan Stern
2008-07-21USB: fix comment of usb_set_configurationMing Lei
2008-07-21USB: use standard SG iterator in the scatter-gather libraryAlan Stern
2008-07-21USB: usb dev_set_name() instead of dev->bus_idKay Sievers
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers
2008-05-14USB: create attributes before sending ueventAlan Stern
2008-05-02USB: fix cannot work usb storage when using ohci-sm501Yoshihiro Shimoda
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-24USB: rework sysfs removal of interface filesAlan Stern
2008-04-24USB: check serial-number string after device resetAlan Stern
2008-03-24USB: new quirk flag to avoid Set-InterfaceAlan Stern
2008-02-01USB: fix codingstyle issues in drivers/usb/core/message.cGreg Kroah-Hartman
2008-02-01USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman
2007-11-28USB: uevent environment key fixAlan Stern
2007-11-28USB: keep track of whether interface sysfs files existAlan Stern
2007-10-30x86 gart: rename CONFIG_IOMMU to CONFIG_GART_IOMMUJoerg Roedel
2007-10-25USB: fix interface sysfs file-creation bugAlan Stern
2007-10-23[PATCH] Fix breakage after SG cleanupsRalf Baechle
2007-10-22[SG] Update drivers to use sg helpersJens Axboe
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2007-10-12USB: break apart flush_endpoint and disable_endpointAlan Stern
2007-10-12USB: don't touch sysfs stuff when altsetting is unchangedAlan Stern
2007-10-12USB: make usb_release_interface staticGreg Kroah-Hartman
2007-10-12usb: usb_set_configuration() obeys authorizationInaky Perez-Gonzalez
2007-10-12USB: avoid using urb->pipe in usbcoreAlan Stern
2007-10-12USB: add ep->enableAlan Stern
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers
2007-08-22usb: add PRODUCT, TYPE to usb-interface eventsKay Sievers
2007-08-22USB: allow retry on descriptor fetch errorsAlan Stern