[media] gspca - main: isoc mode devices are never low speed
authorHans de Goede <hdegoede@redhat.com>
Sun, 1 Jan 2012 16:34:58 +0000 (13:34 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 6 Jan 2012 11:05:32 +0000 (09:05 -0200)
commit51e23be28418cf836287615cf78b237af13ea1b3
treeff677b98ebfdac878abb7f5d4d8668b10f82a12b
parent2d39059a656c0d0f61cfee8225f3d222dac7f3ac
[media] gspca - main: isoc mode devices are never low speed

Quoting from the official usb 20 spec:
"5.6.4 Isochronous Transfer Bus Access Constraints

Isochronous transfers can only be used by full-speed and high-speed devices."

This means that for code paths which are isoc mode only, we don't need to
check for the device being low speed, simplifying the code.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jean-François Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/gspca.c