diff options
| author | augustss <augustss@NetBSD.org> | 2000-03-13 21:17:32 +0000 |
|---|---|---|
| committer | augustss <augustss@NetBSD.org> | 2000-03-13 21:17:32 +0000 |
| commit | e2850da40654bc2a7427ddc7e8d71b1591f3af90 (patch) | |
| tree | 4fcd7dd8c77d726e2844607177aa5a4ad0e8c53d /sys/dev/usb/usbdevs.h | |
| parent | ce56ba78b795e89c59e59eb28ffa91feb74a63ff (diff) | |
Regen.
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 62de0907f90..e550218ce48 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs.h,v 1.83 2000/02/29 19:07:33 hubertf Exp $ */ +/* $NetBSD: usbdevs.h,v 1.84 2000/03/13 21:17:32 augustss Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.82 2000/02/29 19:06:40 hubertf Exp + * NetBSD: usbdevs,v 1.83 2000/03/13 17:14:27 augustss Exp */ /* @@ -127,6 +127,7 @@ #define USB_VENDOR_SIIG 0x07cc /* SIIG */ #define USB_VENDOR_ZOOM 0x0803 /* Zoom Telephonics Inc. */ #define USB_VENDOR_HANDSPRING 0x082d /* Handspring Inc. */ +#define USB_VENDOR_PALM 0x0830 /* Palm Computing, Inc. */ #define USB_VENDOR_DIAMOND 0x0841 /* Diamond */ #define USB_VENDOR_NETGEAR 0x0846 /* BayNETGEAR Inc. */ #define USB_VENDOR_ACTIVEWIRE 0x0854 /* ActiveWire Inc. */ @@ -393,6 +394,9 @@ /* OmniVision Technologies Inc. products */ #define USB_PRODUCT_OMNIVISION_OV511 0x0511 /* OV511 Camera */ +/* Palm Computing, Inc. */ +#define USB_PRODUCT_PALM_SERIAL 0x0080 /* USB Serial Adaptor */ + /* Peracom products */ #define USB_PRODUCT_PERACOM_SERIAL1 0x0001 /* Serial Converter */ #define USB_PRODUCT_PERACOM_ENET 0x0002 /* Ethernet adapter */ @@ -402,7 +406,7 @@ #define USB_PRODUCT_PHILIPS_DSS350 0x0101 /* DSS 350 Digital Speaker System */ #define USB_PRODUCT_PHILIPS_DSS 0x0104 /* DSS XXX Digital Speaker System */ #define USB_PRODUCT_PHILIPS_HUB 0x0201 /* hub */ -#define USB_PRODUCT_PHILIPS_DSS150 0x0471 /* DSS XXX Digital Speaker System */ +#define USB_PRODUCT_PHILIPS_DSS150 0x0471 /* DSS 150 Digital Speaker System */ /* P.I. Engineering products */ #define USB_PRODUCT_PIENGINEERING_PS2USB 0x020b /* PS2 to Mac USB Adapter */ |
