[linux-usb-devel] Re: [2.6 patch] schedule obsolete OSS drivers for removal (version 2)

2005-08-13 Thread Lee Revell
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. > > >

Re: [linux-usb-devel] [patch 2.6.14] usbnet (2/9) module for simple network links

2005-08-13 Thread David Hollis
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

[linux-usb-devel] Re: AX88178 Driver (USB to 1000bT)

2005-08-13 Thread Jimmy Pierce
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

[linux-usb-devel] [patch 2.6.14] usbnet (9/9) module for pl2301/2302 cables

2005-08-13 Thread David Brownell
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

[linux-usb-devel] [patch 2.6.14] usbnet (7/9) module for CDC Ethernet

2005-08-13 Thread David Brownell
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.

[linux-usb-devel] [patch 2.6.14] usbnet (8/9) module for RNDIS devices

2005-08-13 Thread David Brownell
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

[linux-usb-devel] [patch 2.6.14] usbnet (5/9) module for genesys gl620a cables

2005-08-13 Thread David Brownell
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

[linux-usb-devel] [patch 2.6.14] usbnet (6/9) module for Zaurii and compatibles

2005-08-13 Thread David Brownell
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.

[linux-usb-devel] [patch 2.6.14] usbnet (4/9) module for net1080 cables

2005-08-13 Thread David Brownell
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

[linux-usb-devel] [patch 2.6.14] usbnet (2/9) module for simple network links

2005-08-13 Thread David Brownell
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

[linux-usb-devel] [patch 2.6.14] usbnet modularization patches (0/9)

2005-08-13 Thread David Brownell
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

[linux-usb-devel] [patch 2.6.14] usbnet (1/9) clean up framing

2005-08-13 Thread David Brownell
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

Re: [linux-usb-devel] LG T5100 GSM phone

2005-08-13 Thread littletux
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

[linux-usb-devel] 如何减少企业开支

2005-08-13 Thread 李小姐
贵公司负责人(经理/财务)您好: 今日广东的蓬勃经济潮流中,我司凭着固有的雄厚实力与良好的社会关系。 在涉足的各个领域中,现特对外代开各行业的正规发票。 结算价格极为优惠。欢迎您的来电洽谈!!! 本公司郑重承诺:票据均源之税务机关,且可上网查询或抵扣验证。 良好的信誉是我们合作的前提,期待你的合作。如需详情请联系。    电话:13538024169--李(先生) [EMAIL PROTECTED] 顺祝商祺!!!

[linux-usb-devel] Best src tree to use when submitting patches?

2005-08-13 Thread James Painter
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

Re: [linux-usb-devel] usbnet problem with Dlink DUB-E100

2005-08-13 Thread James Painter
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

Re: [linux-usb-devel] usbnet problem with Dlink DUB-E100

2005-08-13 Thread David Hollis
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