summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-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 90c145b3b54..9969399b04e 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: usbdevs.h,v 1.562 2011/08/17 18:57:46 jasper Exp $ */
+/* $OpenBSD: usbdevs.h,v 1.563 2011/08/29 10:51:41 mikeb Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
@@ -1796,6 +1796,7 @@
/* Garmin International products */
#define USB_PRODUCT_GARMIN_GPSMAP60CSX 0x0003 /* GPSmap 60Csx */
#define USB_PRODUCT_GARMIN_IQUE3600 0x0004 /* Ique 3600 */
+#define USB_PRODUCT_GARMIN_GPSMAP62S 0x2459 /* GPSmap 62s */
/* GCT Semiconductor products */
#define USB_PRODUCT_GCTSEMICON_INSTALL 0x7f40 /* GDM720x MASS storage mode */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 4416abc45a7..f96c7b8984d 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.556 2011/08/17 18:57:46 jasper Exp $ */
+/* $OpenBSD: usbdevs_data.h,v 1.557 2011/08/29 10:51:41 mikeb Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
@@ -3530,6 +3530,10 @@ const struct usb_known_product usb_known_products[] = {
"Ique 3600",
},
{
+ USB_VENDOR_GARMIN, USB_PRODUCT_GARMIN_GPSMAP62S,
+ "GPSmap 62s",
+ },
+ {
USB_VENDOR_GCTSEMICON, USB_PRODUCT_GCTSEMICON_INSTALL,
"GDM720x MASS storage mode",
},