summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf
diff options
context:
space:
mode:
authorgonzo <gonzo@FreeBSD.org>2016-10-22 01:58:21 +0000
committergonzo <gonzo@FreeBSD.org>2016-10-22 01:58:21 +0000
commit7bb75d9318de875b78fe4a279f7295da8595b226 (patch)
tree9a0ae85d1c6f6efde1c91c48a3d10805c098be8b /sys/arm/conf
parent149fde2607bef985771721b3f120f59f6970b934 (diff)
downloadFreeBSD-src-7bb75d9318de875b78fe4a279f7295da8595b226.zip
FreeBSD-src-7bb75d9318de875b78fe4a279f7295da8595b226.tar.gz
MFC r305708, r305719
r305708: Add evdev support to TI ADC/touchscreen driver Add generic evdev support to touchscreen part of ti_adc: two absolute coordinates + button touch to indicate pen position. Pressure value reporting is not implemented yet. Tested on: Beaglebone Black + 4DCAPE-43T + tslib r305719: Cleanup evdev support for TI ADC/TS - evdev_set_methods call is not required if actual methods are no-ops - evdev_set_serial is also optional if there is no meaningful input device identifier - evdev_set_id on the other hand is mandatory, so set virtual bus with dummy vendor/product/version Suggested by: Vladimir Kondratiev
Diffstat (limited to 'sys/arm/conf')
-rw-r--r--sys/arm/conf/BEAGLEBONE3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arm/conf/BEAGLEBONE b/sys/arm/conf/BEAGLEBONE
index 312659b..b985c7c8 100644
--- a/sys/arm/conf/BEAGLEBONE
+++ b/sys/arm/conf/BEAGLEBONE
@@ -133,3 +133,6 @@ device hdmi
device ums
device ukbd
device kbdmux
+
+# Uncomment to enable evdev support for ti_adc
+# options EVDEV
OpenPOWER on IntegriCloud