diff options
author | Johannes Stezenbach <devnull@localhost> | 2005-07-24 20:11:45 +0000 |
---|---|---|
committer | Johannes Stezenbach <devnull@localhost> | 2005-07-24 20:11:45 +0000 |
commit | 0f09c17dfde825658754107233baaab799451136 (patch) | |
tree | a0f02075644a02e020530842cf9660282accc29a /linux/drivers/media/dvb/cinergyT2/Kconfig | |
parent | ca87074fb096e681cce4aa33f63723fa21ca10d7 (diff) | |
download | mediapointer-dvb-s2-0f09c17dfde825658754107233baaab799451136.tar.gz mediapointer-dvb-s2-0f09c17dfde825658754107233baaab799451136.tar.bz2 |
IR RC fixes:
- EVIOCSKEYCODE is not supported by this driver, fix potential crash
when it is used by not setting rc_input_dev->keycodesize
- fix key repeat handling (hopefully)
- reduce default poll internal to 50msec (necessary for key repeat handling)
Diffstat (limited to 'linux/drivers/media/dvb/cinergyT2/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/cinergyT2/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/cinergyT2/Kconfig b/linux/drivers/media/dvb/cinergyT2/Kconfig index 226714085..7cf4c4a88 100644 --- a/linux/drivers/media/dvb/cinergyT2/Kconfig +++ b/linux/drivers/media/dvb/cinergyT2/Kconfig @@ -77,7 +77,7 @@ config DVB_CINERGYT2_ENABLE_RC_INPUT_DEVICE config DVB_CINERGYT2_RC_QUERY_INTERVAL int "Infrared Remote Controller update interval [milliseconds]" depends on DVB_CINERGYT2_TUNING && DVB_CINERGYT2_ENABLE_RC_INPUT_DEVICE - default "100" + default "50" help If you have a very fast-repeating remote control you can try lower values, for normal consumer receivers the default value should be |