On Tue, 2005-08-09 at 19:49 +0200, Adrian Bunk wrote:
> On Tue, Aug 09, 2005 at 01:13:51PM -0400, Lee Revell wrote:
> > On Fri, 2005-07-29 at 17:32 +0200, Adrian Bunk wrote:
> > > This patch schedules obsolete OSS drivers (with ALSA drivers that
> > > support the same hardware) for removal.
> > >
On Sat, 2005-08-13 at 14:07 -0700, David Brownell wrote:
> Sometimes it's almost trivial to write a driver ... so in a feat of
> apalling lack-of-originality they go into "simple.c".
>
I am wondering if naming the module 'simple' is wise regarding the
'global namespace'-ness of it. If I'm lookin
Greg KH wrote:
On Wed, Aug 10, 2005 at 04:50:35PM -0700, [EMAIL PROTECTED] wrote:
+typedef struct ax88178 ax88178_t;
No typedefs in kernel code please. Don't create new ones.
+
+static unsigned long multicast_filter_limit = 32;
+
+static void fill_skb_pool(ax88178_t *);
+static
This should still be bug-compatible with the Linux 2.2 code, but
it'd be nice if someone finally sorted out the handshaking issues.
This wraps up the conversion of the "usbnet" driver structure, by
moving the Prolific PL-2201/2302 minidriver to a module of its own.
It also includes some minor clean
This supports various cable modems and Linux-USB gadgets,
and exports functions used by some proprietary protocols.
Makes the CDC Ethernet support live in a separate driver module.
This module is a bit special since it also exports some functions
that are reused by the the Zaurus and RNDIS drivers.
This driver is EXPERIMENTAL, new, and only lightly tested.
But it ought to be useful. :)
This adds host-side RNDIS support to the "usbnet" driver, so Linux can talk
to various devices (often based on WinCE) that otherwise only Windows could
talk to.
Tested with little-endian Linux talking to a Li
Another host-to-host cable using custom framing to interop with Win32.
This moves the GeneSys GL620USB-A support into its own driver file.
Signed-off-by: David Brownell <[EMAIL PROTECTED]>
--- g26.orig/drivers/usb/net/Makefile 2005-08-13 13:18:21.0 -0700
+++ g26/drivers/usb/net/Makefile 2
These run Linux inside, but rather gratuitously they all
break the CDC standards they claim to conform to.
This moves usbnet support for Zaurus and compatibles into its own module.
Other than exporting a couple of helper functions, this just involved
shuffling some code and updating the comments.
The most significant of these being some LapLink products.
Like the "simple" and "asix" drivers, this just moves the net1080 support
into its one driver module. In this case there's a small bit of extra
cleanup involved, moving some funky framing logic into the tx_fixup()
routine (resolving a long
Sometimes it's almost trivial to write a driver ... so in a feat of
apalling lack-of-originality they go into "simple.c".
This patch creates the first of several separate "minidriver" modules
for "usbnet". This one handles only the very simplest hardware, which
can be handled almost entirely by t
Following this are nine patches to split the "usbnet" driver into
smaller driver modules wrapped around the reusable core, adding
the RNDIS driver along the way. This makes it easier to maintain,
and reduces the memory footprint by not linking in drivers that
aren't needed. The patches should be
Among other things, this will speed up the TX path for minidrivers
that need extra headers.
This starts to prepare the core of "usbnet" to know less about various
framing protocols that map Ethernet packets onto USB, so "minidrivers"
can be modules that just plug into the core.
- Remove some fra
Hello,
Le jeudi 11 août 2005 à 10:43 +0200, littletux a écrit :
> I took traces with usbsnoop: it seems the phone needs to know how much
> data will be sent to it, before sending something to the bulk / a
> "command"
> Usb sniff shows that a "URB_VENDOR_FUNCTION_DEVICE" is present before
> each "U
贵公司负责人(经理/财务)您好:
今日广东的蓬勃经济潮流中,我司凭着固有的雄厚实力与良好的社会关系。
在涉足的各个领域中,现特对外代开各行业的正规发票。
结算价格极为优惠。欢迎您的来电洽谈!!!
本公司郑重承诺:票据均源之税务机关,且可上网查询或抵扣验证。
良好的信誉是我们合作的前提,期待你的合作。如需详情请联系。
电话:13538024169--李(先生)
[EMAIL PROTECTED]
顺祝商祺!!!
What's the best source tree to use when submitting patches:
Latest released version (currently 2.4.12.4),
Latest prepatch (currently 2.4.13-rc6),
Latest -mm patch (currently 2.6.13-rc5-mm1),
Latest git snapshot (currently 2.6.13-rc6-git5),
something else?
It sounds to me like my asix changes wou
David Hollis wrote:
I wonder if it might just be simpler to wrap the 'val' in cpu_to_le16
in the ax8817x_mdio_read/write functions. Would make the rest of the code
cleaner and easier to follow.
Pointers to these functions are set in the dev->mii structure, and must
follow the ethtool_mii
On Fri, 2005-08-12 at 23:40 -0600, James Painter wrote:
>
> I caught a bunch of endian problems when back porting the current
> usbnet.c code to 2.4 for use on a big-endian mips processor (tivo).
> Another one of those things I mean to wrap up to submit a patch for, but
> haven't yet. I ha
17 matches
Mail list logo