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/usbdevs_data.h | |
| parent | 351ab7ad3473ca94806b6456e9104e93ede06e8f (diff) | |
Regen for new sys/dev/devlist2h.awk
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 6 |
1 files changed, 3 insertions, 3 deletions
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, |
