diff options
author | joe <joe@FreeBSD.org> | 2003-07-14 19:30:49 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2003-07-14 19:30:49 +0000 |
commit | 5cf499461b6273ec66293e677a53a35901fe9abc (patch) | |
tree | 04839a96d5ab2d2ef917316a96a8a5a4a2d095cd /sys/dev/usb/usbdevs.h | |
parent | 0f1230dfe1d83f0e2fb676baa496b387d1bba98d (diff) | |
download | FreeBSD-src-5cf499461b6273ec66293e677a53a35901fe9abc.zip FreeBSD-src-5cf499461b6273ec66293e677a53a35901fe9abc.tar.gz |
Regen.
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index a64d9e4..6b7fefd 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.133 2003/07/14 17:14:04 joe Exp + * FreeBSD: src/sys/dev/usb/usbdevs,v 1.134 2003/07/14 19:30:01 joe Exp */ /* @@ -674,6 +674,7 @@ /* Handspring, Inc. */ #define USB_PRODUCT_HANDSPRING_VISOR 0x0100 /* Handspring Visor */ +#define USB_PRODUCT_HANDSPRING_TREO 0x0200 /* Handspring Treo */ /* Hauppauge Computer Works */ #define USB_PRODUCT_HAUPPAUGE_WINTV_USB_FM 0x4d12 /* WinTV USB FM */ @@ -956,7 +957,12 @@ #define USB_PRODUCT_PALM_M500 0x0001 /* Palm m500 */ #define USB_PRODUCT_PALM_M505 0x0002 /* Palm m505 */ #define USB_PRODUCT_PALM_M515 0x0003 /* Palm m515 */ +#define USB_PRODUCT_PALM_I705 0x0020 /* Palm i705 */ +#define USB_PRODUCT_PALM_TUNGSTEN_Z 0x0031 /* Palm Tungsten Z */ #define USB_PRODUCT_PALM_M125 0x0040 /* Palm m125 */ +#define USB_PRODUCT_PALM_M130 0x0050 /* Palm m130 */ +#define USB_PRODUCT_PALM_TUNGSTEN_T 0x0060 /* Palm Tungsten T */ +#define USB_PRODUCT_PALM_ZIRE 0x0070 /* Palm Zire */ /* Panasonic products */ #define USB_PRODUCT_PANASONIC_SDCAAE 0x1b00 /* MultiMediaCard Adapter */ @@ -1098,9 +1104,13 @@ #define USB_PRODUCT_SONY_DSC 0x0010 /* DSC cameras */ #define USB_PRODUCT_SONY_MSACUS1 0x002d /* Memorystick MSAC-US1 */ #define USB_PRODUCT_SONY_MSC 0x0032 /* MSC memory stick slot */ +#define USB_PRODUCT_SONY_CLIE_35 0x0038 /* Sony Clie v3.5 */ #define USB_PRODUCT_SONY_CLIE_40 0x0066 /* Sony Clie v4.0 */ +#define USB_PRODUCT_SONY_CLIE_40_MS 0x006d /* Sony Clie v4.0 Memory Stick slot */ +#define USB_PRODUCT_SONY_CLIE_S360 0x0095 /* Sony Clie s360 */ +#define USB_PRODUCT_SONY_CLIE_41_MS 0x0099 /* Sony Clie v4.1 Memory Stick slot */ #define USB_PRODUCT_SONY_CLIE_41 0x009a /* Sony Clie v4.1 */ -#define USB_PRODUCT_SONY_CLIE_50 0x00da /* Sony Clie v5.0 */ +#define USB_PRODUCT_SONY_CLIE_NX60 0x00da /* Sony Clie nx60 */ /* STMicroelectronics products */ #define USB_PRODUCT_STMICRO_COMMUNICATOR 0x7554 /* USB Communicator */ |