This commit is contained in:
augustss 2005-08-03 23:07:23 +00:00
parent 82cde0f6e0
commit 6bc981d36b
2 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs.h,v 1.412 2005/08/03 21:18:07 augustss Exp $ */ /* $NetBSD: usbdevs.h,v 1.413 2005/08/03 23:07:23 augustss 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.408 2005/08/03 21:17:50 augustss Exp * NetBSD: usbdevs,v 1.409 2005/08/03 23:07:08 augustss Exp
*/ */
/* /*
@ -775,6 +775,7 @@
/* Dell products */ /* Dell products */
#define USB_PRODUCT_DELL_PORT 0x0058 /* Port Replicator */ #define USB_PRODUCT_DELL_PORT 0x0058 /* Port Replicator */
#define USB_PRODUCT_DELL_SK8125 0x2002 /* SK-8125 keyboard */
#define USB_PRODUCT_DELL_X3 0x4002 /* Dell Axim X3 PDA */ #define USB_PRODUCT_DELL_X3 0x4002 /* Dell Axim X3 PDA */
#define USB_PRODUCT_DELL_X30 0x4003 /* Dell Axim X30 PDA */ #define USB_PRODUCT_DELL_X30 0x4003 /* Dell Axim X30 PDA */
#define USB_PRODUCT_DELL_BC02 0x8000 /* Dell BC02 Bluetooth USB Adapter */ #define USB_PRODUCT_DELL_BC02 0x8000 /* Dell BC02 Bluetooth USB Adapter */

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs_data.h,v 1.413 2005/08/03 21:18:07 augustss Exp $ */ /* $NetBSD: usbdevs_data.h,v 1.414 2005/08/03 23:07:23 augustss 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.408 2005/08/03 21:17:50 augustss Exp * NetBSD: usbdevs,v 1.409 2005/08/03 23:07:08 augustss Exp
*/ */
/* /*
@ -2341,6 +2341,10 @@ const struct usb_product usb_products[] = {
USB_VENDOR_DELL, USB_PRODUCT_DELL_PORT, USB_VENDOR_DELL, USB_PRODUCT_DELL_PORT,
"Port Replicator", "Port Replicator",
}, },
{
USB_VENDOR_DELL, USB_PRODUCT_DELL_SK8125,
"SK-8125 keyboard",
},
{ {
USB_VENDOR_DELL, USB_PRODUCT_DELL_X3, USB_VENDOR_DELL, USB_PRODUCT_DELL_X3,
"Dell Axim X3 PDA", "Dell Axim X3 PDA",
@ -5322,4 +5326,4 @@ const struct usb_product usb_products[] = {
"Scorpion-980N keyboard", "Scorpion-980N keyboard",
}, },
}; };
const int usb_nproducts = 935; const int usb_nproducts = 936;