DragonFly On-Line Manual Pages


UMS(4)		      DragonFly Kernel Interfaces Manual		UMS(4)

NAME

ums -- USB mouse driver

SYNOPSIS

device ums

DESCRIPTION

The ums driver provides support for mice that attach to the USB port. Supported are mice with any number of buttons and mice with a wheel. usb and one of uhci or ohci must be configured in the kernel as well. The /dev/ums0 device presents the mouse as a sysmouse or mousesystems type device. See moused(8) for an explanation of these mouse types.

FILES

/dev/ums0 blocking device node

EXAMPLES

Use the first USB mouse on the system as your console mouse: moused -p /dev/ums0 -t auto To be able to use the USB mouse under X, change the "Pointer" section in xorg.conf to the following: Device /dev/ums0 Protocol Auto If you want to be able to use the mouse in both virtual consoles as well as in X change it to: Device /dev/sysmouse Protocol Auto

SEE ALSO

ohci(4), sysmouse(4), uhci(4), usb(4), xorg.conf(5) (pkgsrc/x11/modular-xorg-server), moused(8)

AUTHORS

The ums driver was written by Lennart Augustsson <augustss@cs.chalmers.se> for NetBSD and was adopted for FreeBSD by MAEKAWA Masahide <bishop@rr.iij4u.or.jp>. This manual page was written by Nick Hibma <n_hibma@FreeBSD.org> with input from Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>. DragonFly 3.5 January 26, 2008 DragonFly 3.5