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.
This commit is contained in:
parent
7a3f0998a0
commit
d1799f65ca
3 changed files with 7 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue