necroware / gameport-adapter

GamePort adapter to connect old DB15 joysticks to USB port
GNU General Public License v3.0
289 stars 55 forks source link

Obtain a own PID and change name #66

Open MacGH23 opened 1 year ago

MacGH23 commented 1 year ago

You can obtain an own PID for free at https://pid.codes/ and add a Profile to the board.txt. Then you can change the name to e.g. "Necroware gameport" instead of "Arduino Leonardo"

creopard commented 1 year ago

Great idea!

Just posting for reference (boards.txt handling): https://github.com/necroware/gameport-adapter/issues/44#issuecomment-1382740711

hadess commented 1 year ago

There's also OpenMoko offering the opportunity to do that: https://wiki.openmoko.org/wiki/USB_Product_IDs

As the openmoko products have been discontinued, Openmoko Inc. is opening up the use of its Vendor ID for use by the Free and Open Source software and hardware communities. This means you can simply register your devices and will get an allocation of a Product ID for free.

hadess commented 11 months ago

I've looked at this, and this would either requires a lot of manual steps in the Arduino SDK directories, or building "by hand" without the Arduino IDE.

I've started working on a Makefile but didn't manage to compile successfully before running out of time. I'll look again soon unless somebody beats me to it.