USB modem interface not detected sometimes

2014-08-01 Thread Rahul Bedarkar
Hi, I have USB modem which has also support for micro SD card. With kernel version 3.15 and later, I am facing a issue with modem interface detection. When I connect it first time only storage interface is detected. I had to disconnect it and reconnect it again. This issue is not seen with kerne

Re: [PATCH] USB: c67x00: fix up line break coding style issues

2014-01-09 Thread Rahul Bedarkar
On Thu, Jan 9, 2014 at 4:35 AM, Greg Kroah-Hartman wrote: > On Wed, Jan 08, 2014 at 10:01:54PM +0530, Rahul Bedarkar wrote: >> >> Signed-off-by: Rahul Bedarkar >> --- >> drivers/usb/c67x00/c67x00-drv.c| 3 ++- >> drivers/usb/c67x00/c67x00-hcd.h| 2 +-

Re: [PATCH] USB: chipidea: fix up coding style issues

2014-01-09 Thread Rahul Bedarkar
On Thu, Jan 9, 2014 at 4:38 AM, Greg Kroah-Hartman wrote: > On Wed, Jan 08, 2014 at 10:04:04PM +0530, Rahul Bedarkar wrote: >> >> Signed-off-by: Rahul Bedarkar >> --- >> drivers/usb/chipidea/ci_hdrc_imx.c | 3 ++- >> drivers/usb/chipidea/core.c| 9 +

[PATCH] USB: chipidea: fix up coding style issues

2014-01-08 Thread Rahul Bedarkar
Signed-off-by: Rahul Bedarkar --- drivers/usb/chipidea/ci_hdrc_imx.c | 3 ++- drivers/usb/chipidea/core.c| 9 + drivers/usb/chipidea/host.c| 3 ++- drivers/usb/chipidea/udc.c | 9 ++--- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/drivers

[PATCH] USB: c67x00: fix up line break coding style issues

2014-01-08 Thread Rahul Bedarkar
Signed-off-by: Rahul Bedarkar --- drivers/usb/c67x00/c67x00-drv.c| 3 ++- drivers/usb/c67x00/c67x00-hcd.h| 2 +- drivers/usb/c67x00/c67x00-ll-hpi.c | 21 +- drivers/usb/c67x00/c67x00-sched.c | 44 -- drivers/usb/c67x00/c67x00.h

[PATCH] USB: image: correct spelling mistake in comment

2014-01-08 Thread Rahul Bedarkar
Signed-off-by: Rahul Bedarkar --- drivers/usb/image/mdc800.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/image/mdc800.c b/drivers/usb/image/mdc800.c index 7121b50..a62865a 100644 --- a/drivers/usb/image/mdc800.c +++ b/drivers/usb/image/mdc800.c @@ -51,7 +51,7

[PATCH] USB: c67x00: correct spelling mistakes in comments

2014-01-08 Thread Rahul Bedarkar
Signed-off-by: Rahul Bedarkar --- drivers/usb/c67x00/c67x00-hcd.h| 2 +- drivers/usb/c67x00/c67x00-ll-hpi.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/usb/c67x00/c67x00-hcd.h b/drivers/usb/c67x00/c67x00-hcd.h index b4b2b01..d441a98 100644 --- a/drivers

[PATCH] USB: wusbcore: fix up coding style issues in wusbhc.c and wusbhc.h

2014-01-04 Thread Rahul Bedarkar
Signed-off-by: Rahul Bedarkar --- drivers/usb/wusbcore/wusbhc.c | 15 ++- drivers/usb/wusbcore/wusbhc.h | 7 --- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/drivers/usb/wusbcore/wusbhc.c b/drivers/usb/wusbcore/wusbhc.c index e6b0fad92..a78b725 100644 --- a

[PATCH] USB: wusbcore: fix up coding style issues in wa-rpipe.c

2014-01-04 Thread Rahul Bedarkar
Signed-off-by: Rahul Bedarkar --- drivers/usb/wusbcore/wa-rpipe.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/usb/wusbcore/wa-rpipe.c b/drivers/usb/wusbcore/wa-rpipe.c index e8fc003..7b69edb 100644 --- a/drivers/usb/wusbcore/wa-rpipe.c +++ b/drivers/usb

[PATCH] USB: wusbcore: fix up coding style issues in wa-nep.c

2014-01-04 Thread Rahul Bedarkar
Signed-off-by: Rahul Bedarkar --- drivers/usb/wusbcore/wa-nep.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/usb/wusbcore/wa-nep.c b/drivers/usb/wusbcore/wa-nep.c index ada4e08..60a10d2 100644 --- a/drivers/usb/wusbcore/wa-nep.c +++ b/drivers/usb

[PATCH] USB: wusbcore: fix up line break coding style issues in wa-hc.h

2014-01-04 Thread Rahul Bedarkar
Signed-off-by: Rahul Bedarkar --- drivers/usb/wusbcore/wa-hc.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/usb/wusbcore/wa-hc.h b/drivers/usb/wusbcore/wa-hc.h index 50cb033..a58d7c2 100644 --- a/drivers/usb/wusbcore/wa-hc.h +++ b/drivers/usb/wusbcore/wa

[PATCH] USB: wusbcore: fix up line break coding style issues in security.c

2014-01-04 Thread Rahul Bedarkar
Signed-off-by: Rahul Bedarkar --- drivers/usb/wusbcore/security.c | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/drivers/usb/wusbcore/security.c b/drivers/usb/wusbcore/security.c index f0f29ff..722c39c 100644 --- a/drivers/usb/wusbcore/security.c +++ b

[PATCH] USB: wusbcore: fix up line break coding style issues in mmc.c

2014-01-04 Thread Rahul Bedarkar
Signed-off-by: Rahul Bedarkar --- drivers/usb/wusbcore/mmc.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/usb/wusbcore/mmc.c b/drivers/usb/wusbcore/mmc.c index b71760c..4474126 100644 --- a/drivers/usb/wusbcore/mmc.c +++ b/drivers/usb/wusbcore/mmc.c

[PATCH v2] USB: wusbcore: correct spelling mistakes in comments and error string

2014-01-03 Thread Rahul Bedarkar
Signed-off-by: Rahul Bedarkar --- drivers/usb/wusbcore/cbaf.c | 2 +- drivers/usb/wusbcore/crypto.c | 2 +- drivers/usb/wusbcore/devconnect.c | 4 ++-- drivers/usb/wusbcore/security.c | 2 +- drivers/usb/wusbcore/wa-hc.h | 10 +- drivers/usb/wusbcore/wa-rpipe.c

[PATCH] USB: core: correct spelling mistakes in comments and warning

2014-01-03 Thread Rahul Bedarkar
Signed-off-by: Rahul Bedarkar --- drivers/usb/core/buffer.c | 2 +- drivers/usb/core/devio.c| 2 +- drivers/usb/core/hcd.c | 2 +- drivers/usb/core/hub.c | 7 --- drivers/usb/core/hub.h | 2 +- drivers/usb/core/message.c | 4 ++-- drivers/usb/core/sysfs.c| 2

[PATCH] USB: wusbcore: fix up minor coding style issues in cbaf.c

2014-01-03 Thread Rahul Bedarkar
Signed-off-by: Rahul Bedarkar --- drivers/usb/wusbcore/cbaf.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/drivers/usb/wusbcore/cbaf.c b/drivers/usb/wusbcore/cbaf.c index 66a6e6f..b423fe6 100644 --- a/drivers/usb/wusbcore/cbaf.c +++ b/drivers/usb/wusbcore

[PATCH] USB: wusbcore: correct spelling mistakes in comments and error string

2014-01-03 Thread Rahul Bedarkar
Signed-off-by: Rahul Bedarkar --- drivers/usb/wusbcore/cbaf.c | 2 +- drivers/usb/wusbcore/crypto.c | 2 +- drivers/usb/wusbcore/devconnect.c | 4 ++-- drivers/usb/wusbcore/security.c | 2 +- drivers/usb/wusbcore/wa-hc.h | 10 +- drivers/usb/wusbcore/wa-rpipe.c

[PATCH] USB: serial: add support for iBall 3.5G connect usb modem

2014-01-02 Thread Rahul Bedarkar
=ff Driver=option I: If#= 3 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=option I: If#= 4 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage Signed-off-by: Rahul Bedarkar Suggested-by: Bjørn Mork --- drivers/usb/serial/option.c | 4 1 file changed, 4 insertions(+) d

Re: iBall 3.5G usb modem

2014-01-02 Thread Rahul Bedarkar
On Thu, Jan 2, 2014 at 7:35 PM, Bjørn Mork wrote: > Rahul Bedarkar writes: > >> I am using iBall 3.5G usb modem. When I connected it to my laptop >> first time, it was detected by kernel but got segfault in >> usb_modeswitch. > > I don't think the segfault is

[PATCH] USB: serial: correct spelling mistakes in comments

2014-01-02 Thread Rahul Bedarkar
Signed-off-by: Rahul Bedarkar --- drivers/usb/serial/aircable.c | 10 +- drivers/usb/serial/ark3116.c | 4 ++-- drivers/usb/serial/belkin_sa.c| 2 +- drivers/usb/serial/cyberjack.c| 2 +- drivers/usb/serial/garmin_gps.c | 4 ++-- drivers/usb

[PATCH] USB: musb: correct spelling mistakes in comment and error string

2014-01-02 Thread Rahul Bedarkar
Signed-off-by: Rahul Bedarkar --- drivers/usb/musb/blackfin.c| 4 ++-- drivers/usb/musb/musb_core.c | 6 +++--- drivers/usb/musb/musb_cppi41.c | 2 +- drivers/usb/musb/musb_host.c | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/usb/musb/blackfin.c b

[PATCH] USB: misc: idmouse: correct spelling mistake in error string

2014-01-02 Thread Rahul Bedarkar
Signed-off-by: Rahul Bedarkar --- drivers/usb/misc/idmouse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/misc/idmouse.c b/drivers/usb/misc/idmouse.c index ce97838..49235bd 100644 --- a/drivers/usb/misc/idmouse.c +++ b/drivers/usb/misc/idmouse.c @@ -386,7

[PATCH v1] USB: chipidea: correct spelling mistakes in comment

2013-12-31 Thread Rahul Bedarkar
Changes are as follows: 1. Reverted drivers/usb/chipidea/ci_hdrc_pci.c as zeroes and zeros either are acceptable 2. drivers/usb/chipidea/udc.c - transation => transaction Signed-off-by: Rahul Bedarkar --- drivers/usb/chipidea/core.c | 4 ++-- drivers/usb/chipidea/udc.c | 4 ++-- 2 fi

[PATCH v1] USB: core: correct spelling mistakes in comments and warning

2013-12-31 Thread Rahul Bedarkar
Changed warning string to "port %d not suspended yet" Signed-off-by: Rahul Bedarkar --- drivers/usb/core/buffer.c | 2 +- drivers/usb/core/devio.c| 2 +- drivers/usb/core/hcd.c | 2 +- drivers/usb/core/hub.c | 7 --- drivers/usb/core/hub.h | 2 +- driver

Re: [PATCH] USB: core: correct spelling mistakes in comments and warning

2013-12-31 Thread Rahul Bedarkar
On Wed, Jan 1, 2014 at 2:37 AM, Alan Stern wrote: > On Tue, 31 Dec 2013, Randy Dunlap wrote: > >> >>> @@ -3334,7 +3334,7 @@ static int hub_suspend(struct usb_interface *intf, >> >>> pm_message_t msg) >> >>> >> >>> udev = hub->ports[port1 - 1]->child; >> >>> if (udev && udev->c

Re: [PATCH] USB: chipidea: correct spelling mistakes in comment

2013-12-31 Thread Rahul Bedarkar
On Tue, Dec 31, 2013 at 10:27 PM, Rahul Bedarkar wrote: > > Signed-off-by: Rahul Bedarkar > --- > drivers/usb/chipidea/ci_hdrc_pci.c | 2 +- > drivers/usb/chipidea/core.c| 4 ++-- > drivers/usb/chipidea/udc.c | 4 ++-- > 3 files changed, 5 insertions(+), 5

Re: [PATCH] USB: chipidea: correct spelling mistakes in comment

2013-12-31 Thread Rahul Bedarkar
On Tue, Dec 31, 2013 at 11:23 PM, Randy Dunlap wrote: > On 12/31/13 08:57, Rahul Bedarkar wrote: >> >> Signed-off-by: Rahul Bedarkar >> --- >> drivers/usb/chipidea/ci_hdrc_pci.c | 2 +- >> drivers/usb/chipidea/core.c| 4 ++-- >> drivers/usb/chip

[PATCH] USB: core: correct spelling mistakes in comments and warning

2013-12-31 Thread Rahul Bedarkar
Signed-off-by: Rahul Bedarkar --- drivers/usb/core/buffer.c | 2 +- drivers/usb/core/devio.c| 2 +- drivers/usb/core/hcd.c | 2 +- drivers/usb/core/hub.c | 6 +++--- drivers/usb/core/hub.h | 2 +- drivers/usb/core/message.c | 4 ++-- drivers/usb/core/sysfs.c| 2

[PATCH] USB: chipidea: correct spelling mistakes in comment

2013-12-31 Thread Rahul Bedarkar
Signed-off-by: Rahul Bedarkar --- drivers/usb/chipidea/ci_hdrc_pci.c | 2 +- drivers/usb/chipidea/core.c| 4 ++-- drivers/usb/chipidea/udc.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/usb/chipidea/ci_hdrc_pci.c b/drivers/usb/chipidea

[PATCH] USB: chipidea: add guard macro to ci_hdrc_imx.h

2013-12-31 Thread Rahul Bedarkar
Add guard macro to driver/usb/chipidea/ci_hdrc_imx.h Signed-off-by: Rahul Bedarkar --- drivers/usb/chipidea/ci_hdrc_imx.h | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/usb/chipidea/ci_hdrc_imx.h b/drivers/usb/chipidea/ci_hdrc_imx.h index c727159..996ec93 100644 --- a/drivers

[PATCH] USB: yurex: fix spelling mistake in comment

2013-12-30 Thread Rahul Bedarkar
fix spelling mistake in comment Signed-off-by: Rahul Bedarkar --- drivers/usb/misc/yurex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/misc/yurex.c b/drivers/usb/misc/yurex.c index b6ab515..0609114 100644 --- a/drivers/usb/misc/yurex.c +++ b/drivers/usb/misc

[PATCH] USB: iowarrior: fix spelling mistake in comment

2013-12-30 Thread Rahul Bedarkar
Signed-off-by: Rahul Bedarkar --- drivers/usb/misc/iowarrior.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/misc/iowarrior.c b/drivers/usb/misc/iowarrior.c index d36f34e..367725c 100644 --- a/drivers/usb/misc/iowarrior.c +++ b/drivers/usb/misc/iowarrior.c

iBall 3.5G usb modem

2013-12-29 Thread Rahul Bedarkar
132.265071] usb 1-1: generic converter now attached to ttyUSB3 Could you tell me in which driver these ids are supposed to add ? Regards, Rahul Bedarkar -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More m

[PATCH]: usb: usb3503: fix memory leak in probe

2013-08-03 Thread Rahul Bedarkar
Allocated hub is not freed on error in probe Signed-off-by: Rahul Bedarkar --- usb3503.c | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) --- drivers/usb/misc/usb3503.c.orig 2013-08-03 13:23:41.0 +0530 +++ drivers/usb/misc/usb3503.c 2013-08-03 13:25