uep (4)
Leading comments
Copyright (c) 2010 Gleb Smirnoff <glebius@FreeBSD.org> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the doc...
NAME
uep - eGalax touchscreen driverSYNOPSIS
To compile this driver into the kernel, place the following lines into your kernel configuration file:device uep device usb
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf5:
uep_load="YES"
DESCRIPTION
The ifconfig driver provides support for the eGalax onscreen touch panels.The driver is stub. It just probes and attaches to USB device, creates device entry and feeds reassembled packets from the hardware to it.
To get mouse working in X(7), one needs to install ports/x11-drivers/xf86-input-egalax