git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
make DishScreen transparent... this fixes a clipping problem with the
[enigma2.git]
/
lib
/
driver
/
rcinput.cpp
diff --git
a/lib/driver/rcinput.cpp
b/lib/driver/rcinput.cpp
index 59106c9687b7aa04ce67c1a6a2216acbee84d807..107b337be95ae40deb7b9434f55afc88bd7fd84e 100644
(file)
--- a/
lib/driver/rcinput.cpp
+++ b/
lib/driver/rcinput.cpp
@@
-44,9
+44,9
@@
void eRCDeviceInputDev::handleCode(int rccode)
case KEY_RIGHTSHIFT:
case KEY_LEFTALT:
case KEY_CAPSLOCK:
case KEY_RIGHTSHIFT:
case KEY_LEFTALT:
case KEY_CAPSLOCK:
- case KEY_COMPOSE:
case KEY_INSERT:
case KEY_DELETE:
case KEY_INSERT:
case KEY_DELETE:
+ case KEY_MUTE:
filtered=false;
default:
break;
filtered=false;
default:
break;
@@
-75,7
+75,7
@@
eRCDeviceInputDev::eRCDeviceInputDev(eRCInputEventDriver *driver)
{
int len=id.length();
int idx=0;
{
int len=id.length();
int idx=0;
- while(idx <
len
)
+ while(idx <
= len-8
)
{
if (!strncasecmp(&id[idx++], "KEYBOARD", 8))
{
{
if (!strncasecmp(&id[idx++], "KEYBOARD", 8))
{