mirror of
https://github.com/robertklep/dsm7-usb-serial-drivers.git
synced 2026-01-14 01:59:42 +00:00
Added ti_usb_3410_5052.ko for Braswell (#17)
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
* `cp210x`
|
||||
* `ch341`
|
||||
* `pl2303` (not for all platforms)
|
||||
* `ti_usb_3410_5052` (not for all platforms)
|
||||
|
||||
### Supported platforms
|
||||
|
||||
|
||||
BIN
modules/braswell/ti_usb_3410_5052.ko
Normal file
BIN
modules/braswell/ti_usb_3410_5052.ko
Normal file
Binary file not shown.
@ -7,6 +7,7 @@ case $1 in
|
||||
insmod /lib/modules/cp210x.ko > /dev/null 2>&1
|
||||
insmod /lib/modules/ch341.ko > /dev/null 2>&1
|
||||
insmod /lib/modules/pl2303.ko > /dev/null 2>&1
|
||||
insmod /lib/modules/ti_usb_3410_5052.ko > /dev/null 2>&1
|
||||
;;
|
||||
stop)
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user