diff options
author | jb <jb@FreeBSD.org> | 2003-09-19 22:42:51 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 2003-09-19 22:42:51 +0000 |
commit | 3dba6f023a8688e876dce4fc38ed18481ed6c8ee (patch) | |
tree | bb0d412279c85e94260b6df56555dc2be60fd282 /sys/dev/usb/usbdevs.h | |
parent | 77b076f87c2aa6554f7e7f062aa8e201c3b51bab (diff) | |
download | FreeBSD-src-3dba6f023a8688e876dce4fc38ed18481ed6c8ee.zip FreeBSD-src-3dba6f023a8688e876dce4fc38ed18481ed6c8ee.tar.gz |
Add HP 4400C, Belkin F5U208 VideoBusII
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 14f1dc8..41ad89b 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.135 2003/08/22 05:43:29 njl Exp + * FreeBSD: src/sys/dev/usb/usbdevs,v 1.136 2003/09/18 15:41:06 obrien Exp */ /* @@ -491,6 +491,7 @@ #define USB_PRODUCT_BELKIN_F5U103 0x0103 /* F5U103 Serial adapter */ #define USB_PRODUCT_BELKIN_F5U109 0x0109 /* F5U109 Serial adapter */ #define USB_PRODUCT_BELKIN_F5U120 0x1203 /* F5U120-PC Hub */ +#define USB_PRODUCT_BELKIN_F5U208 0x0208 /* F5U208 VideoBus II */ /* Billionton products */ #define USB_PRODUCT_BILLIONTON_USB100 0x0986 /* USB100N 10/100 FastEthernet Adapter */ @@ -711,6 +712,7 @@ #define USB_PRODUCT_HP_840C 0x0604 /* DeskJet 840c */ #define USB_PRODUCT_HP_2200C 0x0605 /* ScanJet 2200C */ #define USB_PRODUCT_HP_5300C 0x0701 /* Scanjet 5300C */ +#define USB_PRODUCT_HP_4400C 0x0705 /* Scanjet 4400C */ #define USB_PRODUCT_HP_970CSE 0x1004 /* Deskjet 970Cse */ #define USB_PRODUCT_HP_5400C 0x1005 /* Scanjet 5400C */ #define USB_PRODUCT_HP_930C 0x1204 /* DeskJet 930c */ |