From e3f3cca4598e1a7df8b16080bb91255d88b96cc8 Mon Sep 17 00:00:00 2001 From: oliverhaag Date: Wed, 17 Nov 2010 19:42:42 +0000 Subject: [PATCH] Corrected DSO-2100 USB vid/pid, thanks to Romuald Conty --- dsoextractfw/90-hantek-dso.rules | 4 ++-- dsoextractfw/ChangeLog | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dsoextractfw/90-hantek-dso.rules b/dsoextractfw/90-hantek-dso.rules index ab4e56e..04dc5cd 100644 --- a/dsoextractfw/90-hantek-dso.rules +++ b/dsoextractfw/90-hantek-dso.rules @@ -3,8 +3,8 @@ SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", ENV{PRODUCT}=="4b4/ SYSFS{idVendor}=="04b5", SYSFS{idProduct}=="2090", MODE="0660", GROUP="plugdev" # Hantek DSO-2100 -SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", ENV{PRODUCT}=="4b4/2100/*", RUN+="/sbin/fxload -t fx2 -I /usr/local/share/hantekdso/DSO2100_firmware.hex -s /usr/local/share/hantekdso/DSO2100_loader.hex -D $env{DEVNAME}" -SYSFS{idVendor}=="04b5", SYSFS{idProduct}=="2100", MODE="0660", GROUP="plugdev" +SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", ENV{PRODUCT}=="547/1006/*", RUN+="/sbin/fxload -t an21 -I /usr/local/share/hantekdso/DSO2100_firmware.hex -s /usr/local/share/hantekdso/DSO2100_loader.hex -D $env{DEVNAME}" +SYSFS{idVendor}=="0547", SYSFS{idProduct}=="1002", MODE="0660", GROUP="plugdev" # Hantek DSO-2150 SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", ENV{PRODUCT}=="4b4/2150/*", RUN+="/sbin/fxload -t fx2 -I /usr/local/share/hantekdso/DSO2150_firmware.hex -s /usr/local/share/hantekdso/DSO2150_loader.hex -D $env{DEVNAME}" diff --git a/dsoextractfw/ChangeLog b/dsoextractfw/ChangeLog index c0e26e8..a706b21 100644 --- a/dsoextractfw/ChangeLog +++ b/dsoextractfw/ChangeLog @@ -21,3 +21,4 @@ * Removed "warning: "PACKAGE_NAME" redefined" during make * Error if bfd (libbfd) is not usable * Silent make if available +* Fixed DSO-2100 USB vid/pid -- libgit2 0.21.4