Dear Amit Virdi,
> On 3/19/2012 3:58 PM, Marek Vasut wrote:
> > Dear Shiraz Hashim,
> >
> >> Hi Marek,
> >>
> >> On Mon, Mar 19, 2012 at 06:57:29AM +0800, Marek Vasut wrote:
> >>> Hi,
> >>>
> > Yes, ep0.c has direct access to the "device" field. I'll omit the
> > usbd_device_qualifier_d
On 3/19/2012 3:58 PM, Marek Vasut wrote:
Dear Shiraz Hashim,
Hi Marek,
On Mon, Mar 19, 2012 at 06:57:29AM +0800, Marek Vasut wrote:
Hi,
Yes, ep0.c has direct access to the "device" field. I'll omit the
usbd_device_qualifier_descriptor function in V2.
How's V2 going?
Unfortunately Amit
Dear Shiraz Hashim,
> Hi Marek,
>
> On Mon, Mar 19, 2012 at 06:57:29AM +0800, Marek Vasut wrote:
> > Hi,
> >
> > > > Yes, ep0.c has direct access to the "device" field. I'll omit the
> > > > usbd_device_qualifier_descriptor function in V2.
> >
> > How's V2 going?
>
> Unfortunately Amit is not
Hi Marek,
On Mon, Mar 19, 2012 at 06:57:29AM +0800, Marek Vasut wrote:
> Hi,
>
> > >
> > > Yes, ep0.c has direct access to the "device" field. I'll omit the
> > > usbd_device_qualifier_descriptor function in V2.
> >
>
> How's V2 going?
Unfortunately Amit is not well and he is taking rest. He
Hi,
> >
> > Yes, ep0.c has direct access to the "device" field. I'll omit the
> > usbd_device_qualifier_descriptor function in V2.
>
How's V2 going?
Best regards,
Marek Vasut
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/l
> Hi Marek,
>
> +#if defined(CONFIG_USBD_HS)
> +/**
> + * usbd_device_qualifier_descriptor
> + * @device: which device
> + * @port: which port
> + *
> + * Return the specified qualifier descriptor for the specified
> device. + */
> +struct usb_qualifier
Hi Marek,
+#if defined(CONFIG_USBD_HS)
+/**
+ * usbd_device_qualifier_descriptor
+ * @device: which device
+ * @port: which port
+ *
+ * Return the specified qualifier descriptor for the specified device.
+ */
+struct usb_qualifier_descriptor *usbd_device_qualifier_descriptor(
+ st
> Hello Marek,
>
> +#if defined(CONFIG_USBD_HS)
>
> >> + int i;
> >> +#endif
> >>
> >>switch (event) {
> >>case DEVICE_RESET:
> >>
> >>case DEVICE_BUS_INACTIVE:
> >> @@ -942,6 +967,29 @@ static void usbtty_event_handler (struct
> >> usb_device_instance *device, break;
> >>
> >>
Hello Marek,
+#if defined(CONFIG_USBD_HS)
+ int i;
+#endif
switch (event) {
case DEVICE_RESET:
case DEVICE_BUS_INACTIVE:
@@ -942,6 +967,29 @@ static void usbtty_event_handler (struct
usb_device_instance *device, break;
case DEVICE_ADDRESS_ASSIGNED:
+#if def
> From: Vipin KUMAR
>
> This patch adds the support for high speed in usb device framework and
> usbtty driver. This feature has been kept within a macro CONFIG_USBD_HS,
> so the board configuration files have to define this macro to enable high
> speed support.
>
> Along with that specific peri
From: Vipin KUMAR
This patch adds the support for high speed in usb device framework and usbtty
driver. This feature has been kept within a macro CONFIG_USBD_HS, so the board
configuration files have to define this macro to enable high speed support.
Along with that specific peripheral drivers a
11 matches
Mail list logo