mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

380K
active users

@mntmn @hughsie we used pid.codes for tangara too! super cool little project, really appreciate them!

@mntmn @hughsie So there'll be an update with the new USB IDs for the Pocket components soon? Just when I was about to retry building the keyboard firmware… ;-)

@deBaer well that shouldn't be a big deal to change 2 integers :D

@mntmn Yes, but I don't know what else breaks when the keyboard suddenly has a different USB identifier. USB can be a riddle wrapped in a mystery inside an enigma. ;-)

@deBaer there's nothing relying on the USB VID/PID currently

@mntmn @hughsie
Cool !
I wonder why you used different PIDs for HW revision and not the bcdDevice field of the device descriptor ?

@dok @mntmn @hughsie afaik, unless you wrote the driver yourself and handled the different bcdDevice numbers on it, the generic os driver is not going to make any actual difference of the devices based on just that, and may just cache stuff in ways you don't want.

@rafaelmartins @mntmn @hughsie good point, but in this case i think it only needs a generic HID driver.
But i don't know how fwupd works, and maybe bcdDevice should be used for the software/firmware version