diff options
| author | imp <imp@NetBSD.org> | 2004-12-29 08:38:44 +0000 |
|---|---|---|
| committer | imp <imp@NetBSD.org> | 2004-12-29 08:38:44 +0000 |
| commit | b5cc71aac748d942d48b28bb9a4e3e22681f18aa (patch) | |
| tree | 7a930ed7d481d0de3859282fa2a0bf7e523574be /sys/dev/usb/usbdevs | |
| parent | d4734bb3d4249fc34104918dd44bd31c3fab433c (diff) | |
From FreeBSD:
Add note about where to find official USB VIDs.
Diffstat (limited to 'sys/dev/usb/usbdevs')
| -rw-r--r-- | sys/dev/usb/usbdevs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index edf1dbabbd5..9a0d17ca92a 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$NetBSD: usbdevs,v 1.391 2004/12/27 07:04:26 imp Exp $ +$NetBSD: usbdevs,v 1.392 2004/12/29 08:38:44 imp Exp $ /* * Copyright (c) 1998-2004 The NetBSD Foundation, Inc. @@ -40,6 +40,11 @@ $NetBSD: usbdevs,v 1.391 2004/12/27 07:04:26 imp Exp $ /* * List of known USB vendors * + * USB.org publishes a VID list of USB-IF member companies at + * http://www.usb.org/developers/tools + * Note that it does not show companies that have obtained a Vendor ID + * without becoming full members. + * * Please note that these IDs do not do anything. Adding an ID here and * regenerating the usbdevs.h and usbdevs_data.h only makes a symbolic name * available to the source code and does not change any functionality, nor |
