diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-02-06 00:11:49 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-02-06 00:11:49 +0000 |
commit | fc0357b3decd0dc9848892a823d63070fde09a89 (patch) | |
tree | c0d2a04989b7ae6e6f396ba57e3981d854828be5 /rc | |
parent | c0f142d993c8964cd84b05aa075cb29bc86622d0 (diff) |
nusbrc: fix FTDI detection
Diffstat (limited to 'rc')
-rwxr-xr-x | rc/bin/nusbrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/nusbrc b/rc/bin/nusbrc index 63a28b25b..905914aa4 100755 --- a/rc/bin/nusbrc +++ b/rc/bin/nusbrc @@ -30,7 +30,7 @@ if(! bind -a '#u' /dev) nusb/ptp $id case * switch($2$3){ - case 12d11003 *0403 + case 12d11003 0403* # HUAWEI, FTDI nusb/serial $id case 59862113 nusb/cam $id |