From 78ee10df6a77e2bf00da6736dd657369fee272a0 Mon Sep 17 00:00:00 2001 From: uaa Date: Sat, 3 Jan 2015 20:39:11 +0000 Subject: [PATCH] add new driver uslhcom(4) USB HID based UART. --- sys/arch/i386/conf/GENERIC | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 2b33037e605..87fa6f95ec4 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.792 2014/12/11 19:44:17 tedu Exp $ +# $OpenBSD: GENERIC,v 1.793 2015/01/03 20:39:11 uaa Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -274,6 +274,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? uticom* at uhub? # TI serial ucom* at uticom? uhid* at uhidev? # USB generic HID support -- 2.20.1