diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-12-26 22:48:12 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-12-26 22:48:12 +0100 |
commit | 8f3595e05852e17af29c36445cb4939cf9ccb0cd (patch) | |
tree | 08389fc980b283064e1fcbeee9dbc60a256c99ce /sys/man/4 | |
parent | 1c090cd04f94593378511df63e5c2a1710abc770 (diff) |
nusb/kb: remove mouse acceleration -a flag
mouse acceleration can be done by software in the kernels
devmouse device like:
echo hwaccel off >/dev/mousectl
echo accelerated 5 >/dev/mousectl
it is hard to pass nusb/kb parameters anyway as it is started
from nusbrc in bootfs.paq, so i remove the option.
Diffstat (limited to 'sys/man/4')
-rw-r--r-- | sys/man/4/nusb | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/man/4/nusb b/sys/man/4/nusb index 427e424c6..d420bd50d 100644 --- a/sys/man/4/nusb +++ b/sys/man/4/nusb @@ -32,10 +32,7 @@ usbd - Universal Serial Bus drivers .B nusb/kb [ .B -d -] [ -.B -a -.I n -] +] .I devid .PP .B nusb/serial @@ -117,12 +114,6 @@ process them. Mouse events are sent to .BR /dev/mousein in the same way. -.PP -The option -.B \-a -accelerates the mouse to level -.I n -(similar to the kernel's mouse driver acceleration). .SS Disks .I Disk configures and manages USB mass storage devices. It |