summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/usb/usbdevs.h3
-rw-r--r--sys/dev/usb/usbdevs_data.h6
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index 14f28e9fd5e..f7e92a8f34e 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: usbdevs.h,v 1.599 2012/10/03 08:05:00 sthen Exp $ */
+/* $OpenBSD: usbdevs.h,v 1.600 2012/10/08 17:35:23 kirby Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
@@ -1897,6 +1897,7 @@
/* Garmin International products */
#define USB_PRODUCT_GARMIN_GPSMAP60CSX 0x0003 /* GPSmap 60Csx */
#define USB_PRODUCT_GARMIN_IQUE3600 0x0004 /* Ique 3600 */
+#define USB_PRODUCT_GARMIN_DAKOTA20 0x23c0 /* Dakota 20 */
#define USB_PRODUCT_GARMIN_GPSMAP62S 0x2459 /* GPSmap 62s */
/* GCT Semiconductor products */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index cce9a14913d..9f33a563fe7 100644
--- a/sys/dev/usb/usbdevs_data.h
+++ b/sys/dev/usb/usbdevs_data.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: usbdevs_data.h,v 1.593 2012/10/03 08:05:01 sthen Exp $ */
+/* $OpenBSD: usbdevs_data.h,v 1.594 2012/10/08 17:35:23 kirby Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
@@ -3782,6 +3782,10 @@ const struct usb_known_product usb_known_products[] = {
"Ique 3600",
},
{
+ USB_VENDOR_GARMIN, USB_PRODUCT_GARMIN_DAKOTA20,
+ "Dakota 20",
+ },
+ {
USB_VENDOR_GARMIN, USB_PRODUCT_GARMIN_GPSMAP62S,
"GPSmap 62s",
},