Hello,
I'm a hardware engineer working on a prototype that uses multiple
USB-3.0 UVC cameras. I am using a laptop with a built in USB-2 camera
/dev/video0. The other cameras come up as /dev/video1 ... /dev/video6
My laptop has four USB-3 ports on it, two on the left and two on the right.
I'm usi
Hi,
On 05/13/2016 07:17 PM, Mark Brown wrote:
> On Thu, May 05, 2016 at 01:32:57PM +0800, Lu Baolu wrote:
>
>> +gpiod = gpiod_get(dev, "gpio", GPIOD_ASIS);
>> +if (IS_ERR(gpiod))
>> +return ERR_PTR(-ENODEV);
>> +config->gpio = desc_to_gpio(gpiod);
>> +config->enable_hig
On Thu, May 12, 2016 at 03:13:48PM +0300, Roger Quadros wrote:
> Hi,
>
> On 12/05/16 13:31, Yoshihiro Shimoda wrote:
> > Hi,
> >
> >> From: Roger Quadros
> >> Sent: Thursday, May 12, 2016 6:32 PM
> >>
> >> Hi,
> >>
> >> On 12/05/16 11:34, Roger Quadros wrote:
> >>> On 12/05/16 07:00, Yoshihiro Sh
Hi USB serial experts,
I am trying to support ZTE 403ZT modem by linux serial driver.
Currently, option driver can not be used for the modem, because USB Class Code
of the modem does not match.
Linux driver has 0xff as USB Class Code for the modem but the device actually
has 0x00.
By default,