NetBSD/sys/dev/cardbus
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
..
adv_cardbus.c - Use aprint*() more in xxx_attach(). 2016-07-14 10:19:05 +00:00
ahc_cardbus.c Remove extra printf duplicate with MI codes. 2018-04-02 11:02:52 +00:00
cardbus_exrom.c
cardbus_exrom.h
cardbus_map.c
cardbus.c
cardbusreg.h
cardbusvar.h
cardslot.c weak alias some pcmcia functions (to an returns error function) so this 2016-09-24 23:54:49 +00:00
cardslotvar.h
com_cardbus.c
ehci_cardbus.c Stop potential misuse of vendor names and USB vendor IDs in root hub 2018-04-09 16:21:09 +00:00
files.cardbus
fwohci_cardbus.c KNF. No functional change. 2016-07-14 04:19:26 +00:00
if_ath_cardbus.c
if_athn_cardbus.c
if_atw_cardbus.c
if_bwi_cardbus.c
if_ex_cardbus.c KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
if_fxp_cardbus.c KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
if_ral_cardbus.c - Use aprint*() more in xxx_attach(). 2016-07-14 10:19:05 +00:00
if_re_cardbus.c
if_rtk_cardbus.c Convert sys/dev to use <sys/rndsource.h>. 2015-04-13 16:33:23 +00:00
if_rtw_cardbus.c KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
if_tlp_cardbus.c - Use aprint*() more in xxx_attach(). 2016-07-14 10:19:05 +00:00
njata_cardbus.c
njs_cardbus.c KNF. No functional change. 2016-07-11 11:31:49 +00:00
ohci_cardbus.c Stop potential misuse of vendor names and USB vendor IDs in root hub 2018-04-09 16:21:09 +00:00
rbus_ppb.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
rbus.c
rbus.h
sdhc_cardbus.c
siisata_cardbus.c
uhci_cardbus.c Stop potential misuse of vendor names and USB vendor IDs in root hub 2018-04-09 16:21:09 +00:00
usb_cardbus.h