Commit Graph

99 Commits (c383b53729a9bbbceee132a85955d084ba00ca3a)

Author SHA1 Message Date
Pete Zaitcev 81bf46f303 USB: Let usb_sg_init to set transfer_buffer more often 16 years ago
Daniel Mack 0cce2eda19 USB: fix LANGID=0 regression 16 years ago
Sarah Sharp e04748e3a8 USB: Push scatter gather lists down to host controller drivers. 16 years ago
Sarah Sharp 79abb1ab13 USB: Support for bandwidth allocation. 16 years ago
Alan Stern 74675a5850 NLS: update handling of Unicode 16 years ago
Clemens Ladisch a853a3d4eb usb: return device strings in UTF-8 16 years ago
David Vrabel 3444b26afa USB: add reset endpoint operations 16 years ago
Daniel Mack b7af0bb268 USB: allow malformed LANGID descriptors 16 years ago
Roel Kluin 71d2718f25 USB: more u32 conversion after transfer_buffer_length and actual_length 16 years ago
Alan Stern 1662e3a7f0 USB: add quirk to avoid config and interface strings 16 years ago
Alan Stern 67f5a4ba97 USB: usb_get_string should check the descriptor type 16 years ago
Alan Stern ddeac4e75f USB: fix toggle mismatch in disable_endpoint paths 16 years ago
Alan Stern 2caf7fcdb8 USB: re-enable interface after driver unbinds 16 years ago
Alan Stern df718962bf USB: cancel pending Set-Config requests if userspace gets there first 16 years ago
Alan Stern 3b23dd6f8a USB: utilize the bus notifiers 16 years ago
Inaky Perez-Gonzalez dc023dceec USB: Introduce usb_queue_reset() to do resets from atomic contexts 16 years ago
Harvey Harrison da2bbdcc38 USB: avoid needless address-taking of function parameters 16 years ago
Alan Stern 352d026338 USB: don't register endpoints for interfaces that are going away 16 years ago
Greg Kroah-Hartman 3b6004f3b5 USB: remove warn() macro from usb drivers 17 years ago
Alan Stern 1a21175a61 USB: fix interface unregistration logic 17 years ago
Alan Stern 580da34847 Fix USB storage hang on command abort 17 years ago
Ming Lei 6d243e5c76 USB: fix comment of usb_set_configuration 17 years ago
Alan Stern 7c3e28bc56 USB: use standard SG iterator in the scatter-gather library 17 years ago
Kay Sievers 0031a06e2f USB: usb dev_set_name() instead of dev->bus_id 17 years ago
Kay Sievers 7071a3ce0c USB: usb dev_name() instead of dev->bus_id 17 years ago
Alan Stern 2e5f10e4f0 USB: create attributes before sending uevent 17 years ago
Yoshihiro Shimoda e2722528ce USB: fix cannot work usb storage when using ohci-sm501 17 years ago
Harvey Harrison 441b62c1ed USB: replace remaining __FUNCTION__ occurrences 17 years ago
Alan Stern 61a5c65789 USB: rework sysfs removal of interface files 17 years ago
Alan Stern eb764c4be1 USB: check serial-number string after device reset 17 years ago
Alan Stern 392e1d9817 USB: new quirk flag to avoid Set-Interface 17 years ago
Greg Kroah-Hartman 3e35bf39e0 USB: fix codingstyle issues in drivers/usb/core/message.c 17 years ago
Greg Kroah-Hartman 782e70c6fc USB: mark USB drivers as being GPL only 17 years ago
Alan Stern 4a9bee8256 USB: uevent environment key fix 17 years ago
Alan Stern 7e61559f61 USB: keep track of whether interface sysfs files exist 17 years ago
Joerg Roedel 966396d3a0 x86 gart: rename CONFIG_IOMMU to CONFIG_GART_IOMMU 18 years ago
Alan Stern 439a903a96 USB: fix interface sysfs file-creation bug 18 years ago
Ralf Baechle 117636092a [PATCH] Fix breakage after SG cleanups 18 years ago
Jens Axboe 45711f1af6 [SG] Update drivers to use sg helpers 18 years ago
Joe Perches 898eb71cb1 Add missing newlines to some uses of dev_<level> messages 18 years ago
Alan Stern 95cf82f99c USB: break apart flush_endpoint and disable_endpoint 18 years ago
Alan Stern d74d4a69dc USB: don't touch sysfs stuff when altsetting is unchanged 18 years ago
Greg Kroah-Hartman b0e396e309 USB: make usb_release_interface static 18 years ago
Inaky Perez-Gonzalez 16bbab2966 usb: usb_set_configuration() obeys authorization 18 years ago
Alan Stern 5e60a16139 USB: avoid using urb->pipe in usbcore 18 years ago
Alan Stern bdd016ba64 USB: add ep->enable 18 years ago
Kay Sievers 7eff2e7a8b Driver core: change add_uevent_var to use a struct 18 years ago
Kay Sievers d65cc1b45e usb: add PRODUCT, TYPE to usb-interface events 18 years ago
Alan Stern c39772d82a USB: allow retry on descriptor fetch errors 18 years ago
Alan Stern 67f5dde3d4 USB: Fix a bug in usb_start_wait_urb 18 years ago