diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2021-06-29 21:04:02 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2021-06-29 21:04:02 +0000 |
| commit | b5dcdf00a309a82135ece648962acd6a12426b35 (patch) | |
| tree | f29dce2fd02a65e4e4aa2c0aed3f94a0b8789365 /sys/dev/usb | |
| parent | 351ab7ad3473ca94806b6456e9104e93ede06e8f (diff) | |
Regen for new sys/dev/devlist2h.awk
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 6 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 6 |
2 files changed, 8 insertions, 4 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" diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index a2134b292d4..a9ed997f24d 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -1,4 +1,4 @@ -/* $NetBSD: usbdevs_data.h,v 1.783 2021/06/13 09:24:11 mlelstv Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.784 2021/06/29 21:04:03 pgoyette 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, @@ -600,7 +600,7 @@ static const uint16_t usb_vendors[] = { USB_VENDOR_USRP, 4911, 3352, 4915, 0, }; -static const uint16_t usb_products[] = { +static const uint32_t usb_products[] = { USB_VENDOR_3COM, USB_PRODUCT_3COM_HOMECONN, 4920, 4932, 3016, 0, USB_VENDOR_3COM, USB_PRODUCT_3COM_3CREB96, |
