regen
This commit is contained in:
parent
e710e0dfa1
commit
6b93b03665
|
@ -1,10 +1,10 @@
|
||||||
/* $NetBSD: usbdevs.h,v 1.80 2000/02/17 16:30:44 augustss Exp $ */
|
/* $NetBSD: usbdevs.h,v 1.81 2000/02/20 14:39:29 jdolecek Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||||
*
|
*
|
||||||
* generated from:
|
* generated from:
|
||||||
* NetBSD: usbdevs,v 1.79 2000/02/17 16:30:11 augustss Exp
|
* NetBSD: usbdevs,v 1.80 2000/02/20 14:37:48 jdolecek Exp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -326,6 +326,7 @@
|
||||||
|
|
||||||
/* KYE products */
|
/* KYE products */
|
||||||
#define USB_PRODUCT_KYE_NICHE 0x0001 /* Niche mouse */
|
#define USB_PRODUCT_KYE_NICHE 0x0001 /* Niche mouse */
|
||||||
|
#define USB_PRODUCT_KYE_NETSCROLL 0x0003 /* Genius NetScroll mouse */
|
||||||
#define USB_PRODUCT_KYE_FLIGHT2000 0x1004 /* Flight 2000 joystick */
|
#define USB_PRODUCT_KYE_FLIGHT2000 0x1004 /* Flight 2000 joystick */
|
||||||
|
|
||||||
/* Lexmark products */
|
/* Lexmark products */
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
/* $NetBSD: usbdevs_data.h,v 1.80 2000/02/17 16:30:44 augustss Exp $ */
|
/* $NetBSD: usbdevs_data.h,v 1.81 2000/02/20 14:39:28 jdolecek Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||||
*
|
*
|
||||||
* generated from:
|
* generated from:
|
||||||
* NetBSD: usbdevs,v 1.79 2000/02/17 16:30:11 augustss Exp
|
* NetBSD: usbdevs,v 1.80 2000/02/20 14:37:48 jdolecek Exp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -579,6 +579,12 @@ struct usb_knowndev usb_knowndevs[] = {
|
||||||
"KYE Systems Corp.",
|
"KYE Systems Corp.",
|
||||||
"Niche mouse",
|
"Niche mouse",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
USB_VENDOR_KYE, USB_PRODUCT_KYE_NETSCROLL,
|
||||||
|
0,
|
||||||
|
"KYE Systems Corp.",
|
||||||
|
"Genius NetScroll mouse",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
USB_VENDOR_KYE, USB_PRODUCT_KYE_FLIGHT2000,
|
USB_VENDOR_KYE, USB_PRODUCT_KYE_FLIGHT2000,
|
||||||
0,
|
0,
|
||||||
|
|
Loading…
Reference in New Issue