mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 01:40:56 +07:00
Input: psmouse - set name for Genius mice
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
parent
0138795902
commit
a3f3f31766
@ -403,6 +403,7 @@ static int genius_detect(struct psmouse *psmouse, int set_properties)
|
||||
set_bit(REL_WHEEL, psmouse->dev->relbit);
|
||||
|
||||
psmouse->vendor = "Genius";
|
||||
psmouse->name = "Mouse";
|
||||
psmouse->pktsize = 4;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user