From: Hans de Goede Date: Sun, 1 Jan 2012 16:34:58 +0000 (-0300) Subject: [media] gspca - main: isoc mode devices are never low speed X-Git-Tag: v3.3-rc1~48^2~122 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51e23be28418cf836287615cf78b237af13ea1b3;p=pandora-kernel.git [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 Signed-off-by: Jean-François Moine Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed