Skip to content

Commit

Permalink
Update usb (#1514)
Browse files Browse the repository at this point in the history
  • Loading branch information
djcfg123 authored Aug 5, 2024
1 parent 5fc1adb commit 8172943
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions general/overlay/etc/wireless/usb
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,13 @@ if [ "$1" = "rtl8188fu-ssc325de-imou-c22ep-s2" ]; then
exit 0
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
if [ "$1" = "rtl8188fu-babysense-see-hd-ip206" ]; then
set_gpio 14 1
Expand Down

0 comments on commit 8172943

Please sign in to comment.