We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81c7e62 + 15c6e6e commit 64474acCopy full SHA for 64474ac
config/device_identifiers.json
@@ -19,7 +19,7 @@
19
{
20
"friendly_name": "Virtual HID Minidriver",
21
"device_desc": "Virtual HID Minidriver",
22
- "manufacturer": "GSPY",
+ "manufacturer": "G[-| ]?SPY",
23
"hardware_id": "VID_(5543|28BD|256C|0A12|172F|0458|08CA|0483|0B57|2FEB|0543|056A|0531|2D80)",
24
"class_uuid": "6264e7e6-b95c-4033-908f-86e7ab9e2555"
25
},
src/services/interest.rs
@@ -33,7 +33,7 @@ lazy_static! {
33
"XenceLabs",
34
"XENX",
35
"XP[-| ]?Pen",
36
- "GSPY",
+ "G[-| ]?SPY",
37
])
38
};
39
static ref COUNTER_INTEREST_CACHE: HashMap::<&'static str, Regex> =
0 commit comments