Date: Tue, 25 May 2010 21:20:56 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/share/man/man4 Makefile uep.4 src/sys/conf NOTES files src/sys/dev/usb usbdevs src/sys/dev/usb/input uep.c src/sys/modules/usb/uep Makefile Message-ID: <201005252125.o4PLPaiJ017481@repoman.freebsd.org>
index | next in thread | raw e-mail
glebius 2010-05-25 21:20:56 UTC
FreeBSD src repository
Modified files:
share/man/man4 Makefile
sys/conf NOTES files
sys/dev/usb usbdevs
Added files:
share/man/man4 uep.4
sys/dev/usb/input uep.c
sys/modules/usb/uep Makefile
Log:
SVN rev 208554 on 2010-05-25 21:20:56Z by glebius
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.
Revision Changes Path
1.479 +1 -0 src/share/man/man4/Makefile
1.1 +79 -0 src/share/man/man4/uep.4 (new)
1.1584 +2 -0 src/sys/conf/NOTES
1.1518 +1 -0 src/sys/conf/files
1.1 +441 -0 src/sys/dev/usb/input/uep.c (new)
1.461 +5 -0 src/sys/dev/usb/usbdevs
1.1 +11 -0 src/sys/modules/usb/uep/Makefile (new)
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005252125.o4PLPaiJ017481>
