mirror of https://github.com/OpenIPC/firmware.git
Update usb profiles (#1596)
parent
ac76d2b6e1
commit
a9e212c6e3
|
@ -78,6 +78,7 @@ fi
|
||||||
|
|
||||||
# GK7205V300 CamHi
|
# GK7205V300 CamHi
|
||||||
if [ "$1" = "rtl8733bu-gk7205v300-camhi" ]; then
|
if [ "$1" = "rtl8733bu-gk7205v300-camhi" ]; then
|
||||||
|
devmem 0x100c0080 32 0x0
|
||||||
set_gpio 7 0
|
set_gpio 7 0
|
||||||
modprobe 8733bu
|
modprobe 8733bu
|
||||||
exit 0
|
exit 0
|
||||||
|
@ -91,6 +92,14 @@ if [ "$1" = "atbm603x-gk7205v300-xm-g6s" ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# GK7205V300 Vase
|
||||||
|
if [ "$1" = "rtl8811cu-gk7205v300-vase" ]; then
|
||||||
|
devmem 0x100c0080 32 0x0
|
||||||
|
set_gpio 7 1
|
||||||
|
modprobe 8821cu
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
# HI3516EV200 CamHi
|
# HI3516EV200 CamHi
|
||||||
if [ "$1" = "mt7601u-hi3516ev200-camhi" ]; then
|
if [ "$1" = "mt7601u-hi3516ev200-camhi" ]; then
|
||||||
set_gpio 9 0
|
set_gpio 9 0
|
||||||
|
|
Loading…
Reference in New Issue