uep(4): add evdev support
To compile this driver with evdev support enabled, place the
following line into your kernel configuration file:
device evdev
options EVDEV_SUPPORT
Native and evdev modes are mutually exclusive.
Differential D11156
uep(4): add evdev support wulf on Jun 12 2017, 11:34 AM. Authored by Tags None Referenced Files
Details
uep(4): add evdev support To compile this driver with evdev support enabled, place the device evdev Native and evdev modes are mutually exclusive. Gleb will be able to take hardware tests soon
Diff Detail
Event TimelineComment Actions The change consist also some changes to the protocol. Some new bits are parsed. I'm pretty sure that my particular device doesn't have any pressure. All I can do is to confirm that my device is still working. However, I think that protocol changes and evdevification should be committed separately. Comment Actions
According to comments in egalax tslib driver, tslib uses pressure level to detect touches. So unconditional claiming pressure as supported event can break 5-bytes proto touchscreens.
Comment Actions Port of xinput_calibrator: D11325
|