hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/media/i2c/techpoint/techpoint_v4l2.c
....@@ -860,6 +860,7 @@
860860 { .compatible = "techpoint,tp2815" },
861861 { .compatible = "techpoint,tp9930" },
862862 { .compatible = "techpoint,tp9950" },
863
+ { .compatible = "techpoint,tp9951" },
863864 { },
864865 };
865866
....@@ -1297,7 +1298,6 @@
12971298 }
12981299
12991300 if (techpoint->chip_id == CHIP_TP9930) {
1300
-
13011301 techpoint_write_reg(techpoint->client, 0x40, 0x00);
13021302 for (i = 0; i < 0xff; i++)
13031303 techpoint_write_reg(techpoint->client, i, 0xbb);