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

2006-12-15 Thread Pete Zaitcev
On Tue, 12 Dec 2006 21:25:18 +0100, Marcel Holtmann <[EMAIL PROTECTED]> wrote: > do you have an updated patch that applies cleanly against the latest > tree from Linus? It turned out easier than I expected. All that was necessary was to add #include . Does this work for everyone? If yes, I'm send

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

2006-12-15 Thread Ole André Vadla Ravnås
On 12/15/06, David Brownell <[EMAIL PROTECTED]> wrote: > On Wednesday 13 December 2006 2:17 pm, Ole André Vadla Ravnås wrote: (...) > > After debugging this issue further I discovered that RNDIS_MSG_INIT's > > MaxTransferSize, sent by the host, is the value that > > usbnet.rx_urb_size should be set

[linux-usb-devel] PATCH]mutexification of rio500

2006-12-15 Thread Oliver Neukum
Hi, this makes the rio500 misc usb driver use mutexes and turns uninterruptible sleep into interruptible sleep where the semantics are not affected. Regards Oliver Signed-off-by: Oliver Neukum <[EMAIL PROTECTED]> --- a/drivers/usb/misc/rio500.c 2006-11-16 05:03:40.00

Re: [linux-usb-devel] Question on UDC driver for the Alchemy Au1550

2006-12-15 Thread Sergei Shtylyov
Hello. elmar gerdes wrote: > to make this short: > Is anybody working on a UDC driver for the Alchemy Au1550 > (MIPS-based)? > If you are interested in details, please read on: > I'm working with an Au1550-based board and would like to run it as a USB > device. There have been a few driver

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

2006-12-15 Thread Al Borchers
Quoting Alan Stern <[EMAIL PROTECTED]>: > > Mister Greg, how to change configuration _inside_ the driver? Device > > was made to be > > working on second usb config after one reconnect/device change, i've > > lost whole day > > trying to make something with that. After all, usb_set_configuration()

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

2006-12-15 Thread Al Borchers
Oleg -- I will look at it tonight. (The driver is not orphaned, though I have limited time to work on it.) -- Al Quoting Oleg Verych <[EMAIL PROTECTED]>: > On 12/14/06, Greg KH <[EMAIL PROTECTED]> wrote: > > On Thu, Dec 14, 2006 at 11:10:46PM +0200, Oleg Verych wrote: > > > Hallo. Due to very

[linux-usb-devel] [PATCH] UHCI: support device_may_wakeup

2006-12-15 Thread Alan Stern
This patch (as831) adds device_may_wakeup() support to uhci-hcd; it has been lacking for a long time. Signed-off-by: Alan Stern <[EMAIL PROTECTED]> --- Greg: This patch should also get into 2.6.20. It brings the driver into conformance with the documentation and the other host controller driv

[linux-usb-devel] [PATCH] UHCI: make test for ASUS motherboard more specific

2006-12-15 Thread Alan Stern
Instead of matching all motherboards whose name contains "A7V8X" for a remote-wakeup hardware bug, this patch (as829) matches only those boards whose name is exactly equal to "A7V8X". Later motherboards don't seem to have the bug. (In fact, it's possible that only one motherboard in the world has

[linux-usb-devel] [PATCH] usbcore: remove unneeded error check

2006-12-15 Thread Alan Stern
This patch (as830) removes some unnecessary error checking. According to the kerneldoc, schedule_work() can't fail. Signed-off-by: Alan Stern <[EMAIL PROTECTED]> --- Index: usb-2.6/drivers/usb/core/message.c === --- usb-2.6.orig/dr

[linux-usb-devel] Usb2Ethernet Adaptor

2006-12-15 Thread Grahame Jordan
Hi, I have a Davicom based USB2Ethernat adaptor. Just wondering how to get it going with udev. Any help appreciated. Thanks Grahame Bus 002 Device 008: ID 0a46:9601 Davicom Semiconductor, Inc. Device Descriptor: bLength18 bDescriptorType 1 bcdUSB 1.

Re: [linux-usb-devel] Driver for OMAP2430 Question

2006-12-15 Thread David Brownell
On Friday 15 December 2006 11:31 am, Jonathan Fletcher wrote: > Hello, I'm developing a driver for a board with the OMAP2430, and I > understand that: > > " For Texas Instruments parts including the DaVinci tms320dm644x, TUSB > 6010, and OMAP 2430, there's a much more robust fork of that Mentor

[linux-usb-devel] Driver for OMAP2430 Question

2006-12-15 Thread Jonathan Fletcher
Hello, I'm developing a driver for a board with the OMAP2430, and I understand that: " For Texas Instruments parts including the DaVinci tms320dm644x, TUSB 6010, and OMAP 2430, there's a much more robust fork of that Mentor code. It's all but a rewrite, and supports high speed host-only, perip

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

2006-12-15 Thread David Brownell
On Thursday 14 December 2006 7:11 am, Justin Clacherty wrote: > Hi, > > I've been testing the patch recently submitted by Rodolfo for PXA27x > gadget support and have come across a problem with RNDIS (using 2.6.19.1 > kernel). I haven't delved into the usb section of the kernel before so > was

Re: [linux-usb-devel] [PATCH] usbhid quirks for macbook(pro) (was: Re: Fwd: Re: usb initialization order (usbhid vs. appletouch))

2006-12-15 Thread Greg KH
On Fri, Dec 15, 2006 at 09:36:04AM +0100, Soeren Sonnenburg wrote: > On Sat, 2006-12-09 at 21:08 -0500, Joseph Fannin wrote: > > On Fri, 2006-12-08 at 18:19 +0100, Soeren Sonnenburg wrote: > > > > > ok, this patch was now in the mactel svn repository since about a month > > > and I've never ever s

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

2006-12-15 Thread Alan Stern
> Mister Greg, how to change configuration _inside_ the driver? Device > was made to be > working on second usb config after one reconnect/device change, i've > lost whole day > trying to make something with that. After all, usb_set_configuration() > isn't even > EXPORT()ED at all ! It isn't expor

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

2006-12-15 Thread Oleg Verych
On 12/15/06, Oliver Neukum <[EMAIL PROTECTED]> wrote: > Am Freitag, 15. Dezember 2006 10:30 schrieb Oleg Verych: > > On 12/14/06, Greg KH <[EMAIL PROTECTED]> wrote: > > > On Thu, Dec 14, 2006 at 11:10:46PM +0200, Oleg Verych wrote: > > > > Hallo. Due to very big distance to my usual work stand, ple

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

2006-12-15 Thread Oliver Neukum
Am Freitag, 15. Dezember 2006 10:30 schrieb Oleg Verych: > On 12/14/06, Greg KH <[EMAIL PROTECTED]> wrote: > > On Thu, Dec 14, 2006 at 11:10:46PM +0200, Oleg Verych wrote: > > > Hallo. Due to very big distance to my usual work stand, please accept > > > this. > > > > Hm, I don't think this driver

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

2006-12-15 Thread Oleg Verych
On 12/14/06, Greg KH <[EMAIL PROTECTED]> wrote: > On Thu, Dec 14, 2006 at 11:10:46PM +0200, Oleg Verych wrote: > > Hallo. Due to very big distance to my usual work stand, please accept this. > > Hm, I don't think this driver is "orphaned". Please work with Al to get > this accepted through him, I'

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

2006-12-15 Thread Pete Zaitcev
On Tue, 12 Dec 2006 09:35:59 +0100, Paolo Abeni <[EMAIL PROTECTED]> wrote: > The pcap patch to use the new API has been reworked and now it works > also with the mmap access. (it forward the kernel header to the > application). The pcap patch can be found here: > > http://thread.gmane.org/gmane.n

Re: [linux-usb-devel] [PATCH] usbhid quirks for macbook(pro) (was: Re: Fwd: Re: usb initialization order (usbhid vs. appletouch))

2006-12-15 Thread Soeren Sonnenburg
On Sat, 2006-12-09 at 21:08 -0500, Joseph Fannin wrote: > On Fri, 2006-12-08 at 18:19 +0100, Soeren Sonnenburg wrote: > > > ok, this patch was now in the mactel svn repository since about a month > > and I've never ever seen a report about it failing. Also I asked on the > > mailinglist for anyone