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:
authorArthur Lutz <arthur.lutz@gmail.com>2018-06-04 12:28:49 +0300
committerGitHub <noreply@github.com>2018-06-04 12:28:49 +0300
commita35f29f7b1f2240c9f2593c49b27742fe6a3ee2b (patch)
tree2b3d51ef6c025111e2964aa152e3809264013a80
parent513f9141d5c3f77077b26656e02fa9fd18c3242b (diff)
Don't try FPS with Philips (or NXP) PCVC740K ToUcam Pro [pwc]
Fills up the syslog with May 29 06:25:03 octopi kernel: [78101.764331] pwc: Iso frame 7 has error -71 (till the disk is full)
-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 0a32aba..78d7def 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" "0458:708c" "1e4e:0102" "${additional_brokenfps_usb_devices[@]}")
+brokenfps_usb_devices=("046d:082b" "1908:2310" "0458:708c" "1e4e:0102" "0471:0311" "${additional_brokenfps_usb_devices[@]}")
# check if array contains a string
function containsString() {