From: Antonio Ospite Date: Wed, 25 Jun 2014 09:27:56 +0000 (-0300) Subject: [media] gspca: provide a mechanism to select a specific transfer endpoint X-Git-Tag: omap-for-v3.17/fixes-against-rc2~155^2~425 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fe152451df0ead7e1ca14c0c6210b13226feafb;p=pandora-kernel.git [media] gspca: provide a mechanism to select a specific transfer endpoint Currently gspca selects the first ISOC input endpoint as the input transfer endpoint, however some devices can provide streams on endpoints different then the first one, so some subdrivers (e.g. gspca_kinect) may want to select a specific endpoint to use as a transfer endpoint. Add an xfer_ep field to struct gspca_dev, and change alt_xfer() so that it accepts a parameter which represents a specific endpoint address to look for. If a subdriver wants to specify a value for gspca_dev->xfer_ep it can do that in its sd_config() callback. Signed-off-by: Antonio Ospite Signed-off-by: Hans de Goede Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed