~jon-raiford/mythbuntu/lirc

« back to all changes in this revision

Viewing changes to debian/lirc.templates

  • Committer: Mario Limonciello
  • Date: 2008-11-09 03:32:46 UTC
  • Revision ID: superm1@ubuntu.com-20081109033246-1m3bkzb3ycae92qa
update 02_Makefile.in for lirc 0.8.4a

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
Type: select
130
130
Choices: None, Custom${REMOTES}
131
131
Default: None
132
 
_Description: Remote control configuration:
133
 
 If you choose a remote or transmitter, but already have a
134
 
 configuration file in /etc/lirc/lircd.conf, the existing
135
 
 file will be renamed to /etc/lirc/lircd.conf.dpkg-old and
136
 
 the community configurations loaded into
137
 
 /etc/lirc/lircd.conf.  If you have a
138
 
 /etc/lirc/lircd.conf.dpkg-old file already, it will not
139
 
 be overwritten and your current /etc/lirc/lircd.conf will
140
 
 be lost.
 
132
_Description: Choose a remote if you would like to preload a configuration:
 
133
 If you choose a remote, but already have a configuration file
 
134
 in /etc/lirc/lircd.conf, the existing file will be renamed
 
135
 to /etc/lirc/lircd.conf.dpkg-old and the community
 
136
 configurations loaded into  /etc/lirc/lircd.conf.  This
 
137
 process will only happen once, and subsequent instantiations
 
138
 of this configuration will not overwrite your
 
139
 /etc/lirc/lircd.conf file again.
141
140
 
142
141
Template: lirc/transmitter
143
142
Type: select
144
143
Choices: None, Custom${TRANSMITTERS}
145
144
Default: None
146
 
_Description: IR transmitter, if present:
 
145
_Description: If you need to use an IR transmitter, please select it:
147
146
 IR transmitters can be used for controlling external devices.  Some
148
147
 devices are considered transceivers, with the ability to both send
149
148
 and receive.  Other devices require separate hardware to accomplish
153
152
Type: select
154
153
Choices: /dev/lirc0${EVENTS}
155
154
Default: /dev/lirc0
156
 
_Description: Custom event interface for your dev/input device:
 
155
_Description: Select your custom event interface for your dev/input device:
157
156
 Many remotes that were previously supported by the lirc_gpio interface now
158
157
 need to be set up via the dev/input interface.  You will need to custom
159
158
 select your remote's event character device.  This can be determined by
162
161
Template: lirc/start_lircd
163
162
Type: string
164
163
Default: true
165
 
Description: Hint for lirc:
 
164
Description: Hint for lirc
166
165
 for internal use only
167
166
 
168
167
Template: lirc/serialport
169
168
Type: select
170
169
Choices: /dev/ttyS0, /dev/ttyS1
171
170
Default: /dev/ttyS0
172
 
_Description: Port your serial device is attached to:
 
171
_Description: Choose the port that your serial device is attached to:
173
172
 The UART (serial) driver is a low level driver that takes advantage
174
173
 of bit banging a character device.  This means that you can only use it
175
174
 with hardware serial devices.  It unfortunately does not work with USB