diff options
author | 2020-01-05 03:36:48 +0000 | |
---|---|---|
committer | 2020-01-05 03:36:48 +0000 | |
commit | 53c74392c5eb874c5f9f7b6ee581e33ea7ac35de (patch) | |
tree | 5ff7173f6f52ce90e531a6ff2c22d06c52f7f3af | |
parent | regen (diff) | |
download | wireguard-openbsd-53c74392c5eb874c5f9f7b6ee581e33ea7ac35de.tar.xz wireguard-openbsd-53c74392c5eb874c5f9f7b6ee581e33ea7ac35de.zip |
consistently lowercase hex digits in device ids
-rw-r--r-- | sys/dev/usb/usbdevs | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 9a28228f5db..a9bed608619 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.703 2020/01/05 00:54:13 jsg Exp $ +$OpenBSD: usbdevs,v 1.704 2020/01/05 03:36:48 jsg Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -1491,7 +1491,7 @@ product DELL W5500 0x8115 W5500 HSDPA product DELL U740 0x8135 Dell U740 CDMA product DELL EU870D 0x8138 EU870D HSDPA product DELL DW700 0x9500 DW700 GPS -product DELL2 UPS 0xFFFF UPS +product DELL2 UPS 0xffff UPS /* DeLorme products */ product DELORME EMUSB 0x0100 Earthmate GPS @@ -2291,12 +2291,12 @@ product INSIDEOUT EDGEPORT4I 0x0006 Edgeport/4 RS422 product INSIDEOUT EDGEPORT2I 0x0007 Edgeport/2 RS422/RS485 product INSIDEOUT HUBPORT4 0x0008 Hubport/4 product INSIDEOUT EDGEPORT8HAND 0x0009 Hand-built Edgeport/8 -product INSIDEOUT MULTIMODEM 0x000A MultiTech version of RP/4 -product INSIDEOUT EDGEPORTPPORT 0x000B Edgeport/(4)21 Parallel -product INSIDEOUT EDGEPORT421 0x000C Edgeport/421 Hub+RS232+Parallel -product INSIDEOUT EDGEPORT21 0x000D Edgeport/21 RS232+Parallel -product INSIDEOUT EDGEPORT8DC 0x000E 1/2 Edgeport/8 -product INSIDEOUT EDGEPORT8 0x000F Edgeport/8 +product INSIDEOUT MULTIMODEM 0x000a MultiTech version of RP/4 +product INSIDEOUT EDGEPORTPPORT 0x000b Edgeport/(4)21 Parallel +product INSIDEOUT EDGEPORT421 0x000c Edgeport/421 Hub+RS232+Parallel +product INSIDEOUT EDGEPORT21 0x000d Edgeport/21 RS232+Parallel +product INSIDEOUT EDGEPORT8DC 0x000e 1/2 Edgeport/8 +product INSIDEOUT EDGEPORT8 0x000f Edgeport/8 product INSIDEOUT EDGEPORT2DIN 0x0010 Edgeport/2 RS232/DIN product INSIDEOUT EDGEPORT4DIN 0x0011 Edgeport/4 RS232/DIN product INSIDEOUT EDGEPORT16DC 0x0012 1/2 Edgeport/16 @@ -3350,12 +3350,12 @@ product PAPOUCH IRAMP 0x0500 IRAmp Duplex product PAPOUCH DRAK5 0x0700 DRAK5 product PAPOUCH QUIDO88 0x0800 QUIDO USB 8/8 product PAPOUCH QUIDO44 0x0900 QUIDO USB 4/4 -product PAPOUCH QUIDO22 0x0A00 QUIDO USB 2/2 -product PAPOUCH QUIDO101 0x0B00 QUIDO USB 10/1 -product PAPOUCH QUIDO303 0x0C00 QUIDO USB 30/3 -product PAPOUCH QUIDO603 0x0D00 QUIDO USB 60(100)/3 -product PAPOUCH QUIDO216 0x0E00 QUIDO USB 2/16 -product PAPOUCH QUIDO332 0x0F00 QUIDO USB 3/32 +product PAPOUCH QUIDO22 0x0a00 QUIDO USB 2/2 +product PAPOUCH QUIDO101 0x0b00 QUIDO USB 10/1 +product PAPOUCH QUIDO303 0x0c00 QUIDO USB 30/3 +product PAPOUCH QUIDO603 0x0d00 QUIDO USB 60(100)/3 +product PAPOUCH QUIDO216 0x0e00 QUIDO USB 2/16 +product PAPOUCH QUIDO332 0x0f00 QUIDO USB 3/32 product PAPOUCH DRAK6 0x1000 DRAK6 USB product PAPOUCH STAVOVY 0x8000 UPS-USB Stavovy product PAPOUCH MUC 0x8001 MU Controller @@ -4285,7 +4285,7 @@ product TOSHIBA HSDPA 0x1302 HSDPA product TPLINK RTL8192CU 0x0100 RTL8192CU product TPLINK RTL8812AU 0x0101 RTL8812AU product TPLINK RTL8192EU 0x0107 RTL8192EU -product TPLINK RTL8188EUS 0x010C RTL8188EUS +product TPLINK RTL8188EUS 0x010c RTL8188EUS /* Trek Technology products */ product TREK THUMBDRIVE 0x1111 ThumbDrive |