From 46c05e3cb384928744288518205cc46987d9df75 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Wed, 10 Feb 2021 18:19:50 +0100 Subject: [PATCH] linux-5.4.97: Enable CONFIG_USB_SERIAL_CP210X CP2101/CP2102/CP2103 based USB to RS232 converters The CP2109 is used insiside the Dell S4112F-ON switches as the micro usb console port --- linux-5.4.97-368.bee | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-5.4.97-368.bee b/linux-5.4.97-368.bee index b0da7776e..ea2a378e5 100755 --- a/linux-5.4.97-368.bee +++ b/linux-5.4.97-368.bee @@ -812,6 +812,7 @@ mee_configure() { CONFIG_USB_STORAGE=y CONFIG_USB_SERIAL=y CONFIG_USB_SERIAL_CH341=m + CONFIG_USB_SERIAL_CP210X=m CONFIG_USB_SERIAL_FTDI_SIO=m CONFIG_USB_SERIAL_PL2303=m CONFIG_USB_CHAOSKEY=m