~ubuntu-branches/ubuntu/precise/lirc/precise

« back to all changes in this revision

Viewing changes to remotes/samsung/lircd.conf.samsung

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2008-11-08 19:10:50 UTC
  • mfrom: (1.2.7 upstream) (2.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20081108191050-o0kszsihoqbc42fl
Tags: 0.8.4a-0ubuntu1
* New upstream version.
* Drop no longer necessary patches:
  - 03_extra_files
  - 25_upstream_2.6.27
  - 27_multiple_include
* Update patches for new version:
  - 12_pvr150_transmit_support
  - 16_lirc_gpio
  - 26_transmitter_lircd.conf
  - 28_irrecord_resume_support
* New patches:
  - 38_encore_enltv.dpatch (LP: #274087)
* debian/lirc.fdi:
  - Update FDI file to match a few more remotes reported
    on bugs that work when keyed. (LP: #164627, #204960, #279472)
* debian/control:
  - Update Recommends for lirc-modules-source
* debian/lirc.preinst:
  - Remove old calls that will no longer be encountered in package
    upgrades.
* Merge some packaging changes from Debian.  They hadn't done a
  release in a long time, so this will at least get us closer to their
  packaging for an overarching goal of being in sync.
  - Sync'ed changes:
    + debian/compat
    + README.Debian
    + debian/copyright
    + debian/doc-base.lirc
    + debian/liblircclient-dev.install
    + debian/lirc-modules-source.postrm
    + debian/lirc.postrm
    + debian/po
    + debian/lirc-svga.install
    + debian/lirc-svga.links
    + drop debian/lirc.config.in
    + drop debian/lirc.config.md5sum
    + drop debian/lirc.modules
  - Merge debian/control, remaining changes:
    + We don't share same VCS
    + We recommend udev
    + Our lirc-modules-source uses DKMS
  - Merge debian/rules, remaining changes:
    + DKMS support
  - Merge debian/liblircclient0.pc, remaining changes:
    + Version number we have is higher
  - Merge debian/lirc.install, remaining changes:
    + We install udev rules
    + We install an FDI file
  - Merge debian/lirc.templates, remaining changes:
    + Some of our keys are named differently because we differentiate
      between a remote and a transmitter device.
    + We've got some extra keys for details of devices.
  - Merge debian/lirc.init.d, remaining changes:
    + We've pretty much entirely revamped the file.  Our deltas will
      need to be submitted incrementally to Debian.
  - Merge debian/lirc.postinst, remaining changes:
    + We've pretty much entirely revamped the file.  Our deltas will
      need to be submitted incrementally to Debian.
  - Merge debian/rules, remaining changes:
    + We install a udev rule
    + We install an FDI file
    + We install DKMS support
    + We install transmitter lircd.conf's
    + We Install the remote and transmitter hwdb explicitly
  - Merge patches that we took from debian for 0.8.4 support:
    + debian/patches/02_Makefile.in
    + debian/patches/04_man_pages

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
 
87
87
end remote
88
88
 
 
89
#
 
90
#
 
91
# Contributor: Rene Bartsch <reneATbartschnet.de>
 
92
#
 
93
#
 
94
# Brand: Terratec                          (Samsung Info. Systems America, Inc.)
 
95
# Model: Fernbedienung Set incl. USB Bulk  (IrDA Remote Controller, USB-ID 0419:0001)
 
96
#        (grey handset)
 
97
#
 
98
#
 
99
# Devices being controlled by this remote:
 
100
#       - Stand-alone remote
 
101
#       - Terratec DVB devices (please add approved ones)
 
102
#
 
103
#
 
104
# LIRC  version: >= 0.8.3
 
105
# LIRC  driver:  Samsung
 
106
# LIRCD_OPTS="-H samsung -d /dev/hiddevX"
 
107
#
 
108
# Linux version: >= 2.6.25
 
109
# Kernel config: CONFIG_USB_HIDDEV=y|m
 
110
#                USB controllers, ...
 
111
 
 
112
 
 
113
begin remote
 
114
    name                Terratec
 
115
    bits                32
 
116
    eps                 30
 
117
    aeps                100
 
118
    one                 0       0
 
119
    zero                0       0
 
120
    gap                 203831
 
121
    pre_data_bits       0
 
122
    pre_data            0x0
 
123
    toggle_bit          0
 
124
 
 
125
    begin codes
 
126
 
 
127
###    Standard generic desktop report, type 3  ###
 
128
        Power           0x10001
 
129
 
 
130
 
 
131
###    Propietary Samsung report, type 4    ###
 
132
        HOME            0xffcc0001
 
133
        DVD_Menu        0xffcc0002
 
134
        1               0xffcc0003
 
135
        2               0xffcc0004
 
136
        3               0xffcc0005
 
137
        Subtitles       0xffcc0006
 
138
        4               0xffcc0007
 
139
        5               0xffcc0008
 
140
        6               0xffcc0009
 
141
        Teletext        0xffcc000a
 
142
        7               0xffcc000b
 
143
        8               0xffcc000c
 
144
        9               0xffcc000d
 
145
        Delete          0xffcc000e
 
146
        AV              0xffcc000f
 
147
        0               0xffcc0010
 
148
        A.B             0xffcc0011
 
149
        TV              0xffcc0012
 
150
        DVD             0xffcc0013
 
151
        VIDEO           0xffcc0014
 
152
        MUSIC           0xffcc0015
 
153
        PIC             0xffcc0016
 
154
        UP              0xffcc0017
 
155
        LEFT            0xffcc0018
 
156
        OK              0xffcc0019
 
157
        RIGHT           0xffcc001a
 
158
        DOWN            0xffcc001b
 
159
        EPG_GUIDE       0xffcc001c
 
160
        INFO            0xffcc001d
 
161
        BACK            0xffcc001e
 
162
        VOL+            0xffcc001f
 
163
        PLAY            0xffcc0020
 
164
        CH+             0xffcc0021
 
165
        VOL-            0xffcc0022
 
166
        MUTE            0xffcc0023
 
167
        CH-             0xffcc0024
 
168
        RED             0xffcc0025
 
169
        GREEN           0xffcc0026
 
170
        YELLOW          0xffcc0027
 
171
        BLUE            0xffcc0028
 
172
        REC             0xffcc0029
 
173
        STOP            0xffcc002a
 
174
        PAUSE           0xffcc002b
 
175
        LAST            0xffcc002c
 
176
        FR              0xffcc002d
 
177
        FF              0xffcc002e
 
178
        NEXT            0xffcc002f
 
179
        Blue            0xffcc0030
 
180
    end codes
 
181
end remote