Add M901 Perdition PID
This commit is contained in:
parent
54950c0ee8
commit
4cbbb26d4d
2 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,7 @@ Redragon M802 Titanoboa 2 | generic | 0x04d9:0xfc42 | [please read this](#generi
|
|||
Redragon 2858 (?) | generic | 0x04d9:0xfc5e | [please read this](#generic-support)
|
||||
Redragon 2805 (?) | generic | 0x04d9:0xfc58 | [please read this](#generic-support)
|
||||
Redragon 2850 (?) | generic | 0x04d9:0xfc61 | [please read this](#generic-support)
|
||||
Redragon M901 Perdition | generic | 0x04d9:0xfc02 | [please read this](#generic-support)
|
||||
Redragon M901 Perdition (3) | generic | 0x04d9:0xfc40 | [please read this](#generic-support)
|
||||
Redragon M801 Mammoth (RGB?) | generic | 0x04d9:0xfc56 | [please read this](#generic-support)
|
||||
Redragon M910 Ranger | generic | 0x04d9:0xfc49 | [please read this](#generic-support)
|
||||
|
|
|
@ -29,6 +29,7 @@ std::set< uint16_t > mouse_generic::_c_all_vids = {
|
|||
0x04d9, // all known mice with generic support have the same VID
|
||||
};
|
||||
std::set< uint16_t > mouse_generic::_c_all_pids = {
|
||||
0xfc02, // M901 Perdition
|
||||
0xfc0f, // M990 Legend
|
||||
0xfc2a, // M709 Tiger
|
||||
0xfc30, // M711 Cobra (FPS)
|
||||
|
|
Loading…
Reference in a new issue