mirror of https://github.com/OpenIPC/firmware.git
Update usb (#1514)
parent
5fc1adbb9a
commit
8172943034
general/overlay/etc/wireless
|
@ -155,6 +155,13 @@ if [ "$1" = "rtl8188fu-ssc325de-imou-c22ep-s2" ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# SSC335DE IMOU C22E-S2 V2
|
||||||
|
if [ "$1" = "rtl8188fu-ssc335de-imou-c22e-s2-v2" ]; then
|
||||||
|
set_gpio 14 0
|
||||||
|
modprobe 8188fu
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
# SSC333 Babysense See HD IP206
|
# SSC333 Babysense See HD IP206
|
||||||
if [ "$1" = "rtl8188fu-babysense-see-hd-ip206" ]; then
|
if [ "$1" = "rtl8188fu-babysense-see-hd-ip206" ]; then
|
||||||
set_gpio 14 1
|
set_gpio 14 1
|
||||||
|
|
Loading…
Reference in New Issue