On Wed, Mar 12, 2025 at 11:05:44AM +0800, Boon Khai Ng wrote: > The Altera USB Blaster 3, available as both a cable and an on-board > solution, is primarily used for programming and debugging FPGAs. > These configurations allow for flexibility in how the USB Blaster 3 is > used, depending on the specific needs of the hardware design. > > --- > > v3: Updated PID table. > > PID table in the commit message in v2 missmatched with the PID macro > defined in the header file, updated the correct table in v3. > > --- > > v2: Update commit message, added PID table, updated the macro name > > Updated the commit message to include more information about the > background of what is this change about. Added the PID table to > clarify that the PID associated to the specific hardware configuration > Updated the macro name in header file from ALTR to ALTERA and also > the VID's macro name to ALTERA_VID > > Signed-off-by: Boon Khai Ng <boon.khai.ng@xxxxxxxxx> Thanks for the update, now applied. Next time, remember to put your SoB above the (first) cut-off line (---) so that it is included in the commit message when your patch is applied. I fixed that up manually this time. Johan