dioannidis / usbasp

usbasp improved firmware
GNU General Public License v2.0
75 stars 12 forks source link

Multiple USBasps devices detection problem and MS OS 2.0 Descriptors #12

Closed dioannidis closed 1 year ago

dioannidis commented 2 years ago

AFAIU, the issue is with the container id . The parent device, in composite devices, needs a container id on device level to "bind" all the functions together . I'm thinking to make a utility for patching serial AND container id ( which is a guid / uuid in fact ) of the hex file, before flashing it, for those who can't build the firmware from source .

This will be a good improvement.

Not so sure if you can add a feature report to update this in run-time (I have PICKit 2 which does that with a -n command).

Originally posted by @mcuee in https://github.com/dioannidis/usbasp/issues/11#issuecomment-1193231717

dioannidis commented 2 years ago

@mcuee

I think I can use feature report... I'll take a look at it this weekend...