Regenerate.

This commit is contained in:
Bill Paul 2000-03-29 19:46:41 +00:00
parent 554d5470ef
commit c57afb7f7e
2 changed files with 18 additions and 2 deletions

View File

@ -4,7 +4,7 @@
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.16 2000/03/29 15:07:20 gehenna Exp
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.17 2000/03/29 19:44:48 wpaul Exp
*/
/*
@ -385,6 +385,9 @@
/* Keisokugiken Corp. products */
#define USB_PRODUCT_KEISOKUGIKEN_USBDAQ 0x0068 /* HKS-0200 USBDAQ */
/* Kawasaki LSI products (?) */
#define USB_PRODUCT_KLSI_DUH3E10BT 0x0008 /* 10BT Ethernet adapter, in the DU-H3E */
/* Kodak products */
#define USB_PRODUCT_KODAK_DC260 0x0110 /* Digital Science DC260 */
#define USB_PRODUCT_KODAK_DC265 0x0111 /* Digital Science DC265 */
@ -457,6 +460,7 @@
/* Peracom products */
#define USB_PRODUCT_PERACOM_SERIAL1 0x0001 /* Serial Converter */
#define USB_PRODUCT_PERACOM_ENET 0x0002 /* Ethernet adapter */
#define USB_PRODUCT_PERACOM_ENET3 0x0003 /* At Home Ethernet Adapter */
#define USB_PRODUCT_PERACOM_ENET2 0x0005 /* Ethernet adapter */
/* Philips products */

View File

@ -4,7 +4,7 @@
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.16 2000/03/29 15:07:20 gehenna Exp
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.17 2000/03/29 19:44:48 wpaul Exp
*/
/*
@ -453,6 +453,12 @@ struct usb_knowndev usb_knowndevs[] = {
"Keisokugiken Corp.",
"HKS-0200 USBDAQ",
},
{
USB_VENDOR_KLSI, USB_PRODUCT_KLSI_DUH3E10BT,
0,
"Kawasaki LSI",
"10BT Ethernet adapter, in the DU-H3E",
},
{
USB_VENDOR_KODAK, USB_PRODUCT_KODAK_DC260,
0,
@ -663,6 +669,12 @@ struct usb_knowndev usb_knowndevs[] = {
"Peracom Networks Inc.",
"Ethernet adapter",
},
{
USB_VENDOR_PERACOM, USB_PRODUCT_PERACOM_ENET3,
0,
"Peracom Networks Inc.",
"At Home Ethernet Adapter",
},
{
USB_VENDOR_PERACOM, USB_PRODUCT_PERACOM_ENET2,
0,