public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: David Kubicek <dave@awk.cz>
To: linux-kernel@vger.kernel.org,
	linux-usb-devel@lists.sourceforge.net, gregkh@suse.de,
	torvalds@osdl.org, akpm@osdl.org
Subject: Re: USB patches for 2.6.15-rc1??
Date: Tue, 15 Nov 2005 09:48:01 +0100	[thread overview]
Message-ID: <20051115084801.GA13387@awk.cz> (raw)
In-Reply-To: <20051114200924.GA2531@kroah.com>

On Mon, Nov 14, 2005 at 12:09:24PM -0800, Greg Kroah-Hartman wrote:
> On Mon, Nov 14, 2005 at 12:04:56PM -0800, Greg Kroah-Hartman wrote:
> > Here are a few USB patches against your latest git tree, they have all
> > been in the past few -mm releases just fine.  They fix some build bugs,
> > add some new device ids, and add a new simple usb-serial driver.
> 
> Oh, forgot the combined diffstat of the whole series, sorry about that:
> 
>  Documentation/devices.txt            |   12 
>  Documentation/usb/bluetooth.txt      |   45 --
>  drivers/usb/core/devio.c             |    5 
>  drivers/usb/core/inode.c             |    8 
>  drivers/usb/core/message.c           |    4 
>  drivers/usb/gadget/dummy_hcd.c       |    5 
>  drivers/usb/input/hid-core.c         |   13 
>  drivers/usb/input/wacom.c            |  134 +++++-
>  drivers/usb/serial/ChangeLog.history |  730 ++++++++++++++++++++++++++++++++++
>  drivers/usb/serial/ChangeLog.old     |  731 -----------------------------------
>  drivers/usb/serial/Kconfig           |    9 
>  drivers/usb/serial/Makefile          |    1 
>  drivers/usb/serial/anydata.c         |  123 +++++
>  drivers/usb/serial/cp2101.c          |    2 
>  drivers/usb/serial/generic.c         |    2 
>  drivers/usb/storage/Kconfig          |    3 
>  drivers/usb/storage/unusual_devs.h   |    6 
>  17 files changed, 1000 insertions(+), 833 deletions(-)

Hi Greg,

may I ask you what about the "URB/buffer ring queue" patch I've
submitted months ago for CDC ACM modems and which you accepted into your
tree when Oliver sent it to you for merging like a week ago? We (tens of
thousands of users in Czech Rep.) are anxiously waiting for this patch
for almost three release cycles to be merged and still nothing
happens... I spent some time finding out the issue and fixing it for the
benefit of all broadband users in CR, who were quite happy that they
will be able to use their connection fully - most of them dual boots to
Windows if they want full speed!! (Horror!:)) The patch was extremely
tested, audited by two people, please - could you do it for us?

There is, maybe, possibly usable sped-up generic usb-serial version, but
I reckon that for CDC ACM modems should be used CDC ACM driver, when
available. And when it is available, it should also be usable as much as
possible - this includes transfer rates over 256kbits/s, which are quite
common (ten times that, actually!). Not to mention that you can't do
some important things with just the data-channel of the generic iface...

Thank you for your consideration,
David

-- 
David Kubíček
System Specialist

gedas ČR s.r.o.
Mladá Boleslav, Husova 217
Phone:  (420) 326 329 359
Mobile: (420) 724 073 280
Email:  dave@awk.cz
Web:    http://www.awk.cz

  reply	other threads:[~2005-11-15  8:48 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20051114200100.984523000@press.kroah.org>
2005-11-14 20:04 ` [patch 00/12] USB patches for 2.6.15-rc1 Greg Kroah-Hartman
2005-11-14 20:05   ` [patch 01/12] USB: fix build breakage in dummy_hcd.c Greg Kroah-Hartman
2005-11-14 20:05   ` [patch 02/12] USB Serial: rename ChangeLog.old Greg Kroah-Hartman
2005-11-14 20:05   ` [patch 03/12] USB: add new wacom devices to usb hid-core list Greg Kroah-Hartman
2005-11-14 20:05   ` [patch 04/12] USB: wacom tablet driver update Greg Kroah-Hartman
2005-11-14 20:05   ` [patch 05/12] USB: fix 'unused variable' warning Greg Kroah-Hartman
2005-11-14 20:05   ` [patch 06/12] USB: Delete leftovers from bluetty driver Greg Kroah-Hartman
2005-11-14 20:05   ` [patch 07/12] usbfs: usbfs_dir_inode_operations cleanup Greg Kroah-Hartman
2005-11-14 20:06   ` [patch 08/12] USB: usbdevfs_ioctl 32bit fix Greg Kroah-Hartman
2005-11-14 20:06   ` [patch 09/12] USB: kill unneccessary usb-storage blacklist entries Greg Kroah-Hartman
2005-11-14 20:06   ` [patch 10/12] USB: cp2101.c: Jablotron usb serial interface identification Greg Kroah-Hartman
2005-11-14 20:06   ` [patch 11/12] USB: onetouch doesn't suspend yet Greg Kroah-Hartman
2005-11-14 20:06   ` [patch 12/12] USB: add new anydata usb-serial driver Greg Kroah-Hartman
2005-11-14 20:09   ` [patch 00/12] USB patches for 2.6.15-rc1 Greg Kroah-Hartman
2005-11-15  8:48     ` David Kubicek [this message]
2005-11-17  0:55       ` USB patches for 2.6.15-rc1?? Greg KH
2005-11-17 15:28         ` David Kubicek

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=20051115084801.GA13387@awk.cz \
    --to=dave@awk.cz \
    --cc=akpm@osdl.org \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb-devel@lists.sourceforge.net \
    --cc=torvalds@osdl.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox