mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
Let Avrdude use the valid SNAP USB PID first
This commit is contained in:
@@ -2280,7 +2280,7 @@ programmer
|
|||||||
type = "jtagice3_updi";
|
type = "jtagice3_updi";
|
||||||
prog_modes = PM_UPDI;
|
prog_modes = PM_UPDI;
|
||||||
connection_type = usb;
|
connection_type = usb;
|
||||||
usbpid = 0x217f, 0x2180, 0x2181;
|
usbpid = 0x2180, 0x217f, 0x2181;
|
||||||
hvupdi_support = 1;
|
hvupdi_support = 1;
|
||||||
;
|
;
|
||||||
|
|
||||||
@@ -2294,7 +2294,7 @@ programmer
|
|||||||
type = "jtagice3_pdi";
|
type = "jtagice3_pdi";
|
||||||
prog_modes = PM_PDI;
|
prog_modes = PM_PDI;
|
||||||
connection_type = usb;
|
connection_type = usb;
|
||||||
usbpid = 0x217f, 0x2180, 0x2181;
|
usbpid = 0x2180, 0x217f, 0x2181;
|
||||||
;
|
;
|
||||||
|
|
||||||
#------------------------------------------------------------
|
#------------------------------------------------------------
|
||||||
@@ -2307,7 +2307,7 @@ programmer
|
|||||||
type = "jtagice3_isp";
|
type = "jtagice3_isp";
|
||||||
prog_modes = PM_ISP;
|
prog_modes = PM_ISP;
|
||||||
connection_type = usb;
|
connection_type = usb;
|
||||||
usbpid = 0x217f, 0x2180, 0x2181;
|
usbpid = 0x2180, 0x217f, 0x2181;
|
||||||
;
|
;
|
||||||
|
|
||||||
#------------------------------------------------------------
|
#------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user