summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorMarkus Rechberger <devnull@localhost>2005-10-11 02:52:03 +0000
committerMarkus Rechberger <devnull@localhost>2005-10-11 02:52:03 +0000
commitd43fc4288b0df817fdac36afbe6737a8de4826a8 (patch)
treec05adc8e49174cb16fd7a83b96902637259b43a8 /v4l
parentbe0f6220f923cb5e25e59785a330bbb8a27bef3e (diff)
downloadmediapointer-dvb-s2-d43fc4288b0df817fdac36afbe6737a8de4826a8.tar.gz
mediapointer-dvb-s2-d43fc4288b0df817fdac36afbe6737a8de4826a8.tar.bz2
added support for the terratec cinergy 250 usb tv remote
Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog17
-rw-r--r--v4l/compat.h4
2 files changed, 19 insertions, 2 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 03a05b4b2..c1c68f54d 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,20 @@
+2005-10-11 04:09 mrechberger
+
+ * ../linux/drivers/usb/media/em2820-i2c.c: (attach_inform):
+ - Fixed usb index/registry value for the videotuner
+ Changed I2C_HW_B_EM2820 to 0x99, this should finally go into
+ /include/linux/i2c-id.h with the appropriate value
+ * ../linux/drivers/usb/media/em2820-video.c: (em2820_config_i2c):
+ - i2c tuner setting TDA9887_SET_CONFIG moved into em2820-i2c.h
+ * ../linux/drivers/media/video/ir-kbd-i2c.c: (ir_attach),
+ (ir_probe):
+ - added support for Terratec Cinergy 250 USB TV IR Remote
+ * ../v4l/compat.h:
+ - hardcoded #define I2C_HW_B_EM2820 0x99 which should also go
+ into /include/linux/i2c-id.h
+
+ Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
+
2005-10-10 22:04 mchehab
* ../linux/drivers/media/video/cx88/cx88-video.c: (cx8800_initdev):
diff --git a/v4l/compat.h b/v4l/compat.h
index 27153b9b0..8eafceb96 100644
--- a/v4l/compat.h
+++ b/v4l/compat.h
@@ -1,5 +1,5 @@
/*
- * $Id: compat.h,v 1.22 2005/10/09 18:07:06 mchehab Exp $
+ * $Id: compat.h,v 1.23 2005/10/11 02:52:03 mrechberger Exp $
*/
#ifndef _COMPAT_H
@@ -70,7 +70,7 @@
#endif
#if !defined(I2C_HW_B_EM2820)
-#define I2C_HW_B_EM2820 I2C_HW_B_BT848
+#define I2C_HW_B_EM2820 0x99
#endif
#ifndef I2C_M_IGNORE_NAK