From fb8b2844a49c2df137a686cb13f13fe8dac44d2c Mon Sep 17 00:00:00 2001 From: uaa Date: Sun, 4 Jan 2015 20:55:38 +0000 Subject: [PATCH] add new driver uslhcom(4) USB HID based UART. --- sys/arch/armish/conf/RAMDISK | 4 +++- sys/arch/armv7/conf/GENERIC-IMX | 4 +++- sys/arch/armv7/conf/GENERIC-OMAP | 4 +++- sys/arch/armv7/conf/GENERIC-SUNXI | 4 +++- sys/arch/armv7/conf/RAMDISK-IMX | 4 +++- sys/arch/loongson/conf/GENERIC | 4 +++- sys/arch/loongson/conf/RAMDISK | 4 +++- 7 files changed, 21 insertions(+), 7 deletions(-) diff --git a/sys/arch/armish/conf/RAMDISK b/sys/arch/armish/conf/RAMDISK index 003b034e4f0..65ef8d2a5f7 100644 --- a/sys/arch/armish/conf/RAMDISK +++ b/sys/arch/armish/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.32 2014/11/24 02:03:37 brad Exp $ +# $OpenBSD: RAMDISK,v 1.33 2015/01/04 20:55:38 uaa Exp $ machine armish arm maxusers 4 @@ -96,6 +96,8 @@ umass* at uhub? uhidev* at uhub? # Human Interface Devices ukbd* at uhidev? # USB keyboard wskbd* at ukbd? mux 1 +uslhcom* at uhidev? # Silicon Labs CP2110 USB HID UART +ucom* at uslhcom? uhid* at uhidev? # USB generic HID support aue* at uhub? # ADMtek AN986 Pegasus Ethernet atu* at uhub? # Atmel AT76c50x based 802.11b diff --git a/sys/arch/armv7/conf/GENERIC-IMX b/sys/arch/armv7/conf/GENERIC-IMX index 0db547b6ba8..3419b0fa819 100644 --- a/sys/arch/armv7/conf/GENERIC-IMX +++ b/sys/arch/armv7/conf/GENERIC-IMX @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC-IMX,v 1.10 2014/12/11 19:44:17 tedu Exp $ +# $OpenBSD: GENERIC-IMX,v 1.11 2015/01/04 20:55:38 uaa Exp $ # # GENERIC machine description file # @@ -108,6 +108,8 @@ ums* at uhidev? # USB mouse wsmouse* at ums? mux 0 ukbd* at uhidev? # USB keyboard wskbd* at ukbd? mux 1 +uslhcom* at uhidev? # Silicon Labs CP2110 USB HID UART +ucom* at uslhcom? uhid* at uhidev? # USB generic HID support aue* at uhub? # ADMtek AN986 Pegasus Ethernet atu* at uhub? # Atmel AT76c50x based 802.11b diff --git a/sys/arch/armv7/conf/GENERIC-OMAP b/sys/arch/armv7/conf/GENERIC-OMAP index 5ce5d7fef44..0d085eaf570 100644 --- a/sys/arch/armv7/conf/GENERIC-OMAP +++ b/sys/arch/armv7/conf/GENERIC-OMAP @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC-OMAP,v 1.13 2014/12/11 19:44:17 tedu Exp $ +# $OpenBSD: GENERIC-OMAP,v 1.14 2015/01/04 20:55:38 uaa Exp $ # # GENERIC machine description file # @@ -122,6 +122,8 @@ ums* at uhidev? # USB mouse wsmouse* at ums? mux 0 ukbd* at uhidev? # USB keyboard wskbd* at ukbd? mux 1 +uslhcom* at uhidev? # Silicon Labs CP2110 USB HID UART +ucom* at uslhcom? uhid* at uhidev? # USB generic HID support aue* at uhub? # ADMtek AN986 Pegasus Ethernet atu* at uhub? # Atmel AT76c50x based 802.11b diff --git a/sys/arch/armv7/conf/GENERIC-SUNXI b/sys/arch/armv7/conf/GENERIC-SUNXI index e6aa38e5913..2225865293d 100644 --- a/sys/arch/armv7/conf/GENERIC-SUNXI +++ b/sys/arch/armv7/conf/GENERIC-SUNXI @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC-SUNXI,v 1.11 2014/12/11 19:44:17 tedu Exp $ +# $OpenBSD: GENERIC-SUNXI,v 1.12 2015/01/04 20:55:38 uaa Exp $ # # GENERIC machine description file # @@ -110,6 +110,8 @@ ums* at uhidev? # USB mouse wsmouse* at ums? mux 0 ukbd* at uhidev? # USB keyboard wskbd* at ukbd? mux 1 +uslhcom* at uhidev? # Silicon Labs CP2110 USB HID UART +ucom* at uslhcom? uhid* at uhidev? # USB generic HID support aue* at uhub? # ADMtek AN986 Pegasus Ethernet atu* at uhub? # Atmel AT76c50x based 802.11b diff --git a/sys/arch/armv7/conf/RAMDISK-IMX b/sys/arch/armv7/conf/RAMDISK-IMX index 6907d45e9c3..62ad730dacc 100644 --- a/sys/arch/armv7/conf/RAMDISK-IMX +++ b/sys/arch/armv7/conf/RAMDISK-IMX @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK-IMX,v 1.13 2014/12/11 19:44:17 tedu Exp $ +# $OpenBSD: RAMDISK-IMX,v 1.14 2015/01/04 20:55:38 uaa Exp $ machine armv7 arm maxusers 4 @@ -80,6 +80,8 @@ umass* at uhub? uhidev* at uhub? # Human Interface Devices ukbd* at uhidev? # USB keyboard wskbd* at ukbd? mux 1 +uslhcom* at uhidev? # Silicon Labs CP2110 USB HID UART +ucom* at uslhcom? uhid* at uhidev? # USB generic HID support aue* at uhub? # ADMtek AN986 Pegasus Ethernet atu* at uhub? # Atmel AT76c50x based 802.11b diff --git a/sys/arch/loongson/conf/GENERIC b/sys/arch/loongson/conf/GENERIC index a1bec675250..d23e390c199 100644 --- a/sys/arch/loongson/conf/GENERIC +++ b/sys/arch/loongson/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.47 2014/12/11 19:44:17 tedu Exp $ +# $OpenBSD: GENERIC,v 1.48 2015/01/04 20:55:38 uaa Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -130,6 +130,8 @@ ums* at uhidev? # USB mouse wsmouse* at ums? mux 0 ukbd* at uhidev? # USB keyboard wskbd* at ukbd? mux 1 +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 atu* at uhub? # Atmel AT76c50x based 802.11b diff --git a/sys/arch/loongson/conf/RAMDISK b/sys/arch/loongson/conf/RAMDISK index ca7a49428c7..d76a8d5c5bc 100644 --- a/sys/arch/loongson/conf/RAMDISK +++ b/sys/arch/loongson/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.24 2014/11/24 02:03:37 brad Exp $ +# $OpenBSD: RAMDISK,v 1.25 2015/01/04 20:55:38 uaa Exp $ machine loongson mips64 maxusers 4 @@ -88,6 +88,8 @@ umass* at uhub? uhidev* at uhub? # Human Interface Devices ukbd* at uhidev? # USB keyboard wskbd* at ukbd? mux 1 +uslhcom* at uhidev? # Silicon Labs CP2110 USB HID UART +ucom* at uslhcom? uhid* at uhidev? # USB generic HID support atu* at uhub? # Atmel AT76c50x based 802.11b aue* at uhub? # ADMtek AN986 Pegasus Ethernet -- 2.20.1