Commit 72ef84ef authored by Vojtech Pavlik's avatar Vojtech Pavlik Committed by Vojtech Pavlik

psmouse-base.c:

  Change the name od the Synaptics protocol to SynPS/2
parent 333d8365
...@@ -41,7 +41,7 @@ int psmouse_resolution; ...@@ -41,7 +41,7 @@ int psmouse_resolution;
int psmouse_smartscroll = PSMOUSE_LOGITECH_SMARTSCROLL; int psmouse_smartscroll = PSMOUSE_LOGITECH_SMARTSCROLL;
unsigned int psmouse_resetafter; unsigned int psmouse_resetafter;
static char *psmouse_protocols[] = { "None", "PS/2", "PS2++", "PS2T++", "GenPS/2", "ImPS/2", "ImExPS/2", "Synaptics"}; static char *psmouse_protocols[] = { "None", "PS/2", "PS2++", "PS2T++", "GenPS/2", "ImPS/2", "ImExPS/2", "SynPS/2"};
/* /*
* psmouse_process_packet() analyzes the PS/2 mouse packet contents and * psmouse_process_packet() analyzes the PS/2 mouse packet contents and
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment