diff options
author | Ricardo Cerqueira <devnull@localhost> | 2006-01-17 16:43:41 +0000 |
---|---|---|
committer | Ricardo Cerqueira <devnull@localhost> | 2006-01-17 16:43:41 +0000 |
commit | af22d7018442eb8de3392666a26483e76507dee8 (patch) | |
tree | 7fadabe34884bbdef551815739e111157a8778ad /v4l | |
parent | ac410b7e847fdd1dbd7426eadca5b3ad177c7876 (diff) | |
download | mediapointer-dvb-s2-af22d7018442eb8de3392666a26483e76507dee8.tar.gz mediapointer-dvb-s2-af22d7018442eb8de3392666a26483e76507dee8.tar.bz2 |
Hauppauge Grey Remote support
From: J.O. Aho <trizt@iname.com>
For the Hauppauge PVR cards there are at least two different remotes, one
completly black and one that is Grey and black, they keys differ in values
eg Black remotes 'mute' has the same value as Grey remotes 'menu'.
This enables the user to select which keymapping to use by using the
hauppauge parm. Unlike to the black remote keys, all keys are
mapped for the grey remote and the ATi usb remote mappings has been
followed.
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index baacb8c28..525eea6a1 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,13 @@ +2006-01-17 16:40 rmcc + + * linux/drivers/media/video/ir-kbd-i2c.c: (ir_attach): + + - Added support for the newer (Grey) Hauppauge remote to + ir-kbd-i2c + + Signed-off-by: J.O. Aho <trizt@iname.com> + Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org> + 2006-01-17 16:26 rmcc * linux/include/media/ir-keymaps.h: |