Re: [U-Boot] [PATCH 3/7] usb: Update device class in usb device's descriptor

2013-04-02 Thread Vivek Gautam
CC: Amarendra On Thu, Mar 28, 2013 at 7:58 PM, Marek Vasut ma...@denx.de wrote: Dear Vivek Gautam, Fetch the device class into usb device's dwcriptors, so that the host controller's driver can use this info to differentiate between HUB and DEVICE. Signed-off-by: Amar

Re: [U-Boot] [PATCH 3/7] usb: Update device class in usb device's descriptor

2013-04-02 Thread Marek Vasut
Dear Vivek Gautam, CC: Amarendra On Thu, Mar 28, 2013 at 7:58 PM, Marek Vasut ma...@denx.de wrote: Dear Vivek Gautam, Fetch the device class into usb device's dwcriptors, so that the host controller's driver can use this info to differentiate between HUB and DEVICE.

Re: [U-Boot] [PATCH 3/7] usb: Update device class in usb device's descriptor

2013-04-02 Thread Vivek Gautam
Hi, On Tue, Apr 2, 2013 at 3:39 PM, Marek Vasut ma...@denx.de wrote: Dear Vivek Gautam, CC: Amarendra On Thu, Mar 28, 2013 at 7:58 PM, Marek Vasut ma...@denx.de wrote: Dear Vivek Gautam, Fetch the device class into usb device's dwcriptors, so that the host controller's driver can

Re: [U-Boot] [PATCH 3/7] usb: Update device class in usb device's descriptor

2013-03-28 Thread Marek Vasut
Dear Vivek Gautam, Fetch the device class into usb device's dwcriptors, so that the host controller's driver can use this info to differentiate between HUB and DEVICE. Signed-off-by: Amar amarendra...@samsung.com Is this a full name? Otherwise this patch is OK. --- common/usb.c |5

[U-Boot] [PATCH 3/7] usb: Update device class in usb device's descriptor

2013-03-27 Thread Vivek Gautam
Fetch the device class into usb device's dwcriptors, so that the host controller's driver can use this info to differentiate between HUB and DEVICE. Signed-off-by: Amar amarendra...@samsung.com --- common/usb.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git