Date: Wed, 2 Jun 2010 18:46:12 +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: <201006021852.o52Iq196024322@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2010-06-02 18:46:12 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
share/man/man4 Makefile
sys/conf NOTES files
sys/dev/usb usbdevs
Added files: (Branch: RELENG_8)
share/man/man4 uep.4
sys/dev/usb/input uep.c
sys/modules/usb/uep Makefile
Log:
SVN rev 208754 on 2010-06-02 18:46:12Z by glebius
Merge 208554 from head:
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.
The driver is supported by ports/x11-drivers/xf86-input-egalax.
Approved by: re (kib)
Revision Changes Path
1.460.2.16 +1 -0 src/share/man/man4/Makefile
1.1.2.2 +79 -0 src/share/man/man4/uep.4 (new)
1.1553.2.13 +2 -0 src/sys/conf/NOTES
1.1459.2.29 +1 -0 src/sys/conf/files
1.1.2.2 +441 -0 src/sys/dev/usb/input/uep.c (new)
1.421.2.39 +5 -0 src/sys/dev/usb/usbdevs
1.1.2.2 +11 -0 src/sys/modules/usb/uep/Makefile (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006021852.o52Iq196024322>
