Revert r255152:
It turns out that synaptics_support was turned off by default because its probing method is too intrusive not because it was unstable. Once this is fixed it should be enabled once again. Reported by: delphij, jkim
This commit is contained in:
parent
237a3159e4
commit
3086328456
@ -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 = 1;
|
||||
static int synaptics_support = 0;
|
||||
TUNABLE_INT("hw.psm.synaptics_support", &synaptics_support);
|
||||
|
||||
static int trackpoint_support = 1;
|
||||
static int trackpoint_support = 0;
|
||||
TUNABLE_INT("hw.psm.trackpoint_support", &trackpoint_support);
|
||||
|
||||
static int verbose = PSM_DEBUG;
|
||||
|
Loading…
Reference in New Issue
Block a user