From d1799f65ca4835cbb896f802b297b39e518b9cc6 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Wed, 24 Dec 2014 11:04:18 +0100 Subject: nusb/serial: fix nusb/serial hang with ftdi have to create process, not a thread in ftdi code so main process can exit after posting fs service. --- rc/bin/nusbrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rc/bin') diff --git a/rc/bin/nusbrc b/rc/bin/nusbrc index 23acf666e..338438935 100755 --- a/rc/bin/nusbrc +++ b/rc/bin/nusbrc @@ -30,6 +30,9 @@ if(! bind -a '#u' /dev) # HUAWEI E220 modem if(~ $2$3 12d11003) nusb/serial $id + # FTDI + if(~ $2 0403) + nusb/serial $id } } fn detach { -- cgit v1.2.3