diff options
author | obrien <obrien@FreeBSD.org> | 2003-09-18 15:41:07 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-09-18 15:41:07 +0000 |
commit | adef608f34cb2e2bb9c4f6846b88d6b81625db14 (patch) | |
tree | 344f40765815171dc44ff6a60ec8f69aefd19142 /sys/dev/usb/usbdevs.h | |
parent | 0a8e039c8ca6a7c2e252bbf119ef56d574b9b298 (diff) | |
download | FreeBSD-src-adef608f34cb2e2bb9c4f6846b88d6b81625db14.zip FreeBSD-src-adef608f34cb2e2bb9c4f6846b88d6b81625db14.tar.gz |
Support the Hawking Technology's UF100 Pegasus II 10/100 USB Ethernet.
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 62b5ebc..14f1dc8 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.134 2003/07/14 19:30:01 joe Exp + * FreeBSD: src/sys/dev/usb/usbdevs,v 1.135 2003/08/22 05:43:29 njl Exp */ /* @@ -350,6 +350,7 @@ #define USB_VENDOR_AGATE 0x0c08 /* Agate Technologies */ #define USB_VENDOR_DMI 0x0c0b /* DMI */ #define USB_VENDOR_LUWEN 0x0c76 /* Luwen */ +#define USB_VENDOR_HAWKING 0x0e66 /* Hawking Technologies */ #define USB_VENDOR_MOTOROLA 0x1063 /* Motorola */ #define USB_VENDOR_PLX 0x10b5 /* PLX */ #define USB_VENDOR_ASANTE 0x10bd /* Asante */ @@ -679,6 +680,9 @@ /* Hauppauge Computer Works */ #define USB_PRODUCT_HAUPPAUGE_WINTV_USB_FM 0x4d12 /* WinTV USB FM */ +/* Hawking Technologies products */ +#define USB_PRODUCT_HAWKING_UF100 0x400c /* 10/100 USB Ethernet */ + /* Hitachi, Ltd. products */ #define USB_PRODUCT_HITACHI_DVDCAM_USB 0x001e /* DVDCAM USB HS Interface */ |