summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan2017-01-27 17:31:24 +0100
committerJan2017-01-27 17:31:24 +0100
commit65200e1004068e07f3db4d945d1e751fadaf0d89 (patch)
tree63db91a796da6580697fdac52dfa4ff08d7ab493
parentcf6bbdab34705c0a6b3ff1f5455c3d79543de705 (diff)
downloadaur-65200e1004068e07f3db4d945d1e751fadaf0d89.tar.gz
works now
-rw-r--r--gt-1500.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/gt-1500.install b/gt-1500.install
index 19cc0f74694e..c763a357be29 100644
--- a/gt-1500.install
+++ b/gt-1500.install
@@ -1,9 +1,9 @@
post_install() {
echo "Running iscan-registry to register plugins and firmware with iscan"
- iscan-registry -a interpreter usb 0x04b8 0x012e /usr/lib/iscan/libesint86 /usr/share/iscan/esfw86.bin
+ iscan-registry -a interpreter usb 0x04b8 0x0133 /usr/lib/iscan/libesint86 /usr/share/iscan/esfw86.bin
}
pre_remove() {
echo "Unregistering gt-1500 plugins/firmware"
- iscan-registry -r interpreter usb 0x04b8 0x012e /usr/lib/iscan/libesint86 /usr/share/iscan/esfw86.bin
+ iscan-registry -r interpreter usb 0x04b8 0x0133 /usr/lib/iscan/libesint86 /usr/share/iscan/esfw86.bin
}