summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbdevs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
-rw-r--r--sys/dev/usb/usbdevs.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index 80c09a7c0aa..0320cfac492 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,4 +1,4 @@
-/* $NetBSD: usbdevs.h,v 1.783 2021/06/13 09:24:11 mlelstv Exp $ */
+/* $NetBSD: usbdevs.h,v 1.784 2021/06/29 21:04:03 pgoyette Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
@@ -3681,3 +3681,7 @@
#define USB_PRODUCT_ZYXEL_NWD6605 0x3426 /* ND6605 */
#define USB_PRODUCT_ZYXEL_RT3070 0x343e /* RT3070 */
#define USB_PRODUCT_ZYXEL_PRESTIGE 0x401a /* Prestige */
+
+/* Define format strings for non-existent values */
+#define usb_id1_format "vendor %4.4x"
+#define usb_id2_format "product %4.4x"