Sync HS303-v* profiles

This commit is contained in:
Signor Pellegrino
2024-08-03 19:03:57 +03:00
parent 9033b8c746
commit a720c8045a
12 changed files with 77 additions and 20 deletions

View File

@@ -0,0 +1 @@
/dev/mtd1 0 0x10000 0x10000 0x1

View File

@@ -0,0 +1,7 @@
#!/bin/sh
case "$1" in
start)
qrscan.sh >/dev/null 2>&1 &
;;
esac

View File

@@ -1,14 +0,0 @@
#!/bin/sh
set_gpio() {
[ "$2" -eq 1 ] && gpio set $1 || gpio clear $1
sleep 1
}
if [ "$1" = "rtl8188eus-switcam-hs303v2" ]; then
gpio set 54
modprobe 8188eu
exit 0
fi
exit 1