~ubuntu-branches/ubuntu/natty/lirc/natty-proposed

« back to all changes in this revision

Viewing changes to remotes/imon/lircd.conf.imon-knob

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2010-04-02 15:06:19 UTC
  • mfrom: (1.2.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100402150619-y1z8c1yqv621a11o
Tags: 0.8.7~pre2-0ubuntu1
* Update to 0.8.7~pre2
  - Fixes issues with lirc on maverick. (LP: #620498)
* Add lirc-in-kernel-ioctls.patch to use ioctls from the kernel for drivers.
* Drop patches upstream now:
  - debian/patches/appleir_repeat_issue.patch
  - debian/patches/hauppauge-tv-card.patch
  - debian/patches/lirc-i2c-2.6.patch
  - debian/patches/lirc_dev-2.6.33.patch
* Add updated-driver-names.patch 
* Refresh patches:
  - debian/patches/02_Makefile.in
  - debian/patches/13-warning-cleanup
* Update extra transmitter and remote databases to not reference atiusb.
* debian/control:
  - Update branches to be owned by ~mythbuntu-dev
* Disable in-kernel-support when starting lircd, and re-enable when
  stopping.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
          CursorUp                 0x6902F9B7
50
50
          CursorRight              0x68A281B7
51
51
          CursorDown               0x6882A1B7
 
52
# version 2 of keypad
 
53
          CursorUp                 0x2aa515b7
 
54
          CursorDown               0x289515b7
 
55
          CursorLeft               0x29a515b7
 
56
          CursorRight              0x2ba515b7
 
57
# version 3 of keypad
 
58
          CursorUp                 0x01008000
 
59
          CursorDown               0x01007f00
 
60
          CursorLeft               0x01000080
 
61
          CursorRight              0x0100007f
 
62
          Esc                      0x2BB715B7
 
63
          Eject                    0x299395B7
 
64
          AppLauncher              0x29B715B7
 
65
          MultiMon                 0x2AB195B7
 
66
          TaskSwitcher             0x2A9395B7
 
67
          Mute                     0x2B9595B7
 
68
          VolUp                    0x28A395B7
 
69
          VolDown                  0x28A595B7
 
70
          ChUp                     0x289395B7
 
71
          ChDown                   0x288795B7
 
72
          Timer                    0x2B8395B7
 
73
          1                        0x28B595B7
 
74
          2                        0x2BB195B7
 
75
          3                        0x28B195B7
 
76
          4                        0x2A8595B7
 
77
          5                        0x299595B7
 
78
          6                        0x2AA595B7
 
79
          7                        0x2B9395B7
 
80
          8                        0x2A8515B7
 
81
          9                        0x2AA115B7
 
82
          ShiftTab                 0x28B515B7
 
83
          0                        0x2BA595B7
 
84
          Tab                      0x29A115B7
 
85
          MyMovie                  0x2B8515B7
 
86
          MyMusic                  0x299195B7
 
87
          MyPhoto                  0x2BA115B7
 
88
          MyTV                     0x28A515B7
 
89
          Bookmark                 0x288515B7
 
90
          Thumbnail                0x2AB715B7
 
91
          AspectRatio              0x29A595B7
 
92
          FullScreen               0x2AA395B7
 
93
          MyDVD                    0x29A295B7
 
94
          Menu                     0x2BA385B7
 
95
          Caption                  0x298595B7
 
96
          Language                 0x2B8595B7
 
97
# these codes may be wrong, but they were included in the first version of
 
98
# this config file
 
99
          0                        0x2BA595BF
 
100
          NextChapter              0x298195BF
 
101
          Thumbnail                0x2AB715BF
 
102
          FullScreen               0x2AA395BF
 
103
 
 
104
      end codes
 
105
 
 
106
end remote
 
107
 
 
108
 
 
109
# Version for use with imon driver when its outputting 64-bit values
 
110
begin remote
 
111
 
 
112
  name  IMON_KNOB_64
 
113
  bits           32
 
114
  eps            30
 
115
  aeps          100
 
116
 
 
117
  one             0     0
 
118
  zero            0     0
 
119
  gap          119990
 
120
  post_data_bits  32
 
121
  post_data      0x0
 
122
  ignore_mask  0x00000000ffffffff
 
123
  toggle_bit      0
 
124
 
 
125
 
 
126
      begin codes
 
127
          AppExit                  0x288195B7
 
128
          Power                    0x289115B7
 
129
          Record                   0x298115B7
 
130
          Play                     0x2A8115B7
 
131
          Open                     0x29B195B7
 
132
          KnobVolUp                0x000100FF
 
133
          KnobVolDown              0x010000FF
 
134
          KnobMute                 0x000008FF
 
135
          Rewind                   0x2A8195B7
 
136
          Pause                    0x2A9115B7
 
137
          FastForward              0x2B8115B7
 
138
          PrevChapter              0x2B9115B7
 
139
          Stop                     0x2B9715B7
 
140
          NextChapter              0x298195B7
 
141
          WindowsKey               0x2B8195B7
 
142
          Backspace                0x28A115B7
 
143
          MouseKeyboard            0x299115B7
 
144
          SelectSpace              0x2A9315B7
 
145
          MouseMenu                0x28B715B7
 
146
          MouseRightClick          0x688481B7
 
147
          Enter                    0x28A195B7
 
148
          MouseLeftClick           0x688301B7
 
149
          CursorLeft               0x6ABA81B7
 
150
          CursorUp                 0x6902F9B7
 
151
          CursorRight              0x68A281B7
 
152
          CursorDown               0x6882A1B7
 
153
# version 2 of keypad
 
154
          CursorUp                 0x2aa515b7
 
155
          CursorDown               0x289515b7
 
156
          CursorLeft               0x29a515b7
 
157
          CursorRight              0x2ba515b7
 
158
# version 3 of keypad
 
159
          CursorUp                 0x01008000
 
160
          CursorDown               0x01007f00
 
161
          CursorLeft               0x01000080
 
162
          CursorRight              0x0100007f
52
163
          Esc                      0x2BB715B7
53
164
          Eject                    0x299395B7
54
165
          AppLauncher              0x29B715B7