Commit Graph

3 Commits

Author SHA1 Message Date
jmcneill
69bb614b1d Register shutdown handlers 2018-08-12 16:33:58 +00:00
jakllsch
8021ad2ed9 Stop potential misuse of vendor names and USB vendor IDs in root hub
device and string descriptors.

Firstly: Few vendors have identical PCI-SIG vendor IDs and USB-IF vendor
IDs.  As such, using the PCI vendor ID as a USB vendor ID may trample
on whomever is allocated that USB vendor ID.

Secondly: The vendor of the host controller hardware implementation has
little to nothing to do with our usbroothub implementation.  Thus we
should not potentially associate any problems therewith to such third
party.

This change will result in root hubs being identified by USB Vendor ID
0x0000.  Root hub vendor string will now be "NetBSD" (or, specifically:
ostype). Product ID (0x0000) and product strings remain unchanged.
2018-04-09 16:21:09 +00:00
jmcneill
7f75a995d0 Add glue for generic ehci/ohci bindings. 2017-06-29 17:04:53 +00:00