From 5bb42ff43c22b8cac87ac19fc096905ec0587d60 Mon Sep 17 00:00:00 2001 From: Rob VDM <29644465+rvdm82@users.noreply.github.com> Date: Thu, 19 Aug 2021 12:00:28 +0200 Subject: [PATCH] Add support for Keyspan USB-Serial adapters (#1509) --- buildroot-external/kernel/device-support.config | 1 + 1 file changed, 1 insertion(+) diff --git a/buildroot-external/kernel/device-support.config b/buildroot-external/kernel/device-support.config index 35896f725..cd79e68ee 100644 --- a/buildroot-external/kernel/device-support.config +++ b/buildroot-external/kernel/device-support.config @@ -8,6 +8,7 @@ CONFIG_USB_SERIAL_FTDI_SIO=m CONFIG_USB_SERIAL_PL2303=m CONFIG_USB_SERIAL_CH341=m CONFIG_USB_SERIAL_TI=m +CONFIG_USB_SERIAL_KEYSPAN=m CONFIG_USB_ACM=m CONFIG_USB_USBNET=m