Re: [RFC 1/2] gspca: provide a mechanism to select a specific transfer endpoint

2014-06-24 Thread Hans de Goede
Hi, On 06/24/2014 03:35 PM, Antonio Ospite wrote: > On Thu, 19 Jun 2014 16:27:59 +0200 > Hans de Goede wrote: > >> Hi Antonio, >> >> Thanks for working on this. >> >> On 06/04/2014 10:24 PM, Antonio Ospite wrote: >>> Add a xfer_ep_index field to struct gspca_dev, and change alt_xfer() so >>> tha

Re: [RFC 1/2] gspca: provide a mechanism to select a specific transfer endpoint

2014-06-24 Thread Antonio Ospite
On Thu, 19 Jun 2014 16:27:59 +0200 Hans de Goede wrote: > Hi Antonio, > > Thanks for working on this. > > On 06/04/2014 10:24 PM, Antonio Ospite wrote: > > Add a xfer_ep_index field to struct gspca_dev, and change alt_xfer() so > > that it accepts a parameter which represents a specific endpoin

Re: [RFC 1/2] gspca: provide a mechanism to select a specific transfer endpoint

2014-06-19 Thread Hans de Goede
Hi Antonio, Thanks for working on this. On 06/04/2014 10:24 PM, Antonio Ospite wrote: > Add a xfer_ep_index field to struct gspca_dev, and change alt_xfer() so > that it accepts a parameter which represents a specific endpoint to look > for. > > If a subdriver wants to specify a value for gspca_

[RFC 1/2] gspca: provide a mechanism to select a specific transfer endpoint

2014-06-04 Thread Antonio Ospite
Add a xfer_ep_index field to struct gspca_dev, and change alt_xfer() so that it accepts a parameter which represents a specific endpoint to look for. If a subdriver wants to specify a value for gspca_dev->xfer_ep_index it can do that in its sd_config() callback. Signed-off-by: Antonio Ospite ---