Regen.
This commit is contained in:
parent
f555f5ff1f
commit
81c1972823
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: usbdevs.h,v 1.425 2006/01/27 06:12:55 dogcow Exp $ */
|
||||
/* $NetBSD: usbdevs.h,v 1.426 2006/02/06 17:34:08 jmmv Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.421 2006/01/27 06:11:58 dogcow Exp
|
||||
* NetBSD: usbdevs,v 1.422 2006/02/06 17:33:26 jmmv Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -594,8 +594,10 @@
|
|||
#define USB_PRODUCT_AOX_USB101 0x0008 /* USB ethernet controller engine */
|
||||
|
||||
/* Apple Computer products */
|
||||
#define USB_PRODUCT_APPLE_EXT_KBD 0x020c /* Apple Extended USB Keyboard */
|
||||
#define USB_PRODUCT_APPLE_OPTMOUSE 0x0302 /* Optical mouse */
|
||||
#define USB_PRODUCT_APPLE_MIGHTYMOUSE 0x0304 /* Mighty Mouse */
|
||||
#define USB_PRODUCT_APPLE_EXT_KBD_HUB 0x1003 /* Hub in Apple Extended USB Keyboard */
|
||||
#define USB_PRODUCT_APPLE_SPEAKERS 0x1101 /* Speakers */
|
||||
|
||||
/* Asahi Optical products */
|
||||
|
@ -1248,6 +1250,7 @@
|
|||
#define USB_PRODUCT_LOGITECH_WMJOY 0xc281 /* WingMan Force joystick */
|
||||
#define USB_PRODUCT_LOGITECH_BB13 0xc401 /* USB-PS/2 Trackball */
|
||||
#define USB_PRODUCT_LOGITECH_BB18 0xc404 /* TrackMan Wheel */
|
||||
#define USB_PRODUCT_LOGITECH_MARBLEMOUSE 0xc408 /* Marble Mouse */
|
||||
#define USB_PRODUCT_LOGITECH_RK53 0xc501 /* Cordless mouse */
|
||||
#define USB_PRODUCT_LOGITECH_RB6 0xc503 /* Cordless keyboard */
|
||||
#define USB_PRODUCT_LOGITECH_CDO 0xc504 /* Cordless Desktop Optical */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: usbdevs_data.h,v 1.426 2006/01/27 06:12:55 dogcow Exp $ */
|
||||
/* $NetBSD: usbdevs_data.h,v 1.427 2006/02/06 17:34:08 jmmv Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.421 2006/01/27 06:11:58 dogcow Exp
|
||||
* NetBSD: usbdevs,v 1.422 2006/02/06 17:33:26 jmmv Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -1921,6 +1921,10 @@ const struct usb_product usb_products[] = {
|
|||
USB_VENDOR_AOX, USB_PRODUCT_AOX_USB101,
|
||||
"USB ethernet controller engine",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_APPLE, USB_PRODUCT_APPLE_EXT_KBD,
|
||||
"Apple Extended USB Keyboard",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_APPLE, USB_PRODUCT_APPLE_OPTMOUSE,
|
||||
"Optical mouse",
|
||||
|
@ -1929,6 +1933,10 @@ const struct usb_product usb_products[] = {
|
|||
USB_VENDOR_APPLE, USB_PRODUCT_APPLE_MIGHTYMOUSE,
|
||||
"Mighty Mouse",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_APPLE, USB_PRODUCT_APPLE_EXT_KBD_HUB,
|
||||
"Hub in Apple Extended USB Keyboard",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_APPLE, USB_PRODUCT_APPLE_SPEAKERS,
|
||||
"Speakers",
|
||||
|
@ -3649,6 +3657,10 @@ const struct usb_product usb_products[] = {
|
|||
USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_BB18,
|
||||
"TrackMan Wheel",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_MARBLEMOUSE,
|
||||
"Marble Mouse",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_RK53,
|
||||
"Cordless mouse",
|
||||
|
@ -5406,4 +5418,4 @@ const struct usb_product usb_products[] = {
|
|||
"Scorpion-980N keyboard",
|
||||
},
|
||||
};
|
||||
const int usb_nproducts = 950;
|
||||
const int usb_nproducts = 953;
|
||||
|
|
Loading…
Reference in New Issue