mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
Regen
This commit is contained in:
parent
2c711f0694
commit
ec88698685
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126503
@ -4,7 +4,7 @@
|
|||||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||||
*
|
*
|
||||||
* generated from:
|
* generated from:
|
||||||
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.163 2004/02/28 00:12:46 sanpei Exp
|
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.164 2004/03/02 19:01:30 peter Exp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -905,6 +905,13 @@
|
|||||||
/* Macally products */
|
/* Macally products */
|
||||||
#define USB_PRODUCT_MACALLY_MOUSE1 0x0101 /* mouse */
|
#define USB_PRODUCT_MACALLY_MOUSE1 0x0101 /* mouse */
|
||||||
|
|
||||||
|
/* Matrix Orbital products */
|
||||||
|
#define USB_PRODUCT_FTDI_USBSERIAL 0xfa00 /* Matrix Orbital USB Serial */
|
||||||
|
#define USB_PRODUCT_FTDI_MX2_3 0xfa01 /* Matrix Orbital MX2 or MX3 */
|
||||||
|
#define USB_PRODUCT_FTDI_MX4_5 0xfa02 /* Matrix Orbital MX4 or MX5 */
|
||||||
|
#define USB_PRODUCT_FTDI_LK202 0xfa03 /* Matrix Orbital VK/LK202 Family */
|
||||||
|
#define USB_PRODUCT_FTDI_LK204 0xfa04 /* Matrix Orbital VK/LK204 Family */
|
||||||
|
|
||||||
/* MCT Corp. */
|
/* MCT Corp. */
|
||||||
#define USB_PRODUCT_MCT_HUB0100 0x0100 /* Hub */
|
#define USB_PRODUCT_MCT_HUB0100 0x0100 /* Hub */
|
||||||
#define USB_PRODUCT_MCT_DU_H3SP_USB232 0x0200 /* D-Link DU-H3SP USB BAY Hub */
|
#define USB_PRODUCT_MCT_DU_H3SP_USB232 0x0200 /* D-Link DU-H3SP USB BAY Hub */
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||||
*
|
*
|
||||||
* generated from:
|
* generated from:
|
||||||
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.163 2004/02/28 00:12:46 sanpei Exp
|
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.164 2004/03/02 19:01:30 peter Exp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -1905,6 +1905,36 @@ const struct usb_knowndev usb_knowndevs[] = {
|
|||||||
"Macally",
|
"Macally",
|
||||||
"mouse",
|
"mouse",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
USB_VENDOR_FTDI, USB_PRODUCT_FTDI_USBSERIAL,
|
||||||
|
0,
|
||||||
|
"Future Technology Devices",
|
||||||
|
"Matrix Orbital USB Serial",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
USB_VENDOR_FTDI, USB_PRODUCT_FTDI_MX2_3,
|
||||||
|
0,
|
||||||
|
"Future Technology Devices",
|
||||||
|
"Matrix Orbital MX2 or MX3",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
USB_VENDOR_FTDI, USB_PRODUCT_FTDI_MX4_5,
|
||||||
|
0,
|
||||||
|
"Future Technology Devices",
|
||||||
|
"Matrix Orbital MX4 or MX5",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
USB_VENDOR_FTDI, USB_PRODUCT_FTDI_LK202,
|
||||||
|
0,
|
||||||
|
"Future Technology Devices",
|
||||||
|
"Matrix Orbital VK/LK202 Family",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
USB_VENDOR_FTDI, USB_PRODUCT_FTDI_LK204,
|
||||||
|
0,
|
||||||
|
"Future Technology Devices",
|
||||||
|
"Matrix Orbital VK/LK204 Family",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
USB_VENDOR_MCT, USB_PRODUCT_MCT_HUB0100,
|
USB_VENDOR_MCT, USB_PRODUCT_MCT_HUB0100,
|
||||||
0,
|
0,
|
||||||
|
Loading…
Reference in New Issue
Block a user