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>2017-11-29 13:43:46 +0300
committerGitHub <noreply@github.com>2017-11-29 13:43:46 +0300
commit75556391866ef37e15683698e77a0bc5da94dd10 (patch)
tree354edfb4d1318c12140f17bc3aa51968c5377a57
parent36af82350c20e69543bf3467c12fa188f08ad577 (diff)
parent775f9b8078623bf8cb41891a61cedef57a8a5d58 (diff)
Merge pull request #442 from eyal0/gembird_brokenfps
Add GEMBIRD webcam to list of brokenfps_usb_devices
-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 ca23d91..a7cb75a 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" "${additional_brokenfps_usb_devices[@]}")
+brokenfps_usb_devices=("046d:082b" "1908:2310" "${additional_brokenfps_usb_devices[@]}")
# cleans up when the script receives a SIGINT or SIGTERM
function cleanup() {