Missing ICVS_NO_CAPS quirk for SVP7500:
```
$ journalctl -b -1|grep cvs
Sep 03 17:00:09 localhost kernel: intel_cvs i2c-INTC10DE:00: Quirks: 0x7a 
(VID:0x06cb PID:0x0701)
Sep 03 17:00:09 localhost kernel: intel_cvs i2c-INTC10DE:00: error -ETIMEDOUT: 
get caps failed
Sep 03 17:00:09 localhost kernel: intel_cvs i2c-INTC10DE:00: probe with driver 
intel_cvs failed with error -110

$ lsusb
Bus 003 Device 002: ID 06cb:0701 Synaptics, Inc. SVP7500

$ grep -A20 'Device quirk table' drivers/media/i2c/cvs/core.c 
/* Device quirk table */
static const struct icvs_device_quirk cvs_quirk_table[] = {
        { 0x2ac1, 0x20d0, ICVS_NO_MIPI_CONFIG |
                          ICVS_NO_CAPS |
                          ICVS_NO_FW_UPDATE
        },      /* Lattice NX33 */
        { 0x06CB, 0x0701, ICVS_SKIP_FW_RESET |
                          ICVS_HOST_SENSOR_PWR_CTRL |
                          ICVS_HOST_PRIV_CTRL |
                          ICVS_FW_BUF_SIZE_256 |
                          ICVS_FW_HEADER_SIZE_256
        },      /* Synaptics SVP7xxx */
        { }
};
```

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2158228

Title:
  System failed to enter suspend due to intel_ipu7_isys returning -16

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipu6-drivers/+bug/2158228/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to