summaryrefslogtreecommitdiffstats
path: root/meta/packages/lirc/files/lircrc_nslu2
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-08-27 15:14:24 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-27 15:29:45 +0100
commit29d6678fd546377459ef75cf54abeef5b969b5cf (patch)
tree8edd65790e37a00d01c3f203f773fe4b5012db18 /meta/packages/lirc/files/lircrc_nslu2
parentda49de6885ee1bc424e70bc02f21f6ab920efb55 (diff)
downloadpoky-29d6678fd546377459ef75cf54abeef5b969b5cf.tar.gz
Major layout change to the packages directory
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/lirc/files/lircrc_nslu2')
-rw-r--r--meta/packages/lirc/files/lircrc_nslu2113
1 files changed, 0 insertions, 113 deletions
diff --git a/meta/packages/lirc/files/lircrc_nslu2 b/meta/packages/lirc/files/lircrc_nslu2
deleted file mode 100644
index 0669d90b09..0000000000
--- a/meta/packages/lirc/files/lircrc_nslu2
+++ /dev/null
@@ -1,113 +0,0 @@
1# This is the default files read by all lirc clients
2# (see also /etc/lircd.conf)
3
4# I run /sbin/buzzer before every command to get an audible feedback
5
6## Here LIRC could shutdown your system
7#begin
8# prog = irexec
9# remote = RC5
10# repeat = 0
11# button = vcr2-standby
12# config = /sbin/buzzer; /sbin/halt
13#end
14
15
16## Here LIRC controls your mpd music deamon
17begin
18 prog = irexec
19 remote = RC5
20 repeat = 0
21 button = vcr2-pause
22 config = /sbin/buzzer; mpc toggle
23end
24begin
25 prog = irexec
26 remote = RC5
27 repeat = 0
28 button = vcr2-step+
29 config = /sbin/buzzer; mpc next
30end
31begin
32 prog = irexec
33 remote = RC5
34 repeat = 0
35 button = vcr2-step-
36 config = /sbin/buzzer; mpc prev
37end
38begin
39 prog = irexec
40 remote = RC5
41 repeat = 0
42 button = vcr2-scan_forward
43 config = /sbin/buzzer; mpc seek +00:00:30
44end
45begin
46 prog = irexec
47 remote = RC5
48 repeat = 0
49 button = vcr2-scan_reverse
50 config = /sbin/buzzer; mpc seek -00:00:30
51end
52begin
53 prog = irexec
54 remote = RC5
55 repeat = 0
56 button = vcr2-brightness+
57 config = /sbin/buzzer; mpc volume +20
58end
59begin
60 prog = irexec
61 remote = RC5
62 repeat = 0
63 button = vcr2-brightness-
64 config = /sbin/buzzer; mpc volume -20
65end
66
67
68## Here LIRC acts as an repeater
69begin
70 prog = irexec
71 remote = RC5
72 repeat = 0
73 button = vcr2-volume+
74 config = /sbin/buzzer; irsend SEND_ONCE RC5 amp1-volume+
75end
76begin
77 prog = irexec
78 remote = RC5
79 repeat = 0
80 button = vcr2-volume-
81 config = /sbin/buzzer; irsend SEND_ONCE RC5 amp1-volume-
82end
83
84
85## Here LIRC is the input device for your LC display software
86begin
87 prog = lcdd
88 remote = RC5
89 repeat = 0
90 button = vcr2-1
91 config = A
92end
93begin
94 prog = lcdd
95 remote = RC5
96 repeat = 0
97 button = vcr2-2
98 config = B
99end
100begin
101 prog = lcdd
102 remote = RC5
103 repeat = 0
104 button = vcr2-3
105 config = C
106end
107begin
108 prog = lcdd
109 remote = RC5
110 repeat = 0
111 button = vcr2-4
112 config = D
113end