Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

media: ipu-bridge: Add Onsemi MT9M114 HID to list of supported sensors

Add INT33F0 ACPI HID for the Onsemi MT9M114 sensor to the list of supported
sensors. This sensor is found on the Asus T100TA using this HID.

Tested-by: Hans de Goede <hdegoede@redhat.com> # Asus T100TA with MT9M114
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>

authored by

Hans de Goede and committed by
Hans Verkuil
dd8bb4a2 29d77da9

+2
+2
drivers/media/pci/intel/ipu-bridge.c
··· 58 58 IPU_SENSOR_CONFIG("INT0310", 1, 55692000), 59 59 /* Omnivision OV5693 */ 60 60 IPU_SENSOR_CONFIG("INT33BE", 1, 419200000), 61 + /* Onsemi MT9M114 */ 62 + IPU_SENSOR_CONFIG("INT33F0", 1, 384000000), 61 63 /* Omnivision OV2740 */ 62 64 IPU_SENSOR_CONFIG("INT3474", 1, 180000000), 63 65 /* Omnivision OV5670 */