<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
<br>
I have purchased the kaiserbass TVStick product ID 'KBA01007-KB
DVD-T USB TUNER WITH 2 GB MEMORY'. The Linux-DVB Driver for DiBcom's
DiB7000M driver works very well for video, but the software driver
does not support the slim 28 key remote control provided by
kaiserbass.<br>
<br>
The evidence is the error codes in the system log. For example
pressing any key causes a system log error, the volume up key
results in the system error message:<br>
<tt><br>
2010-11-14 13:07:26 Capulet kernel [10464.828505]
dib0700: Unknown remote controller key: 0000 2b d4</tt><br>
<br>
<br>
I tried adding a new set of key codes to the DiB7000M-devices.c file
i.e.<br>
<tt><br>
{ 0x2bd4, KEY_VOLUMEUP },</tt><br>
<br>
but this did not work, perhaps I have used the wrong conversion or
format for the key values.<br>
Here are the key values from the system error messages <br>
<br>
<style type="text/css">p { margin-bottom: 0.21cm; }</style><tt>KEY_MUTE
0AF5 <br>
KEY_SOURCE 38C7<br>
KEY_SCREEN 0FF0<br>
KEY_POWER 0CF3<br>
KEY_1 01FE<br>
KEY_2 02FD<br>
KEY_3 03FC<br>
KEY_4 04FB<br>
KEY_5 05FA<br>
KEY_6 06F9<br>
KEY_7 07F8<br>
KEY_8 08F7<br>
KEY_9 09F6<br>
KEY_0 00FF<br>
KEY_UP 20DF<br>
KEY_ESC 29D6<br>
KEY_FASTFORWARD 1EE1<br>
KEY_LEFT 11EE<br>
KEY_OK 0DF2<br>
KEY_RIGHT 10EF<br>
KEY_VOLUMEUP 2BD4<br>
KEY_CHANNELUP 12ED<br>
KEY_DOWN 21DE<br>
KEY_STOP 0BF4<br>
KEY_CHANNELDOWN 13EC<br>
KEY_VOLUMEDOWN 2CD3<br>
KEY_SCREEN_COPY 0EF1<br>
KEY_RECORD 1FEO<br>
</tt><br>
regards<br>
<br>
David Wilson<br>
</body>
</html>