155 Commits (0a20373a2fb78622043277b4774676c55bbea22b)

Author SHA1 Message Date
  Michael Brown 71b83a6d00 [usb] Allow USB endpoints to specify a reserved header length for refills 8 years ago
  Michael Brown fb8c52de9b [usb] Allow USB device IDs to include arbitrary driver-specific data 8 years ago
  Michael Brown eb1fc1e957 [usb] Record USB device speed separately from current port speed 8 years ago
  Michael Brown 15ce7ce355 [usb] Use port->disconnected to check for disconnected devices 8 years ago
  Michael Brown 668dc73d52 [usb] Allow for wildcard USB class IDs 8 years ago
  Michael Brown 549a0caabb [usb] Select preferred USB device configuration based on driver score 8 years ago
  Michael Brown f9e192605c [usb] Generalise zero-length packet generation logic 8 years ago
  Michael Brown 82bc90dd88 [usb] Add function to device's function list before attempting probe 8 years ago
  Michael Brown 866e525814 [usb] Expose usb_find_driver() 8 years ago
  Michael Brown 5ecd16af04 [usb] Always clear recorded disconnections after performing hotplug actions 9 years ago
  Michael Brown a2173fca45 [usb] Do not call usb_hotplug() when registering a new hub 9 years ago
  Michael Brown 0eaa3a34bf [usb] Add USB_INTERRUPT_OUT internal type 9 years ago
  Michael Brown 9d43c4080d [usb] Provide usb_endpoint_name() for use by host controller drivers 9 years ago
  Michael Brown a66fd8920d [usb] Add find_usb_bus_by_location() helper function 9 years ago
  Michael Brown e4783add79 [usb] Maintain single lists of halted endpoints and changed ports 9 years ago
  Michael Brown 5e1e2069fd [usb] Maintain a list of all USB buses 9 years ago
  Michael Brown f6604627ff [usb] Detect missed disconnections 9 years ago
  Michael Brown 50e703a534 [usb] Include setup packet within I/O buffer for message transfers 9 years ago
  Michael Brown f557794ab3 [xhci] Support USB1 devices attached via transaction translators 9 years ago
  Michael Brown 026b3446b9 [usb] Improve debug messages for failed control transactions 9 years ago
  Michael Brown 5486c947e2 [usb] Clear transaction translator buffers when applicable 9 years ago
  Michael Brown de6f4e3ede [usb] Reset endpoints without waiting for a new transfer to be enqueued 9 years ago
  Michael Brown acc27b9005 [usb] Fix USB timeouts to match specification 9 years ago
  Michael Brown 838ab97ce3 [usb] Add functions for manual device address assignment 9 years ago
  Michael Brown 7b6765ff1b [usb] Add the concept of a USB bus maximum transfer size 9 years ago
  Michael Brown fbc4ba4b4e [build] Fix the REQUIRE_SYMBOL mechanism 9 years ago
  Michael Brown 86ae6e6c18 [build] Use REQUIRE_OBJECT() to drag in per-object configuration 9 years ago
  Michael Brown e399fc0d21 [pci] Rewrite unrelicensable portions of pci.h 9 years ago
  Michael Brown 2f020a8df3 [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
  Michael Brown b6ee89ffb5 [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
  Michael Brown 17fc79425e [usb] Provide generic framework for refilling receive endpoints 9 years ago
  Michael Brown 6fe8f80418 [usb] Handle port status changes received after failing to find a driver 9 years ago
  Michael Brown 58c3e7f747 [usb] Allow usb_stream() to enforce a terminating short packet 9 years ago
  Michael Brown 17aceb34da [usb] Parse endpoint descriptor bInterval field 9 years ago
  Michael Brown cf153f60a5 [usb] Handle CDC union functional descriptors 9 years ago
  Michael Brown a60f2ddfeb [usb] Try multiple USB device configurations 9 years ago
  Michael Brown e17e771a13 [usb] Add basic support for USB hubs 9 years ago
  Michael Brown 018b13dcec [usb] Add basic support for USB devices 9 years ago
  Michael Brown 072d656a2f [pci] Allow drivers to specify a PCI class 9 years ago
  Michael Brown 22001cb206 [settings] Explicitly separate the concept of a completed fetched setting 10 years ago
  Michael Brown 6d910559b3 [pci] Add pci_find_next() to iterate over existent PCI devices 11 years ago
  Michael Brown dbfa13ff2c [settings] Expose PCI configuration space via settings mechanism 11 years ago
  Michael Brown c3b4860ce3 [legal] Update FSF mailing address in GPL licence texts 12 years ago
  Michael Brown a87c0c4f0f [isa] Avoid spurious compiler warning on gcc 4.7 12 years ago
  Michael Brown fc7e2be617 [device] Make driver name a generic device property 13 years ago
  Michael Brown 4f4c214621 [pci] Modularise PCI device support 13 years ago
  Michael Brown 5bde349e55 [pci] Make driver PCI ID a property of the PCI device 13 years ago
  Michael Brown abb5590b29 [pci] Replace pci_max_bus() with pci_num_bus() 13 years ago
  Michael Brown f9b3fae8d4 [pci] Use single "busdevfn" field in struct pci_device 13 years ago
  Michael Brown e67c79b856 [pci] Add ability to resize a VPD field 13 years ago