diff options
author | peter <peter@FreeBSD.org> | 2000-09-05 01:10:33 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-09-05 01:10:33 +0000 |
commit | 6707cffa6fea30b75931f20bd0b8579a45d3518e (patch) | |
tree | 50bae579d5e3bcced8a7267470a7ac6764532da7 /sys/dev/usb/usbdevs.h | |
parent | a5b0eb55b9ec4e13507beed4a3c8c8ec781ce5a4 (diff) | |
download | FreeBSD-src-6707cffa6fea30b75931f20bd0b8579a45d3518e.zip FreeBSD-src-6707cffa6fea30b75931f20bd0b8579a45d3518e.tar.gz |
Regenerate
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 837c818..5371a27 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -4,7 +4,7 @@ * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * FreeBSD: src/sys/dev/usb/usbdevs,v 1.31 2000/08/26 05:06:40 gehenna Exp + * FreeBSD: src/sys/dev/usb/usbdevs,v 1.32 2000/09/04 15:29:42 n_hibma Exp */ /* @@ -110,6 +110,7 @@ #define USB_VENDOR_AKS 0x0529 /* Aladdin Knowledge Systems */ #define USB_VENDOR_UNIACCESS 0x0540 /* Universal Access */ #define USB_VENDOR_ANCHOR 0x0547 /* Anchor Chips, Inc. */ +#define USB_VENDOR_SONY 0x054c /* Sony Corp. */ #define USB_VENDOR_VISION 0x0553 /* VLSI Vision Ltd. */ #define USB_VENDOR_ASAHIKASEI 0x0556 /* Asahi Kasei Microsystems Co., Ltd */ #define USB_VENDOR_ATEN 0x0557 /* ATEN International Co. Ltd. */ @@ -622,6 +623,9 @@ /* SOLID YEAR products */ #define USB_PRODUCT_SOLIDYEAR_KEYBOARD 0x2101 /* Solid Year USB keyboard */ +/* SONY products */ +#define USB_PRODUCT_SONY_DSC 0x0010 /* Sony DSC cameras */ + /* STMicroelectronics products */ #define USB_PRODUCT_STMICRO_COMMUNICATOR 0x7554 /* USB Communicator */ |