adafruit / Adafruit_Windows_Drivers

All in one Windows driver installer for Adafruit's boards.
MIT License
86 stars 28 forks source link

Adafruit_usbser.inf, PID mismatch for new boards #19

Closed hiduino closed 4 years ago

hiduino commented 4 years ago

It appears the recent changes to Drivers/Adafruit_usbser/Adafruit_usbser.inf to add the new boards have the wrong PID for the UF2 WebUSB dummy drivers.

For example the Hallowing M4 shows: "%ADAFRUIT_BOARD_804A% UF2 Bootloader (0049:00)"=DriverInstall, USB\VID_239A&PID_0049&MI_00 "%ADAFRUIT_BOARD_804A% UF2 WebUSB dummy (004A:04)"=NullInstall, USB\VID_239A&PID_004A&MI_04

Should be (as shows up in the Device Manager): "%ADAFRUIT_BOARD_804A% UF2 WebUSB dummy (0049:04)"=NullInstall, USB\VID_239A&PID_0049&MI_04

ladyada commented 4 years ago

woops, can you submit a PR :) otherwise we'll get to it when @dhalbert is back