1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
This commit is contained in:
Nick Hibma 2000-10-07 11:02:25 +00:00
parent 9c30aace70
commit 6e89fb0ce1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66785
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.37 2000/10/05 23:09:48 n_hibma Exp
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.38 2000/10/07 11:01:54 n_hibma Exp
*/
/*
@ -128,6 +128,7 @@
#define USB_VENDOR_AVM 0x057c /* AVM GmbH */
#define USB_VENDOR_QUICKSHOT 0x057f /* Quickshot */
#define USB_VENDOR_ROCKFIRE 0x0583 /* Rockfire */
#define USB_VENDOR_ZYXEL 0x0586 /* ZyXEL Communication Co. */
#define USB_VENDOR_ALCOR 0x058f /* Alcor Micro, Inc. */
#define USB_VENDOR_IOMEGA 0x059b /* Iomega Corp. */
#define USB_VENDOR_ATREND 0x059c /* A-Trend Technology Co., Ltd. */
@ -718,3 +719,6 @@
/* Zoom Telephonics, Inc. products */
#define USB_PRODUCT_ZOOM_2986L 0x9700 /* 2986L Fax modem */
/* ZyXEL Communication Co. products */
#define USB_PRODUCT_ZYXEL_980N 0x2011 /* Scorpion-980N keyboard */

View File

@ -4,7 +4,7 @@
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.37 2000/10/05 23:09:48 n_hibma Exp
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.38 2000/10/07 11:01:54 n_hibma Exp
*/
/*
@ -1473,6 +1473,12 @@ struct usb_knowndev usb_knowndevs[] = {
"Zoom Telephonics, Inc.",
"2986L Fax modem",
},
{
USB_VENDOR_ZYXEL, USB_PRODUCT_ZYXEL_980N,
0,
"ZyXEL Communication Co.",
"Scorpion-980N keyboard",
},
{
USB_VENDOR_AOX, 0,
USB_KNOWNDEV_NOPROD,
@ -1953,6 +1959,12 @@ struct usb_knowndev usb_knowndevs[] = {
"Rockfire",
NULL,
},
{
USB_VENDOR_ZYXEL, 0,
USB_KNOWNDEV_NOPROD,
"ZyXEL Communication Co.",
NULL,
},
{
USB_VENDOR_ALCOR, 0,
USB_KNOWNDEV_NOPROD,