Regen for DeLorme Earthmate LT-20 GPS

This commit is contained in:
skrll 2007-05-03 06:34:17 +00:00
parent 01ad9806cd
commit e8d4c9a153
2 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs.h,v 1.463 2007/03/08 23:14:43 riz Exp $ */
/* $NetBSD: usbdevs.h,v 1.464 2007/05/03 06:34:17 skrll Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.461 2007/03/08 23:14:05 riz Exp
* NetBSD: usbdevs,v 1.462 2007/05/03 06:33:23 skrll Exp
*/
/*
@ -834,6 +834,7 @@
/* DeLorme products */
#define USB_PRODUCT_DELORME_EARTHMATE 0x0100 /* Earthmate GPS */
#define USB_PRODUCT_DELORME_EARTHMATE_LT20 0x0200 /* Earthmate LT-20 GPS */
/* Diamond products */
#define USB_PRODUCT_DIAMOND_RIO500USB 0x0001 /* Rio 500 USB */

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs_data.h,v 1.464 2007/03/08 23:14:43 riz Exp $ */
/* $NetBSD: usbdevs_data.h,v 1.465 2007/05/03 06:34:17 skrll Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.461 2007/03/08 23:14:05 riz Exp
* NetBSD: usbdevs,v 1.462 2007/05/03 06:33:23 skrll Exp
*/
/*
@ -2541,6 +2541,10 @@ const struct usb_product usb_products[] = {
USB_VENDOR_DELORME, USB_PRODUCT_DELORME_EARTHMATE,
"Earthmate GPS",
},
{
USB_VENDOR_DELORME, USB_PRODUCT_DELORME_EARTHMATE_LT20,
"Earthmate LT-20 GPS",
},
{
USB_VENDOR_DIAMOND, USB_PRODUCT_DIAMOND_RIO500USB,
"Rio 500 USB",
@ -5838,4 +5842,4 @@ const struct usb_product usb_products[] = {
"Scorpion-980N keyboard",
},
};
const int usb_nproducts = 1034;
const int usb_nproducts = 1035;