hdpvr lost an id upstream

This commit is contained in:
Kyle McMartin 2010-11-16 01:10:24 -05:00
parent 58e831b2c0
commit 754832dcb4
1 changed files with 11 additions and 0 deletions

View File

@ -216,3 +216,14 @@ index b0f046d..2107055 100644
/* I2C lock */
struct mutex i2c_mutex;
diff --git a/include/linux/i2c-id.h b/include/linux/i2c-id.h
index 4bef5c5..4385341 100644
--- a/include/linux/i2c-id.h
+++ b/include/linux/i2c-id.h
@@ -33,5 +33,6 @@
/* --- Bit algorithm adapters */
#define I2C_HW_B_CX2388x 0x01001b /* connexant 2388x based tv cards */
+#define I2C_HW_B_HDPVR 0x010025 /* Hauppauge HD PVR */
#endif /* LINUX_I2C_ID_H */