diff options
author | Wesley Post <pa4wdh@xs4all.nl> | 2016-02-29 15:39:10 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-03-01 10:40:14 -0300 |
commit | f7c7ac480d246f2f625a70f56ea6650710c23f30 (patch) | |
tree | f9c01e88c7c267edc465b471f5ae79df7d03ac8f /drivers/media/usb/airspy | |
parent | 5c915c68763889f0183a1cc61c84bb228b60124a (diff) | |
download | linux-f7c7ac480d246f2f625a70f56ea6650710c23f30.tar.bz2 |
[media] gspca: Fix ov519 i2c r/w not working when connected to a xhci host
Fix the ov519 driver not working (unable to talk to the sensor) when
plugged into a xhci host. The root cause here is that uhci/ohci/ehci
hosts typically will send any pending async requests every milli-second
and then go to sleep for the rest if the milli-second, where as xhci hosts
send them immediately, causing things to go too fast for the ov519 bridge.
This commit adds a few delays fixing this.
Signed-off-by: Wesley Post <pa4wdh@xs4all.nl>
[hdegoede@redhat.com: Also add delays to w996Xcf.c, as that needs them too]
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/usb/airspy')
0 files changed, 0 insertions, 0 deletions