summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2010-05-25 21:20:56 +0000
committerglebius <glebius@FreeBSD.org>2010-05-25 21:20:56 +0000
commit0cadc029c7db489deac27335e5d81f120d8c58a1 (patch)
treec338f9d6856307fdb33f189cc895abf0ee67333b /sys/conf/files
parentf6ab4a681092467819a08db78ce8d607027932f3 (diff)
downloadFreeBSD-src-0cadc029c7db489deac27335e5d81f120d8c58a1.zip
FreeBSD-src-0cadc029c7db489deac27335e5d81f120d8c58a1.tar.gz
Add uep(4), driver for USB onscreen touch panel from eGalax.
The driver is stub. It just creates device entry and feeds reassembled packets from hardware into it. If in future we would port wsmouse(4) from NetBSD, or make sysmouse(4) to support absolute motion events, then the driver can be extended to act as system mouse. Meanwhile, it just presents a /dev/uep0, that can be utilized by X driver, that I am going to commit to ports tree soon. The name for the driver is chosen to be the same as in NetBSD, however, due to different USB stacks this driver isn't a port.
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 23fab8c..12f5e4d 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1781,6 +1781,7 @@ dev/usb/misc/udbp.c optional udbp
# USB input drivers
#
dev/usb/input/atp.c optional atp
+dev/usb/input/uep.c optional uep
dev/usb/input/uhid.c optional uhid
dev/usb/input/ukbd.c optional ukbd
dev/usb/input/ums.c optional ums
OpenPOWER on IntegriCloud