uep.4 (b06cfd40f990b22f5fea33537860fd1420798b14) uep.4 (135bce2a9e632a7cedae2a42f5b2eef2b77d5e56)
1.\" Copyright (c) 2010 Gleb Smirnoff <glebius@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 43 unchanged lines hidden (view full) ---

52The driver is stub.
53It just probes and attaches to USB device, creates device entry
54and feeds reassembled packets from the hardware to it.
55.Pp
56To get mouse working in
57.Xr X 7 ,
58one needs to install
59.Pa ports/x11-drivers/xf86-input-egalax .
1.\" Copyright (c) 2010 Gleb Smirnoff <glebius@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 43 unchanged lines hidden (view full) ---

52The driver is stub.
53It just probes and attaches to USB device, creates device entry
54and feeds reassembled packets from the hardware to it.
55.Pp
56To get mouse working in
57.Xr X 7 ,
58one needs to install
59.Pa ports/x11-drivers/xf86-input-egalax .
60.Sh BUGS
61.Nm
62can't act like
63.Xr sysmouse 4 ,
64since the latter does not support absolute motion events.
65.Sh FILES
66.Nm
67creates a blocking pseudo\-device file,
68.Pa /dev/uep0 .
69.Sh SEE ALSO
70.Xr usb 4 ,
71.Xr loader.conf 5 ,
72.Xr xorg.conf 5 Pq Pa ports/x11/xorg ,
73.Xr egalax 4 Pq Pa ports/x11-drivers/xf86-input-egalax .
74.Sh AUTHORS
75.An -nosplit
76The
77.Nm
78driver was written by
79.An Gleb Smirnoff Aq glebius@FreeBSD.org
60.Sh FILES
61.Nm
62creates a blocking pseudo\-device file,
63.Pa /dev/uep0 .
64.Sh SEE ALSO
65.Xr usb 4 ,
66.Xr loader.conf 5 ,
67.Xr xorg.conf 5 Pq Pa ports/x11/xorg ,
68.Xr egalax 4 Pq Pa ports/x11-drivers/xf86-input-egalax .
69.Sh AUTHORS
70.An -nosplit
71The
72.Nm
73driver was written by
74.An Gleb Smirnoff Aq glebius@FreeBSD.org
75.Sh BUGS
76.Nm
77can't act like
78.Xr sysmouse 4 ,
79since the latter does not support absolute motion events.