synaptics and trackpoint support are stable enough to be on by default.
Eventually both options should be removed. Reviewed by: dumbbell
This commit is contained in:
parent
dd639923b9
commit
abcdcce124
@ -375,10 +375,10 @@ static devclass_t psm_devclass;
|
||||
static int tap_enabled = -1;
|
||||
TUNABLE_INT("hw.psm.tap_enabled", &tap_enabled);
|
||||
|
||||
static int synaptics_support = 0;
|
||||
static int synaptics_support = 1;
|
||||
TUNABLE_INT("hw.psm.synaptics_support", &synaptics_support);
|
||||
|
||||
static int trackpoint_support = 0;
|
||||
static int trackpoint_support = 1;
|
||||
TUNABLE_INT("hw.psm.trackpoint_support", &trackpoint_support);
|
||||
|
||||
static int verbose = PSM_DEBUG;
|
||||
|
Loading…
x
Reference in New Issue
Block a user