Follow-up Comment #1, patch #7931 (project avrdude):

Wouldn't it be better to use the config file parameters as usbasp does?

This would change the normal usbtiny to this (added the default
usbvid/usbpid):

programmer
  id    = "usbtiny";
  desc  = "USBtiny simple USB programmer,
http://www.ladyada.net/make/usbtinyisp/";;
  type  = "usbtiny";
  connection_type = usb;
  usbvid    = 0x1781;
  usbpid    = 0x0C9F;
;


Other programmers could be added by using new entries like this:

programmer
  id    = "usbtiny-clone";
  desc  = "usbtiny clone using another VID/PID";
  type  = "usbtiny";
  connection_type = usb;
  usbvid    = ????;
  usbpid    = ????;
  #usbvendor  = "";
  #usbproduct = "";
;


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?7931>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.nongnu.org/


_______________________________________________
avrdude-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/avrdude-dev

Reply via email to