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:
authorGuy Sheffer <guysoft@gmail.com>2018-02-26 10:18:00 +0300
committerGitHub <noreply@github.com>2018-02-26 10:18:00 +0300
commit784e9734b4db24ee8ce8b96db7d892a633d4e3b3 (patch)
tree02f0672aea89298ece07993763bb74a024a1ab5c
parentf8fc698110c5b8db51cf2faaebc267e7808a55da (diff)
parentd03534b62d9a57af08854c3eb6f42f69952ac8e7 (diff)
Merge pull request #493 from JenusL/devel
Add Genius WideCam 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() {