Commit f9798ef6342e6dad3fc3d7aa2ce2147469acf507

Authored by Jean-Francois Moine
Committed by Mauro Carvalho Chehab
1 parent f19ed98111

[media] gspca - sonixj: Fix bad values of webcam 0458:7025

The webcam 0458:7025 (Eye911Q) has:
- an inverted power pin,
- a sensor mi0360b which cannot be probed.

Signed-off-by: Jean-François Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/media/video/gspca/sonixj.c
... ... @@ -3120,7 +3120,7 @@
3120 3120 | (SENSOR_ ## sensor << 8) \
3121 3121 | (flags)
3122 3122 static const struct usb_device_id device_table[] = {
3123   - {USB_DEVICE(0x0458, 0x7025), BS(SN9C120, MI0360)},
  3123 + {USB_DEVICE(0x0458, 0x7025), BSF(SN9C120, MI0360B, F_PDN_INV)},
3124 3124 {USB_DEVICE(0x0458, 0x702e), BS(SN9C120, OV7660)},
3125 3125 {USB_DEVICE(0x045e, 0x00f5), BSF(SN9C105, OV7660, F_PDN_INV)},
3126 3126 {USB_DEVICE(0x045e, 0x00f7), BSF(SN9C105, OV7660, F_PDN_INV)},