Regen.
This commit is contained in:
parent
c2b7bb4ddb
commit
76c2f6d190
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: usbdevs.h,v 1.162 2001/04/07 11:16:35 ichiro Exp $ */
|
||||
/* $NetBSD: usbdevs.h,v 1.163 2001/04/11 08:44:06 augustss Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.159 2001/04/06 22:52:55 augustss Exp
|
||||
* NetBSD: usbdevs,v 1.161 2001/04/11 08:43:47 augustss Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -842,8 +842,9 @@
|
||||
#define USB_PRODUCT_STSN_STSN0001 0x0001 /* Internet Access Device */
|
||||
|
||||
/* Sun Microsystems products */
|
||||
#define USB_PRODUCT_SUN_KEYBOARD 0x0005 /* Type 6 USB */
|
||||
#define USB_PRODUCT_SUN_KEYBOARD 0x0005 /* Type 6 USB keyboard */
|
||||
/* XXX The above is a North American PC style keyboard possibly */
|
||||
#define USB_PRODUCT_SUN_MOUSE 0x0100 /* Type 6 USB mouse */
|
||||
|
||||
/* Supra products */
|
||||
#define USB_PRODUCT_DIAMOND2_SUPRAEXPRESS56K 0x07da /* Supra Express 56K modem */
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: usbdevs_data.h,v 1.163 2001/04/07 11:16:35 ichiro Exp $ */
|
||||
/* $NetBSD: usbdevs_data.h,v 1.164 2001/04/11 08:44:06 augustss Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.159 2001/04/06 22:52:55 augustss Exp
|
||||
* NetBSD: usbdevs,v 1.161 2001/04/11 08:43:47 augustss Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -1723,7 +1723,13 @@ const struct usb_knowndev usb_knowndevs[] = {
|
||||
USB_VENDOR_SUN, USB_PRODUCT_SUN_KEYBOARD,
|
||||
0,
|
||||
"Sun Microsystems",
|
||||
"Type 6 USB",
|
||||
"Type 6 USB keyboard",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_SUN, USB_PRODUCT_SUN_MOUSE,
|
||||
0,
|
||||
"Sun Microsystems",
|
||||
"Type 6 USB mouse",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_DIAMOND2, USB_PRODUCT_DIAMOND2_SUPRAEXPRESS56K,
|
||||
|
Loading…
Reference in New Issue
Block a user