karalabe / hid

Gopher Interface Devices (USB HID)
Other
263 stars 131 forks source link

Usage/UsagePage empty under Linux #55

Closed heyvito closed 1 month ago

heyvito commented 1 month ago

Hi there! I'm currently interfacing with a Yubikey, and its Usage and UsagePage are empty on Linux (Ubuntu 24.04 LTS), but present on macOS (14.6.1). I noticed https://github.com/karalabe/hid/pull/50 shows some differences on the same fields between master and the PR, but I'm not sure whether that's the reason for the different results on those OSes.

libudev-dev is installed, version 255.4-1ubuntu8.4.

I'm not sure what could cause this, but please do let me know in case I can provide further information!

Thanks!

heyvito commented 1 month ago

Never mind, just noticed Usage/UsagePage are only available on macOS/Windows. Sorry!