summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2006-08-12 04:19:03 +0000
committerJason Wright <jason@cvs.openbsd.org>2006-08-12 04:19:03 +0000
commita067697b42fea25256fedca3c92b469d4f127220 (patch)
tree48c3a87e0cbfa7cc4789f38fcdca090b4e94b85c
parent6f5252cb2fd368dcfbd34e9df11e9099f56a866b (diff)
sync
-rw-r--r--sys/dev/usb/usbdevs.h7
-rw-r--r--sys/dev/usb/usbdevs_data.h10
2 files changed, 11 insertions, 6 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index 53c08c2b58d..6df393914de 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs.h,v 1.216 2006/08/10 20:45:26 jason Exp $ */
+/* $OpenBSD: usbdevs.h,v 1.217 2006/08/12 04:19:02 jason Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.211 2006/08/10 20:44:14 jason Exp
+ * OpenBSD: usbdevs,v 1.212 2006/08/12 04:18:31 jason Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -885,7 +885,8 @@
#define USB_PRODUCT_DELL_BLUETOOTH350 0x8103 /* Bluetooth 350 */
/* DeLorme products */
-#define USB_PRODUCT_DELORME_EARTHMATE 0x0100 /* Earthmate GPS */
+#define USB_PRODUCT_DELORME_EMUSB 0x0100 /* Earthmate GPS */
+#define USB_PRODUCT_DELORME_EMLT20 0x0200 /* Earthmate LT20 */
/* Diamond products */
#define USB_PRODUCT_DIAMOND_RIO500USB 0x0001 /* Rio 500 */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 95575bd8070..be1f4b925c8 100644
--- a/sys/dev/usb/usbdevs_data.h
+++ b/sys/dev/usb/usbdevs_data.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs_data.h,v 1.214 2006/08/10 20:45:26 jason Exp $ */
+/* $OpenBSD: usbdevs_data.h,v 1.215 2006/08/12 04:19:02 jason Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.211 2006/08/10 20:44:14 jason Exp
+ * OpenBSD: usbdevs,v 1.212 2006/08/12 04:18:31 jason Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -979,10 +979,14 @@ const struct usb_known_product usb_known_products[] = {
"Bluetooth 350",
},
{
- USB_VENDOR_DELORME, USB_PRODUCT_DELORME_EARTHMATE,
+ USB_VENDOR_DELORME, USB_PRODUCT_DELORME_EMUSB,
"Earthmate GPS",
},
{
+ USB_VENDOR_DELORME, USB_PRODUCT_DELORME_EMLT20,
+ "Earthmate LT20",
+ },
+ {
USB_VENDOR_DIAMOND, USB_PRODUCT_DIAMOND_RIO500USB,
"Rio 500",
},