From b5dcdf00a309a82135ece648962acd6a12426b35 Mon Sep 17 00:00:00 2001 From: pgoyette Date: Tue, 29 Jun 2021 21:04:02 +0000 Subject: Regen for new sys/dev/devlist2h.awk --- sys/dev/usb/usbdevs_data.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev/usb/usbdevs_data.h') 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, -- cgit