Re: [linux-usb-devel] [patch 2.6.19-git] becomes

2006-12-16 Thread David Brownell
This moves to to reduce some of the clutter of usb header files. Signed-off-by: David Brownell <[EMAIL PROTECTED]> --- This is a refresh, updating include/linux/Kbuild and adding include/linux/usb/Kbuild so that certain build options work better. It'd be good to make this patch do the GIT mat

[linux-usb-devel] Fw: [Bugme-new] [Bug 7694] New: Audigy NX normal playback impossible

2006-12-16 Thread Andrew Morton
Begin forwarded message: Date: Sat, 16 Dec 2006 14:45:55 -0800 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 7694] New: Audigy NX normal playback impossible http://bugzilla.kernel.org/show_bug.cgi?id=7694 Summary: Audigy NX normal playback impossible K

Re: [linux-usb-devel] [PATCH 1/2] ax88xxx usb network driver frame alignment fix

2006-12-16 Thread Nikita V. Youshchenko
> > I still can't get yout point, sorry. > > Maybe we are having some terminology mismatch. > > > > I'm *not* assuming that "only the low 2 bits a must be zero". > > I'm assuming that the low two bits must be same as they are in > > NET_IP_ALIGN constant. > > No you're not; see the expression above

[linux-usb-devel] link suggestion - blog banned by Google

2006-12-16 Thread list
Hi. My name is Eugene Gershin. Perhaps we have met online, but more probably you don't know me from Adam. I monitor blogs for SamsonBlinded, and came across your post. I'd like to welcome you to look at Obadiah Shoher's blog. Obadiah - an anonymous Israeli politician - writes extremely controv

Re: [linux-usb-devel] [patch 2.6.19-git] rndis_host learns ActiveSync basics

2006-12-16 Thread Ole André Vadla Ravnås
Here's yet another patch (this will be the last tonight, I promise ;) ). It makes links with RNDIS framing named "rndis%d" instead of "eth%d". This is a change that would be much appreciated by the SynCE project, but it's perfectly understandable if you don't like it. :) Cheers, Ole André On 1

Re: [linux-usb-devel] [patch 2.6.19-git] rndis_host learns ActiveSync basics

2006-12-16 Thread Ole André Vadla Ravnås
Here's another patch to be applied after the previous two. I have a feeling you won't like it, but I'm sending it just for the record. It makes rndis_host query the device for the MTU and update net->mtu etc. accordingly. The Axim reports 8050, the Wizard reports 1500, so it depends on the device

[linux-usb-devel] Greetings,

2006-12-16 Thread HildaChow
Greetings, This is a Management Placement on behalf of Mr. Kim Woo Choong. Mr. Kim Woo Choong is looking for an experienced business person/company that can profitably invest monies in excess of Thirty million US Dollars outside Asia. The sum will be paid from Industrial and Commercial Bank of

Re: [linux-usb-devel] [patch 2.6.19-git] rndis_host learns ActiveSync basics

2006-12-16 Thread Ole André Vadla Ravnås
Hi again, Here's two patches against the latest revision. The first patch restores the rx_urb_size, which makes my devices work again and results in quite acceptable performance for device to host transfers: $ pcp ":/My Documents/nightwish - angels fall first - angels fall first.mp3" "foo.mp3" F

Re: [linux-usb-devel] usbmon status?!?

2006-12-16 Thread Alan Stern
On Fri, 15 Dec 2006, Pete Zaitcev wrote: > It turned out easier than I expected. All that was necessary was to > add #include . Does this work for everyone? If yes, I'm > sending it to Greg. Two very minor comments... > +struct usbmon_packet { > + u64 id; /* 0: URB ID - from

Re: [linux-usb-devel] [patch, attach, RFC] usb-serial: ti_usb removing firmware

2006-12-16 Thread Oleg Verych
On 12/16/06, Al Borchers <[EMAIL PROTECTED]> wrote: > Oleg -- > > Some comments. I will be away until next Tuesday, when I can do > more with this. > Thanks. > * We can't remove the compiled in firmware--that would break things > until users get and install the firmware images. > > * What I di

Re: [linux-usb-devel] [patch, attach, RFC] usb-serial: ti_usb removing firmware

2006-12-16 Thread Al Borchers
Oleg -- Some comments. I will be away until next Tuesday, when I can do more with this. * We can't remove the compiled in firmware--that would break things until users get and install the firmware images. * What I did in my patch at www.brimson.com/downloads/ti_usb_multitech-1.1.tgz is to u

Re: [linux-usb-devel] PXA27x and RNDIS

2006-12-16 Thread Justin Clacherty
David Brownell wrote: > the reason the PXA 27x UDC is so painful > to use is that it tries to make the hardware do something the software > is much better suited to handle: configuration management, which couples > endpoints to configurations and to interface altsettings. > Thanks. Yes, someo