add new driver uslhcom(4) USB HID based UART.
authoruaa <uaa@openbsd.org>
Sat, 3 Jan 2015 21:24:19 +0000 (21:24 +0000)
committeruaa <uaa@openbsd.org>
Sat, 3 Jan 2015 21:24:19 +0000 (21:24 +0000)
sys/arch/alpha/conf/GENERIC
sys/arch/amd64/conf/GENERIC
sys/arch/armish/conf/GENERIC
sys/arch/hppa/conf/GENERIC
sys/arch/landisk/conf/GENERIC
sys/arch/macppc/conf/GENERIC
sys/arch/sparc64/conf/GENERIC
sys/arch/zaurus/conf/GENERIC

index 6f4f275..37aaccd 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.251 2014/12/24 18:46:14 miod Exp $
+#      $OpenBSD: GENERIC,v 1.252 2015/01/03 21:24:19 uaa Exp $
 #
 # For further information on compiling OpenBSD kernels, see the config(8)
 # man page.
@@ -98,6 +98,8 @@ ukbd* at uhidev?                      # USB keyboard
 wskbd* at ukbd? mux 1
 ucycom*        at uhidev?                      # Cypress serial
 ucom*  at ucycom?
+uslhcom* at uhidev?                    # Silicon Labs CP2110 USB HID UART
+ucom*  at uslhcom?
 uhid*  at uhidev?                      # USB generic HID support
 upd*   at uhidev?                      # USB Power Devices sensors
 aue*   at uhub?                        # ADMtek AN986 Pegasus Ethernet
index d47d0fc..2de7148 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.382 2014/12/11 19:44:17 tedu Exp $
+#      $OpenBSD: GENERIC,v 1.383 2015/01/03 21:24:19 uaa Exp $
 #
 # For further information on compiling OpenBSD kernels, see the config(8)
 # man page.
@@ -223,6 +223,8 @@ ukbd*       at uhidev?              # USB keyboard
 wskbd* at ukbd? mux 1
 ucycom*        at uhidev?                      # Cypress serial
 ucom*  at ucycom?
+uslhcom* at uhidev?            # Silicon Labs CP2110 USB HID UART
+ucom*  at uslhcom?
 uhid*  at uhidev?              # USB generic HID support
 upd*   at uhidev?              # USB Power Devices sensors
 aue*   at uhub?                # ADMtek AN986 Pegasus Ethernet
index 69d563a..3518d57 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.57 2014/12/11 19:44:17 tedu Exp $ 
+# $OpenBSD: GENERIC,v 1.58 2015/01/03 21:24:19 uaa Exp $ 
 #
 # For further information on compiling OpenBSD kernels, see the config(8)
 # man page.
@@ -129,6 +129,8 @@ udl*         at uhub?               # USB DisplayLink video
 wsdisplay* at udl?
 ucycom*        at uhidev?              # Cypress serial
 ucom*  at ucycom?
+uslhcom* at uhidev?            # Silicon Labs CP2110 USB HID UART
+ucom*  at uslhcom?
 uhid*  at uhidev?              # USB generic HID support
 upd*   at uhidev?              # USB Power Devices sensors
 aue*   at uhub?                # ADMtek AN986 Pegasus Ethernet
index 13f3581..848970b 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.167 2014/12/11 19:44:17 tedu Exp $
+#      $OpenBSD: GENERIC,v 1.168 2015/01/03 21:24:19 uaa Exp $
 #
 # For further information on compiling OpenBSD kernels, see the config(8)
 # man page.
@@ -137,6 +137,8 @@ umsm*       at uhub?                # Qualcomm MSM EVDO
 ucom*  at umsm?
 ucycom*        at uhidev?              # Cypress serial
 ucom*  at ucycom?
+uslhcom* at uhidev?            # Silicon Labs CP2110 USB HID UART
+ucom*  at uslhcom?
 uchcom*        at uhub?                # WinChipHead CH341/340 serial
 ucom*  at uchcom?
 uaudio* at uhub?               # USB Audio
index 9c51c24..3c241fb 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.47 2014/12/11 19:44:17 tedu Exp $
+# $OpenBSD: GENERIC,v 1.48 2015/01/03 21:24:19 uaa Exp $
 #
 # For further information on compiling OpenBSD kernels, see the config(8)
 # man page.
@@ -127,6 +127,8 @@ ukbd*       at uhidev?              # USB keyboard
 wskbd* at ukbd? mux 1
 ucycom*        at uhidev?              # Cypress serial
 ucom*  at ucycom?
+uslhcom* at uhidev?            # Silicon Labs CP2110 USB HID UART
+ucom*  at uslhcom?
 uhid*  at uhidev?              # USB generic HID support
 upd*   at uhidev?              # USB Power Devices sensors
 aue*   at uhub?                # ADMtek AN986 Pegasus Ethernet
index ae5fe88..9eb345c 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.245 2014/12/11 19:44:17 tedu Exp $g
+#      $OpenBSD: GENERIC,v 1.246 2015/01/03 21:24:19 uaa Exp $g
 #
 # For further information on compiling OpenBSD kernels, see the config(8)
 # man page.
@@ -251,6 +251,8 @@ ukbd*       at uhidev?              # USB keyboard
 wskbd* at ukbd? mux 1
 ucycom*        at uhidev?              # Cypress serial
 ucom*  at ucycom?
+uslhcom* at uhidev?            # Silicon Labs CP2110 USB HID UART
+ucom*  at uslhcom?
 uhid*  at uhidev?              # USB generic HID support
 upd*   at uhidev?              # USB Power Devices sensors
 aue*   at uhub?                # ADMtek AN986 Pegasus Ethernet
index 974c64b..dfc4025 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.294 2014/12/11 19:44:17 tedu Exp $
+#      $OpenBSD: GENERIC,v 1.295 2015/01/03 21:24:19 uaa Exp $
 #
 # For further information on compiling OpenBSD kernels, see the config(8)
 # man page.
@@ -207,6 +207,8 @@ ukbd*       at uhidev?              # USB keyboard
 wskbd* at ukbd? mux 1
 ucycom*        at uhidev?              # Cypress serial
 ucom*  at ucycom?
+uslhcom* at uhidev?            # Silicon Labs CP2110 USB HID UART
+ucom*  at uslhcom?
 uhid*  at uhidev?              # USB generic HID support
 upd*   at uhidev?              # USB Power Devices sensors
 aue*   at uhub?                # ADMtek AN986 Pegasus Ethernet
index b038764..ee5e2e5 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.97 2014/12/11 19:44:17 tedu Exp $
+#      $OpenBSD: GENERIC,v 1.98 2015/01/03 21:24:19 uaa Exp $
 #
 # For further information on compiling OpenBSD kernels, see the config(8)
 # man page.
@@ -105,6 +105,8 @@ ukbd*               at uhidev?              # USB keyboard
 wskbd*         at ukbd? mux 1
 ucycom*                at uhidev?              # Cypress serial
 ucom*          at ucycom?
+uslhcom*       at uhidev?              # Silicon Labs CP2110 USB HID UART
+ucom*          at uslhcom?
 uhid*          at uhidev?              # USB generic HID support
 upd*           at uhidev?              # USB Power Devices sensors
 aue*           at uhub?                # ADMtek AN986 Pegasus Ethernet