Skip to content

Commit 64474ac

Browse files
authored
Merge pull request #30 from OpenTabletDriver/main
Bump v4.x branch on release publish
2 parents 81c7e62 + 15c6e6e commit 64474ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/device_identifiers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{
2020
"friendly_name": "Virtual HID Minidriver",
2121
"device_desc": "Virtual HID Minidriver",
22-
"manufacturer": "GSPY",
22+
"manufacturer": "G[-| ]?SPY",
2323
"hardware_id": "VID_(5543|28BD|256C|0A12|172F|0458|08CA|0483|0B57|2FEB|0543|056A|0531|2D80)",
2424
"class_uuid": "6264e7e6-b95c-4033-908f-86e7ab9e2555"
2525
},

src/services/interest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ lazy_static! {
3333
"XenceLabs",
3434
"XENX",
3535
"XP[-| ]?Pen",
36-
"GSPY",
36+
"G[-| ]?SPY",
3737
])
3838
};
3939
static ref COUNTER_INTEREST_CACHE: HashMap::<&'static str, Regex> =

0 commit comments

Comments
 (0)