Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guysoft/OctoPi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Lindgren <lindgren_jens@hotmail.com>2018-02-26 02:15:27 +0300
committerJens Lindgren <lindgren_jens@hotmail.com>2018-02-26 02:15:27 +0300
commitd03534b62d9a57af08854c3eb6f42f69952ac8e7 (patch)
tree02f0672aea89298ece07993763bb74a024a1ab5c
parentf8fc698110c5b8db51cf2faaebc267e7808a55da (diff)
add genius f100 to brokenfps
-rwxr-xr-xsrc/modules/octopi/filesystem/home/root/bin/webcamd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/octopi/filesystem/home/root/bin/webcamd b/src/modules/octopi/filesystem/home/root/bin/webcamd
index e11da35..00f078f 100755
--- a/src/modules/octopi/filesystem/home/root/bin/webcamd
+++ b/src/modules/octopi/filesystem/home/root/bin/webcamd
@@ -27,7 +27,7 @@ if [ -e "/boot/octopi.txt" ]; then
source "/boot/octopi.txt"
fi
-brokenfps_usb_devices=("046d:082b" "1908:2310" "${additional_brokenfps_usb_devices[@]}")
+brokenfps_usb_devices=("046d:082b" "1908:2310" "0458:708c" "${additional_brokenfps_usb_devices[@]}")
# cleans up when the script receives a SIGINT or SIGTERM
function cleanup() {