ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/truck/SteeringWheelRemote/SteeringWheelRemote.conf
Revision: 6
Committed: 2007-05-06T21:04:16-07:00 (18 years, 1 month ago) by douglas
File size: 340 byte(s)
Log Message:
Worky with Audacious (BMP's true successor?)!

File Contents

# Content
1 # $Id$
2
3 attach 200 {
4 device-name "uhid[0-9]+";
5 match "product" "0x1016";
6 match "vendor" "0x077d";
7 action "/usr/local/etc/rc.d/SteeringWheelRemote $device-name start";
8 };
9
10 detach 200 {
11 device-name "uhid[0-9]+";
12 match "product" "0x1016";
13 match "vendor" "0x077d";
14 action "/usr/local/etc/rc.d/SteeringWheelRemote $device-name stop";
15 };

Properties

Name Value
svn:keywords Id