Input: psmouse - use boolean type
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
@ -553,7 +553,7 @@ static struct attribute_group elantech_attr_group = {
|
||||
/*
|
||||
* Use magic knock to detect Elantech touchpad
|
||||
*/
|
||||
int elantech_detect(struct psmouse *psmouse, int set_properties)
|
||||
int elantech_detect(struct psmouse *psmouse, bool set_properties)
|
||||
{
|
||||
struct ps2dev *ps2dev = &psmouse->ps2dev;
|
||||
unsigned char param[3];
|
||||
|
Reference in New Issue
Block a user