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
4 changes: 4 additions & 0 deletions libg933/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,10 @@ const SUPPORTED_DEVICES: &'static [DeviceMatch] = &[
pid: 0x0a66,
name: "G533 Headset",
},
DeviceMatch {
pid: 0x0a87,
name: "G935 Headset",
},
];

/// Static reference to information about a supported device
Expand Down