mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Added Entrega Parallel and Serial Connectors to the information
file.
This commit is contained in:
parent
05c7fdda18
commit
86d7ad019e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42639
@ -1,7 +1,7 @@
|
||||
/* FreeBSD $Id$ */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.19 1999/01/08 11:18:38 augustss Exp
|
||||
@ -77,6 +77,7 @@
|
||||
#define USB_VENDOR_CHIC 0x05fe /* Chic Technology */
|
||||
#define USB_VENDOR_ADS 0x06e1 /* ADS Technologies */
|
||||
#define USB_VENDOR_PLX 0x10b5 /* PLX */
|
||||
#define USB_VENDOR_ENTREGA 0x1645 /* Entrega */
|
||||
#define USB_VENDOR_INSIDEOUT 0x1608 /* Inside Out Networks */
|
||||
#define USB_VENDOR_INTEL 0x8086 /* Intel */
|
||||
|
||||
@ -165,6 +166,9 @@
|
||||
/* PLX products */
|
||||
#define USB_PRODUCT_PLX_TESTBOARD 0x9060 /* test board */
|
||||
|
||||
#define USB_PRODUCT_ENTREGA_CENTRONICS 0x0006 /* Centronics connector */
|
||||
#define USB_PRODUCT_ENTREGA_SERIAL 0x8001 /* DB25 Serial connector */
|
||||
|
||||
/* Inside Out Networks products */
|
||||
#define USB_PRODUCT_INSIDEOUT_EDGEPORT4 0x0001 /* EdgePort/4 serial ports */
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* FreeBSD $Id$ */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.19 1999/01/08 11:18:38 augustss Exp
|
||||
@ -231,6 +231,18 @@ struct usb_knowndev usb_knowndevs[] = {
|
||||
"PLX",
|
||||
"test board",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ENTREGA, USB_PRODUCT_ENTREGA_CENTRONICS,
|
||||
0,
|
||||
"Entrega",
|
||||
"Centronics connector",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ENTREGA, USB_PRODUCT_ENTREGA_SERIAL,
|
||||
0,
|
||||
"Entrega",
|
||||
"DB25 Serial connector",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_INSIDEOUT, USB_PRODUCT_INSIDEOUT_EDGEPORT4,
|
||||
0,
|
||||
@ -405,6 +417,12 @@ struct usb_knowndev usb_knowndevs[] = {
|
||||
"PLX",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ENTREGA, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
"Entrega",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_INSIDEOUT, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
|
Loading…
Reference in New Issue
Block a user