mirror of
https://github.com/shadps4-emu/ext-libusb.git
synced 2026-01-31 00:55:21 +01:00
I spent some time trying to figure out why, when I run this example, it's not showing any events, until I looked into the code and saw it has some hardcoded VID:PID. Most people probably don't have the specific device hardcoded here, and it seems better to default to showing events for any device unless overridden. While at it, also updated device detached message to match the attached one to show VID:PID. Closes #1350 [Tormod: Print error strings on failures] Signed-off-by: Tormod Volden <debian.tormod@gmail.com>