blob: 60057c9ef75a5dd34590891211a1f033f0d66ddc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
# Config file for /etc/init.d/mouseremote
# Configure the type of mouseremote you have and the device it is connected to
# If your device is attached to the regular psaux port then set DRV to X10
# If your device is attached to a serial port then set DRV to SX10
#DRV=SX10
# Set this to the port on which your mouseremote is attached
#DEV=/dev/ttyS1
|