From: Greg KH <gregkh@suse.de>
To: Elina <epasheva@sierrawireless.com>
Cc: rfiler@sierrawireless.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 003/003] USB: serial: sierra driver bug fixes in open/close and callbacks
Date: Mon, 6 Apr 2009 18:02:31 -0700 [thread overview]
Message-ID: <20090407010231.GD2839@suse.de> (raw)
In-Reply-To: <1239062762.10120.38.camel@Linuxdev3>
On Mon, Apr 06, 2009 at 05:06:02PM -0700, Elina wrote:
> Subject: [PATCH 003/003] USB: serial: sierra driver bug fixes in
> open/close and callbacks
> From: Elina Pasheva <epasheva@sierrawireless.com>
>
> The series of 3 patches modify sierra usb serial driver with
> blacklisting of specific non-serial interfaces, bug fixing and
> performance improvements.
> This is [PATCH 003/003]. This patch depends on [PATCH 002/003].
> The following is summary of changes we have made to sierra.c driver in
> [PATCH 003/003] dealing with bug fixes in open/close and callbacks:
> - Fixed a problem in sierra_send_setup() for composite modems. Should
> not be sending ACM commands to interfaces that are OBEX. Doing this
> causes an apparent failure as the ACM command has to time out before the
> interface can start being used
> - Fixed a problem in function sierra_indat_callback() which would stop
> receiving traffic from a modem if a number of URB failures occur. Failed
> URBs are not resubmitted for the next read and there is only a limited
> number of URBs allocated for the IN path. After this number of failures,
> the receive path stops working on a particular interface.
> - Moved allocation of memory-based items to Open function from the
> Startup function to conserve memory. This way, only interfaces that are
> active will allocate and use the memory instead of all the memory being
> allocated up front whether it would be needed or not
Again, please split this up into logical pieces.
thanks,
greg k-h
next prev parent reply other threads:[~2009-04-07 1:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-07 0:06 [PATCH 003/003] USB: serial: sierra driver bug fixes in open/close and callbacks Elina
2009-04-07 1:02 ` Greg KH [this message]
2009-04-07 11:11 ` Alan Cox
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090407010231.GD2839@suse.de \
--to=gregkh@suse.de \
--cc=epasheva@sierrawireless.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rfiler@sierrawireless.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.