mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Fixed IDs for P711. It's apparently always mi_00. Even if the ASUS driver lists something else.
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
{
|
||||
public class P711 : AsusMouse
|
||||
{
|
||||
public P711() : base(0x0B05, 0x1A70, "mi_01", true)
|
||||
public P711() : base(0x0B05, 0x1A70, "mi_00", true)
|
||||
{
|
||||
}
|
||||
|
||||
protected P711(ushort vendorId, bool wireless) : base(0x0B05, vendorId, "mi_01", wireless)
|
||||
protected P711(ushort vendorId, bool wireless) : base(0x0B05, vendorId, "mi_00", wireless)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user