ref: 3f1265b2e01af3c0f8eb6fc995703889f160100a
parent: c63fff552714e4296520be75a2d9c8f369f1fbfe
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Feb 5 19:11:49 EST 2022
nusbrc: fix FTDI detection
--- a/rc/bin/nusbrc
+++ b/rc/bin/nusbrc
@@ -30,7 +30,7 @@
nusb/ptp $id
case *
switch($2$3){
- case 12d11003 *0403
+ case 12d11003 0403* # HUAWEI, FTDI
nusb/serial $id
case 59862113
nusb/cam $id
--
⑨