diff options
author | Michael Krufky <devnull@localhost> | 2005-10-12 04:02:08 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-10-12 04:02:08 +0000 |
commit | 723e8923174092825f6ffe13559fe0abc6f38552 (patch) | |
tree | 963ebbbe1a0cd70aa4785e72659f68b0cb94ee86 /linux/drivers/media/video/ir-kbd-i2c.c | |
parent | 4bb3fbe1741d0b0e1f04eab0558c60435f847d98 (diff) | |
download | mediapointer-dvb-s2-723e8923174092825f6ffe13559fe0abc6f38552.tar.gz mediapointer-dvb-s2-723e8923174092825f6ffe13559fe0abc6f38552.tar.bz2 |
* ../v4l/scripts/strip-trailing-whitespaces.sh:
- Updated script to function in new tree layout.
Must be called from top-level.
* ../Makefile:
- Automatically strip trailing whitespaces before
creating Changelog entry.
Diffstat (limited to 'linux/drivers/media/video/ir-kbd-i2c.c')
-rw-r--r-- | linux/drivers/media/video/ir-kbd-i2c.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/ir-kbd-i2c.c b/linux/drivers/media/video/ir-kbd-i2c.c index a09c45170..8be36fa1d 100644 --- a/linux/drivers/media/video/ir-kbd-i2c.c +++ b/linux/drivers/media/video/ir-kbd-i2c.c @@ -1,5 +1,5 @@ /* - * $Id: ir-kbd-i2c.c,v 1.15 2005/10/11 02:52:03 mrechberger Exp $ + * $Id: ir-kbd-i2c.c,v 1.16 2005/10/12 04:02:08 mkrufky Exp $ * * keyboard input driver for i2c IR remote controls * @@ -65,7 +65,7 @@ static IR_KEYTAB_TYPE ir_codes_em2820[IR_KEYTAB_SIZE] = { [ 15 ] = KEY_VOLUMEUP, [ 16 ] = KEY_KP0, [ 17 ] = KEY_MENU, - [ 18 ] = KEY_PRINT, + [ 18 ] = KEY_PRINT, [ 19 ] = KEY_VOLUMEDOWN, [ 21 ] = KEY_PAUSE, |