Skip to content

Commit

Permalink
lib: add arctis pro wireless pid
Browse files Browse the repository at this point in the history
  • Loading branch information
JerwuQu committed Feb 1, 2025
1 parent a39e636 commit f1f4f2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ggoled_lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ impl Device {
.filter(|d| {
d.vendor_id() == 0x1038 // SteelSeries
&& [
0x1294, // Arctis Pro Wireless
0x12cb, // Arctis Nova Pro Wired
0x12e0, // Arctis Nova Pro Wireless
].contains(&d.product_id()) && d.interface_number() == 4
Expand Down

0 comments on commit f1f4f2e

Please sign in to comment.