From 6ce07fa3c3f35fd906786a8a35ef2203811f5ef0 Mon Sep 17 00:00:00 2001 From: TomyLobo Date: Tue, 27 Jul 2021 11:29:52 +0200 Subject: [PATCH] Add G935 support for most commands --- libg933/src/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libg933/src/lib.rs b/libg933/src/lib.rs index bcc25ff..e0af7c2 100644 --- a/libg933/src/lib.rs +++ b/libg933/src/lib.rs @@ -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