added support for rk3066
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 16 Dec 2012 18:19:00 +0000 (19:19 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 16 Dec 2012 18:19:00 +0000 (19:19 +0100)
rkflashtool/rkflashtool.c

index 52ce5ef..4c27568 100644 (file)
@@ -129,6 +129,7 @@ int main(int argc, char **argv) {
 
     if (!(h = libusb_open_device_with_vid_pid(c, 0x2207, 0x290a)))
         if (!(h = libusb_open_device_with_vid_pid(c, 0x2207, 0x281a)))
+        if (!(h = libusb_open_device_with_vid_pid(c, 0x2207, 0x300a)))
             fatal("cannot open device\n");
 
     if (libusb_kernel_driver_active(h, 0) == 1) {