diff options
| author | ichiro <ichiro@NetBSD.org> | 2003-02-08 04:21:51 +0000 |
|---|---|---|
| committer | ichiro <ichiro@NetBSD.org> | 2003-02-08 04:21:51 +0000 |
| commit | 443e6bd05b80b7329472ee6f63fc4dd004d23110 (patch) | |
| tree | dc6750c7e506784f4c818de07806383d53b4fcc4 /sys/dev/usb/usbdevs.h | |
| parent | b58be339b327259309de7b217cac4cb57cddbef4 (diff) | |
regen
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 748a5ab63be..b388698d28f 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs.h,v 1.307 2003/02/08 04:08:23 ichiro Exp $ */ +/* $NetBSD: usbdevs.h,v 1.308 2003/02/08 04:21:51 ichiro Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.301 2003/02/07 18:08:06 augustss Exp + * NetBSD: usbdevs,v 1.303 2003/02/08 04:21:22 ichiro Exp */ /* @@ -361,6 +361,7 @@ #define USB_VENDOR_DLINK 0x2001 /* D-Link */ #define USB_VENDOR_PQI 0x3538 /* PQI */ #define USB_VENDOR_DAISY 0x3579 /* Daisy Technology */ +#define USB_VENDOR_NI 0x3923 /* National Instruments */ #define USB_VENDOR_INTEL 0x8086 /* Intel */ #define USB_VENDOR_HP2 0xf003 /* Hewlett Packard */ @@ -1024,6 +1025,9 @@ /* M-Systems products */ #define USB_PRODUCT_MSYSTEMS_DISKONKEY 0x0010 /* DiskOnKey */ +/* National Instruments */ +#define USB_PRODUCT_NI_GPIB_USB_A 0xc920 /* GPIB-USB-A */ + /* National Semiconductor */ #define USB_PRODUCT_NATIONAL_BEARPAW1200 0x1000 /* BearPaw 1200 */ #define USB_PRODUCT_NATIONAL_BEARPAW2400 0x1001 /* BearPaw 2400 */ |
