Commit Graph

111 Commits (b269876c8d57fb8c801bea1fc34b461646c5abd0)

Author SHA1 Message Date
George Spelvin 392ca68b40 USB: Clean up root hub string descriptors 16 years ago
Joe Perches ad361c9884 Remove multiple KERN_ prefixes from printk formats 16 years ago
Viral Mehta 7dd19e69d1 USB: xhci: replace if-elseif-else with switch-case 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
Sarah Sharp d2e9b4d673 USB: Add USB 3.0 roothub support to USB core. 16 years ago
Sarah Sharp 6b403b020c USB: Add SuperSpeed to the list of USB device speeds. 16 years ago
Greg Kroah-Hartman 820d7a253c USB: remove unused usb_host class 16 years ago
David Vrabel 3444b26afa USB: add reset endpoint operations 16 years ago
Roel Kluin 71d2718f25 USB: more u32 conversion after transfer_buffer_length and actual_length 16 years ago
Harvey Harrison 551509d267 USB: replace uses of __constant_{endian} 16 years ago
Ming Lei 49367d8f1d USB: mark "reject" field of struct urb as atomic_t 16 years ago
Alan Stern 65bfd2967c USB: Enhance usage of pm_message_t 16 years ago
Pete Zaitcev f150fa1afb USB: Allow usbmon as a module even if usbcore is builtin 16 years ago
Alan Stern cde217a556 USB: fix crash when URBs are unlinked after the device is gone 17 years ago
Alan Stern 9beeee6584 USB: EHCI: log a warning if ehci-hcd is not loaded first 17 years ago
Greg Kroah-Hartman b0b090e579 device create: usb: convert device_create_drvdata to device_create 17 years ago
Geoff Levand 83a7982073 USB: fix hcd interrupt disabling 17 years ago
Alan Stern b5fb454f69 USB: automatically enable RHSC interrupts 17 years ago
Kay Sievers 7071a3ce0c USB: usb dev_name() instead of dev->bus_id 17 years ago
Greg Kroah-Hartman 1b26da1510 USB: handle pci_name() being const 17 years ago
Linus Torvalds 09ca8adbe9 Revert "USB: don't explicitly reenable root-hub status interrupts" 17 years ago
Stefan Becker de85422b94 USB: fix interrupt disabling for HCDs with shared interrupt handlers 17 years ago
Greg Kroah-Hartman c013d040b7 USB: Core: fix race in device_create 17 years ago
Alan Stern e872154921 USB: don't explicitly reenable root-hub status interrupts 17 years ago
Alan Stern 7329e211b9 USB: root hubs don't lie about their number of TTs 17 years ago
Ming Lei 44a29fd715 USB: fix comments of 2 functions in hcd.c 17 years ago
Greg Kroah-Hartman 782e70c6fc USB: mark USB drivers as being GPL only 17 years ago
Greg Kroah-Hartman 667d691ed7 USB: use a real vendor and product id for root hubs 17 years ago
Magnus Damm b347667532 usb: dma bounce buffer support 17 years ago
Tony Jones 5a3201b280 USB: Convert from class_device to device for USB core 17 years ago
Alan Stern ddc1fd6ac1 USB HCD: avoid duplicate local_irq_disable() 17 years ago
Adrian Bunk 87ae9afdca cleanup asm/scatterlist.h includes 18 years ago
Sarah Sharp 4d59d8a113 USB: Export URB statistics for powertop 18 years ago
Alan Stern 6840d2555a USB: flush outstanding URBs when suspending 18 years ago
Alan Stern 95cf82f99c USB: break apart flush_endpoint and disable_endpoint 18 years ago
Alan Stern 4a00027dcb USB: Eliminate urb->status usage! 18 years ago
Alan Stern 9347d51c52 USB: reorganize urb->status use in usbmon 18 years ago
Alan Stern 1f5a3d0f34 USB: fix mistake in usb_hcd_giveback_urb 18 years ago
Alan Stern eb23105462 USB: add urb->unlinked field 18 years ago
Alan Stern b0d9efba3e USB: centralize -EREMOTEIO handling 18 years ago
Alan Stern e9df41c5c5 USB: make HCDs responsible for managing endpoint queues 18 years ago
Inaky Perez-Gonzalez eb579f5811 usb: cleanup usb_register_bus() and hook up sysfs group 18 years ago
Inaky Perez-Gonzalez 5234ce1b02 usb: add the concept of default authorization to USB hosts 18 years ago
Alan Stern 9a9bf406df USB: separate out endpoint queue management and DMA mapping routines 18 years ago
Alan Stern 9439eb94b5 USB: update spinlock usage for root-hub URBs 18 years ago
Alan Stern d617bc83ff USB: cleanup for previous patches 18 years ago
Alan Stern 5e60a16139 USB: avoid using urb->pipe in usbcore 18 years ago
Alan Stern fea3409112 USB: add direction bit to urb->transfer_flags 18 years ago
Alan Stern bdd016ba64 USB: add ep->enable 18 years ago