Re: [linux-usb-devel] usbmon status && extended urb information for binary API

2007-04-10 Thread Pete Zaitcev
On Wed, 28 Mar 2007 10:33:23 +0200, [EMAIL PROTECTED] wrote: > on 27/03/07 20:25 Pete Zaitcev wrote: > > [ISO packet descriptor] > > My current patch (see below) puts them > > into data > There is a potential issue with the byte ordering, from an application point > of view. With the current upst

Re: [linux-usb-devel] patch usb-jiffies-long.patch added to gregkh-2.6 tree

2007-04-10 Thread Greg KH
On Tue, Apr 10, 2007 at 11:12:45AM -0400, Alan Stern wrote: > On Mon, 9 Apr 2007 [EMAIL PROTECTED] wrote: > > > > > This is a note to let you know that I've just added the patch titled > > > > Subject: USB: jiffies is an unsigned long so treat it that way > > > > to my gregkh-2.6 tree. It

Re: [linux-usb-devel] patch usb-bus-mutex.patch added to gregkh-2.6 tree

2007-04-10 Thread Greg KH
On Tue, Apr 10, 2007 at 12:14:48PM -0400, Alan Stern wrote: > On Mon, 9 Apr 2007 [EMAIL PROTECTED] wrote: > > > > > This is a note to let you know that I've just added the patch titled > > > > Subject: USB: remove use of the bus rwsem, as it doesn't really > > protect anything. > > > > to

[linux-usb-devel] More device ID's for option.c

2007-04-10 Thread Hans Engelen
First of my apologies for not replying to the proper subject (19 Mar 2007, patch for Novatel devices) but I am new to the list and don't have said message to reply to (can only read archives). One more device for this driver is the new Dell Wireless Broadband Card modell 5510 (ExpressCard 34). Thi

Re: [linux-usb-devel] [PATCH] [regression] hid-core: Do not discard truncated input reports

2007-04-10 Thread Adam Kropelin
Robert Marquardt wrote: > Adam Kropelin wrote: >> Truncated reports should not be discarded since it prevents buggy >> devices from communicating with userspace. > > Does it really make sense to support such hopelessly broken devices? > Do these devices work with Windows without special drivers? I

[linux-usb-devel] Mais Emails - mala direta, e-mails, cadastro em buscadores

2007-04-10 Thread Julian Castaneda
Mala Direta, Mala-Direta, Cadastro de Emails, Lista de Emails, MailingList, Milhões de Emails, Programas de Envio de Email, e-mails segmentados, e-mails de empresas, listas de empresas, cadastro de empresas, segmentados por estados, Extratores de Email, programas de envio, cadastro em sites de busc

Re: [linux-usb-devel] [PATCH] EHCI: fix remote wakeup regression in 2.6.21-rc

2007-04-10 Thread Tino Keitel
On Tue, Apr 10, 2007 at 11:22:50 -0400, Alan Stern wrote: [...] > I went back and checked out your log from March 26. It does indeed look > exactly like the symptoms I experienced. The key points are that the root > hub was not suspended (because you had lots of active devices plugged into > th

Re: [linux-usb-devel] [Bugme-new] [Bug 8318] New: Cannot use High-speed USB device - ehci_hcd says: "...config 9 has an invalid descriptor of length 0..."

2007-04-10 Thread Andrew Morton
On Tue, 10 Apr 2007 12:12:36 -0700 [EMAIL PROTECTED] wrote: > http://bugzilla.kernel.org/show_bug.cgi?id=8318 > >Summary: Cannot use High-speed USB device - ehci_hcd says: > "...config 9 has an invalid descriptor of length 0..." > Kernel Version: 2.6.20.6 >

Re: [linux-usb-devel] patch usb-bus-mutex.patch added to gregkh-2.6 tree

2007-04-10 Thread Alan Stern
On Mon, 9 Apr 2007 [EMAIL PROTECTED] wrote: > > This is a note to let you know that I've just added the patch titled > > Subject: USB: remove use of the bus rwsem, as it doesn't really protect > anything. > > to my gregkh-2.6 tree. Its filename is > > usb-bus-mutex.patch > > This

[linux-usb-devel] Vacantes, Trabajo. de 3hs desde su casa disponible.

2007-04-10 Thread COLON COLLECTIONS
Estamos buscando personas responsables y honestas buscando un trabajo de medio tiempo muy bien pago. "COLON COLLECTIONS ltd." es el nombre de la compania familiar que su negocio son operaciones con antiguedades y joyeria Antigua y esta buscando gente responsable para unirse a su staff. No deje

Re: [linux-usb-devel] usb touchscreen breakage in 2.6.21-rc5-mm4 ?

2007-04-10 Thread Dmitry Torokhov
On 4/10/07, Helge Hafting <[EMAIL PROTECTED]> wrote: > Dmitry Torokhov wrote: > > Hmm, I am concerned because not only you don't have an input device created, > > you don't even see the driver being registered with usbcore. Could you > > please > > try booting with debug_initcall to see with what

Re: [linux-usb-devel] usb touchscreen breakage in 2.6.21-rc5-mm4 ?

2007-04-10 Thread Helge Hafting
Andrew Morton wrote: > Is 2.6.21-rc6 OK? > > If so, please keep a close eye on 2.6.22-rcX, let us know if/when we've > moved this breakage into mainline :( > 2.6.21-rc6 is ok. Here, I get messages from usbtouchscreen, something rc5-mm4 failed to produce. The egalax driver gets /class/input/inpu

Re: [linux-usb-devel] [PATCH 5/6] USB: make hub driver's release more robust

2007-04-10 Thread Alan Stern
On Tue, 10 Apr 2007, David Brownell wrote: > On Monday 09 April 2007 7:50 am, Alan Stern wrote: > > > void usb_kick_khubd(struct usb_device *hdev) > > { > > + /* FIXME: What if hdev isn't bound to the hub driver? */ > > We should just disallow that. There's no reason for us to risk > the in

Re: [linux-usb-devel] [PATCH] EHCI: fix remote wakeup regression in 2.6.21-rc

2007-04-10 Thread Alan Stern
On Tue, 10 Apr 2007, Tino Keitel wrote: > On Tue, Apr 10, 2007 at 01:10:56 -0700, David Brownell wrote: > > On Monday 09 April 2007 4:35 pm, Greg KH wrote: > > [...] > > > > Has anyone reported this happening? I think only user noticed bugs > > > should go into the tree at this point in time. >

Re: [linux-usb-devel] patch usb-jiffies-long.patch added to gregkh-2.6 tree

2007-04-10 Thread Alan Stern
On Mon, 9 Apr 2007 [EMAIL PROTECTED] wrote: > > This is a note to let you know that I've just added the patch titled > > Subject: USB: jiffies is an unsigned long so treat it that way > > to my gregkh-2.6 tree. Its filename is > > usb-jiffies-long.patch > > This tree can be found a

Re: [linux-usb-devel] usb touchscreen breakage in 2.6.21-rc5-mm4 ?

2007-04-10 Thread Helge Hafting
Dmitry Torokhov wrote: Hmm, I am concerned because not only you don't have an input device created, you don't even see the driver being registered with usbcore. Could you please try booting with debug_initcall to see with what error code usbtouchscreen initialization fails? Here is the dmesg

Re: [linux-usb-devel] [PATCH] [regression] hid-core: Do not discard truncated input reports

2007-04-10 Thread Jiri Kosina
On Tue, 10 Apr 2007, Robert Marquardt wrote: > > Truncated reports should not be discarded since it prevents buggy > > devices from communicating with userspace. > Does it really make sense to support such hopelessly broken devices? Do > these devices work with Windows without special drivers?

[linux-usb-devel] 自宅から「空い た時間で収入」20歳〜70歳位 まで

2007-04-10 Thread 自宅から副業
――独占広告― 「 パソコンを利用して  自宅で、収入基盤を築きませんか? 」 募集要項    http://www.j-netshop.com/captain-k.html    ■空いた時間で、自宅から収入を希望される方        ■今の仕事を続けながら無理なく独立開業を希望される方     ※未成年・学生は不可  (今年の新卒者は資料請求までで卒業してからスタート)     ※インターネット・メール レベルのパソコンスキル必須  

Re: [linux-usb-devel] HID bus prototype - 20070408

2007-04-10 Thread Li Yu
Jiri Kosina wrote: > Hi Li, > > we have been discussing this with Marcel previously, and the decission was > to let the hidp code where it is right now, due to it being very closely > connected to the bluetooth network stack. > That's OK. > >> 1. HID/Bluetooth support, ONLY FOR HIGHLY

Re: [linux-usb-devel] [PATCH 5/6] USB: make hub driver's release more robust

2007-04-10 Thread Oliver Neukum
Am Dienstag, 10. April 2007 11:05 schrieb David Brownell: > On Monday 09 April 2007 7:50 am, Alan Stern wrote: > > > void usb_kick_khubd(struct usb_device *hdev) > > { > > + /* FIXME: What if hdev isn't bound to the hub driver? */ > > We should just disallow that. There's no reason for us to

Re: [linux-usb-devel] USB Association Model for Wireless USB

2007-04-10 Thread Marcel Holtmann
Hi Luis, > I'm developing a device that requires the Cable Association Model. > > The Cable-Based Associtiation Model (CBAF) extends the existing USB > infrastructure. > During the enumeration the host detects the device supports the Cable > Association Framework and implements the Association

[linux-usb-devel] USB Association Model for Wireless USB

2007-04-10 Thread Luis Miguel Sampaio
Dear Wireless USB Developers, I'm developing a device that requires the Cable Association Model. The Cable-Based Associtiation Model (CBAF) extends the existing USB infrastructure. During the enumeration the host detects the device supports the Cable Association Framework and implements the As

Re: [linux-usb-devel] HID bus prototype - 20070408

2007-04-10 Thread Jiri Kosina
On Sun, 8 Apr 2007, Li Yu wrote: > The attachment is the latest HID bus prototype. It have such changes: > 0. Move the hidp directory from net/bluetooth/ to drivers/hid/. Hi Li, we have been discussing this with Marcel previously, and the decission was to let the hidp code where it

Re: [linux-usb-devel] [PATCH 4/6] USB: remove "locktree" routine from the hub driver

2007-04-10 Thread David Brownell
On Monday 09 April 2007 7:46 am, Alan Stern wrote: > This patch (as892) removes the "locktree" routine from the hub driver. > It currently is used in only one place, by a single kernel thread; > hence it isn't doing any good. > > Signed-off-by: Alan Stern <[EMAIL PROTECTED]> > > --- > > Sorry, D

Re: [linux-usb-devel] [PATCH 5/6] USB: make hub driver's release more robust

2007-04-10 Thread David Brownell
On Monday 09 April 2007 7:50 am, Alan Stern wrote: > void usb_kick_khubd(struct usb_device *hdev) > { > + /* FIXME: What if hdev isn't bound to the hub driver? */ We should just disallow that. There's no reason for us to risk the integrity of USB framework by letting any other driver manag

Re: [linux-usb-devel] [PATCH] EHCI: fix remote wakeup regression in 2.6.21-rc

2007-04-10 Thread Tino Keitel
On Tue, Apr 10, 2007 at 01:10:56 -0700, David Brownell wrote: > On Monday 09 April 2007 4:35 pm, Greg KH wrote: [...] > > Has anyone reported this happening? I think only user noticed bugs > > should go into the tree at this point in time. > > Maybe ... there was one regression that was bisect

Re: [linux-usb-devel] [PATCH] EHCI: fix remote wakeup regression in 2.6.21-rc

2007-04-10 Thread David Brownell
On Monday 09 April 2007 4:35 pm, Greg KH wrote: > On Mon, Apr 09, 2007 at 11:52:31AM -0400, Alan Stern wrote: > > There is one significant difference between the behavior of root hubs > > (as embodied in host controller hardware) and external hubs: When a > > remote-wakeup signal is received, an ex