public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* USB driver for Sierra Wireless EM5625/MC5720 1xEVDO modules
@ 2006-06-28 23:27 Andy Gay
  2006-06-29  0:11 ` Jeremy Fitzhardinge
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Andy Gay @ 2006-06-28 23:27 UTC (permalink / raw)
  To: Greg KH; +Cc: Jeremy Fitzhardinge, linux-kernel, linux-usb-devel

I have adapted the modified Airprime driver that Greg posted a few weeks
ago to add support for these 2 modules.

That driver works for these modules if the USB IDs are added, and fixes
the throughput problems in the earlier driver. I had to make some
changes though -

- there's a memory leak because the transfer buffers are kmalloc'ed
every time the device is opened, but they're never freed;

- these modules present 3 bulk EPs, the 2nd & 3rd can be used for
control & status monitoring while data transfer is in progress on the
1st EP. This is useful (and necessary for my application) so we need to
increase the port count.

So what should I do next? I see a few possibilities, assuming anyone is
interested in this:

- I could post a diff from Greg's driver. But I don't have hardware to
test whether my changes will break it for the other devices that it
supports;

- I could post it as a new driver for just these 2 modules, using some
other name;

- I could post it as a replacement for Greg's driver (which isn't yet in
the official sources, I think), including all the USB IDs, if someone
can test it for the other devices.

Any preference, anyone?

(Please CC replies. Thanks.)

- Andy



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-06-30  3:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-28 23:27 USB driver for Sierra Wireless EM5625/MC5720 1xEVDO modules Andy Gay
2006-06-29  0:11 ` Jeremy Fitzhardinge
2006-06-29  2:31   ` Andy Gay
2006-06-29  3:00 ` [linux-usb-devel] " Ken Brush
2006-06-30  2:13 ` Greg KH
2006-06-30  2:40   ` Roland Dreier
2006-06-30  2:51     ` Andy Gay
2006-06-30  3:02       ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox