Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/ui/device-images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const DEVICE_IMAGES: ReadonlyMap<string, string> = new Map([
["046d:c098", "logitech-g502-x.png"],
["046d:c099", "logitech-g502-x.png"],
["046d:c0a8", "logitech-pro-x2-superstrike.png"],
["046d:c539", "logitech-gpro-wireless.png"],
// The original G Pro X Superlight reports as "PRO X Wireless" over HID++,
// not "Superlight", so the name-based fallback below never matches it.
// Same shell as the Superlight 2c closely enough to reuse its render.
Expand Down