[media] em28xx: save isoc endpoint number for DVB only if endpoint has alt settings...
authorFrank Schaefer <fschaefer.oss@googlemail.com>
Mon, 8 Apr 2013 16:06:59 +0000 (13:06 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 25 Apr 2013 12:51:23 +0000 (09:51 -0300)
commitb3404a8ef567de43b74018bbdbd989b53426d422
treefa2633e81026c5e4a2f8f664eb2ce107e0cef481
parentcb132cd5d75f6cd3295c2c041177eeb89f778db8
[media] em28xx: save isoc endpoint number for DVB only if endpoint has alt settings with xMaxPacketSize != 0

X-Patchwork-Delegate: mchehab@redhat.com
In addition to commit 72cc9ba3 "em28xx: ignore isoc DVB USB endpoints with
wMaxPacketSize = 0 bytes for all alt settings" we should not save the endpoint
number of the isoc DVB endpoint before it has been validated.
While the current code works fine, dev->dvb_ep_isoc != 0 could be interpreted
as indicator that the device provides DVB support.

Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/usb/em28xx/em28xx-cards.c
This page took 0.026234 seconds and 5 git commands to generate.