diff options
| author | mrg <mrg@NetBSD.org> | 2019-08-18 09:05:49 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2019-08-18 09:05:49 +0000 |
| commit | 7fd5edfd415d5bf51c3f24cadb2b6f2c3d3292bf (patch) | |
| tree | f9b8d02a7282b7f03ed834b164d2145c444f84c1 /sys/dev/usb/usbdevs.h | |
| parent | 64c34269e592b4202009687aa5180a60d656c2a8 (diff) | |
regen for new upl(3) devices.
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index a3346bba12e..95dfbcda320 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs.h,v 1.760 2019/01/30 19:53:34 jakllsch Exp $ */ +/* $NetBSD: usbdevs.h,v 1.761 2019/08/18 09:05:49 mrg Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.770 2019/01/30 19:51:28 jakllsch Exp + * NetBSD: usbdevs,v 1.771 2019/08/18 09:05:31 mrg Exp */ /*- @@ -1073,6 +1073,7 @@ #define USB_PRODUCT_BELKIN_RTL8188CU 0x1102 /* RTL8188CU */ #define USB_PRODUCT_BELKIN_RTL8188CUS 0x11f2 /* RTL8188CUS */ #define USB_PRODUCT_BELKIN_F5U120 0x1203 /* F5U120-PC Hub */ +#define USB_PRODUCT_BELKIN_F5U258 0x258a /* F5U258/F5U279 Host to host adapter */ #define USB_PRODUCT_BELKIN_RTL8192CU 0x2102 /* RTL8192CU */ #define USB_PRODUCT_BELKIN_F7D2102 0x2103 /* F7D2102 */ #define USB_PRODUCT_BELKIN_RTL8192CU_1 0x21f2 /* RTL8192CU */ @@ -2416,6 +2417,7 @@ /* National Instruments */ #define USB_PRODUCT_NI_GPIB_USB_A 0xc920 /* GPIB-USB-A */ +#define USB_PRODUCT_NI_HTOH_7825 0x7825 /* Host to Host Adapter */ /* National Semiconductor */ #define USB_PRODUCT_NATIONAL_BEARPAW1200 0x1000 /* BearPaw 1200 */ @@ -2759,6 +2761,7 @@ #define USB_PRODUCT_PROLIFIC_PL2305 0x2305 /* Parallel printer adapter */ #define USB_PRODUCT_PROLIFIC_ATAPI4 0x2307 /* ATAPI-4 Bridge Controller */ #define USB_PRODUCT_PROLIFIC_PL2501 0x2501 /* PL2501 Host-Host interface */ +#define USB_PRODUCT_PROLIFIC_PL25A1 0x25a1 /* PL25A1 Host-Host interface */ #define USB_PRODUCT_PROLIFIC_PL2303X 0xaaa0 /* PL2303 Serial adapter (Pharos GPS) */ #define USB_PRODUCT_PROLIFIC_RSAQ3 0xaaa2 /* PL2303 Serial adapter (IODATA USB-RSAQ3) */ #define USB_PRODUCT_PROLIFIC2_PL2303 0x2303 /* PL2303 Serial adapter (SMART Technologies) */ |
