aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2002-06-18 07:50:16 +0000
committerDoug Barton <dougb@FreeBSD.org>2002-06-18 07:50:16 +0000
commitb94048f0ec3612c8198ff2284919c434fc45f602 (patch)
tree8c814174ffa44475dab6fb97424a1cad76e76a7e /etc
parent03e4918190e22ff4002e360efda68eb1882d11da (diff)
downloadsrc-b94048f0ec3612c8198ff2284919c434fc45f602.tar.gz
src-b94048f0ec3612c8198ff2284919c434fc45f602.zip
Do vidcontrol -m on after starting moused for a usb mouse.
PR: conf/39125 Submitted by: Mike Makonnen <makonnen@pacbell.net> Not objected to by: -current and -hackers
Notes
Notes: svn path=/head/; revision=98386
Diffstat (limited to 'etc')
-rw-r--r--etc/usbd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/usbd.conf b/etc/usbd.conf
index a969f4951935..550bd269a7ca 100644
--- a/etc/usbd.conf
+++ b/etc/usbd.conf
@@ -46,7 +46,7 @@ device "Handspring Visor"
#
device "Mouse"
devname "ums[0-9]+"
- attach "/usr/sbin/moused -p /dev/${DEVNAME} -I /var/run/moused.${DEVNAME}.pid"
+ attach "/usr/sbin/moused -p /dev/${DEVNAME} -I /var/run/moused.${DEVNAME}.pid ; /usr/sbin/vidcontrol -m on"
# The fallthrough entry: Nothing is specified, nothing is done. And it isn't
# necessary at all :-). Just for pretty printing in debugging mode.