Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb regen



details:   https://anonhg.NetBSD.org/src/rev/42d750284e40
branches:  trunk
changeset: 989966:42d750284e40
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Thu Oct 21 20:57:06 2021 +0000

description:
regen

diffstat:

 sys/dev/usb/usbdevs.h      |  6 +++++-
 sys/dev/usb/usbdevs_data.h |  6 +++---
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (44 lines):

diff -r a28637b6009d -r 42d750284e40 sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h     Thu Oct 21 20:18:16 2021 +0000
+++ b/sys/dev/usb/usbdevs.h     Thu Oct 21 20:57:06 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usbdevs.h,v 1.788 2021/10/21 20:17:57 jnemeth Exp $    */
+/*     $NetBSD: usbdevs.h,v 1.789 2021/10/21 20:57:06 jakllsch Exp $   */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
@@ -3687,3 +3687,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"
diff -r a28637b6009d -r 42d750284e40 sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h        Thu Oct 21 20:18:16 2021 +0000
+++ b/sys/dev/usb/usbdevs_data.h        Thu Oct 21 20:57:06 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usbdevs_data.h,v 1.788 2021/10/21 20:17:57 jnemeth Exp $       */
+/*     $NetBSD: usbdevs_data.h,v 1.789 2021/10/21 20:57:06 jakllsch Exp $      */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
@@ -37,7 +37,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-static const uint16_t usb_vendors[] = {
+static const uint32_t usb_vendors[] = {
            USB_VENDOR_UNKNOWN1, 1, 9, 0,
            USB_VENDOR_UNKNOWN2, 1, 9, 0,
            USB_VENDOR_EGALAX2, 16, 24, 0,
@@ -601,7 +601,7 @@
            USB_VENDOR_USRP, 4918, 3359, 4922, 0,
 };
 
-static const uint16_t usb_products[] = {
+static const uint32_t usb_products[] = {
            USB_VENDOR_3COM, USB_PRODUCT_3COM_HOMECONN, 
            4927, 4939, 3016, 0,
            USB_VENDOR_3COM, USB_PRODUCT_3COM_3CREB96, 



Home | Main Index | Thread Index | Old Index