Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 8104] New: kernel floods console with connect-debounce failed

2007-03-04 Thread Cristian Mammoli
On sab, 2007-03-03 at 23:03 +0100, Cristian Mammoli wrote: It takes me at least 40 minutes to build a new kernel and the overheat is killing my notebook :) Anyway I'm still looking for a vanilla kernel that does not trigger the bug. Cristian~ Well, something new happened this morning

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 8104] New: kernel floods console with connect-debounce failed

2007-03-04 Thread Oliver Neukum
Am Samstag, 3. März 2007 10:07 schrieb Cristian Mammoli: Well,something weird is going on here... 2.6.17 ubuntu edgy binary: works 2.6.20 ubuntu feisty binary: broken 2.6.17 vanilla: broken O_O 2.6.17 ubuntu edgy patched sources: broken Any chance this behaviour is environment related?

Re: [linux-usb-devel] dlopen-like facility for conditional loading of symbols in modules (Re: Firmware for new ti_usb_3410_5052 devices)

2007-03-04 Thread Oleg Verych
On Sat, Mar 03, 2007 at 06:51:51PM -0800, H. Peter Anvin wrote: [] It will solve problem of having multiple unneeded firmware images if driver handles many devices and firmware is allowed to be in the kernel. No need in additional secure infrastructure. This seems like a hacky way to

Re: [linux-usb-devel] Product ID for ftdi_sio

2007-03-04 Thread Gard Spreemann
On Sunday 04 March 2007 00:37, Greg KH wrote: Sure, we can add that device id to the driver itself. How about making a patch against the latest kernel tree and sending it to me in the format described in Documentation/SubmittingPatches? That way you will get the proper credit for the change.

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 8104] New: kernel floods console with connect-debounce failed

2007-03-04 Thread Cristian Mammoli
On dom, 2007-03-04 at 12:27 +0100, Oliver Neukum wrote: compiler, libs etc? Please check your boot log for the compiler used in the working kernel binary compared to the compiler you are using. Working: [17179569.184000] Linux version 2.6.17-10-generic ([EMAIL PROTECTED]) (gcc version 4.1.2

Re: [linux-usb-devel] Product ID for ftdi_sio

2007-03-04 Thread Greg KH
On Sun, Mar 04, 2007 at 05:00:57PM +0100, Gard Spreemann wrote: On Sunday 04 March 2007 00:37, Greg KH wrote: Sure, we can add that device id to the driver itself. How about making a patch against the latest kernel tree and sending it to me in the format described in

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 8104] New: kernel floods console with connect-debounce failed

2007-03-04 Thread Cristian Mammoli
On dom, 2007-03-04 at 12:27 +0100, Oliver Neukum wrote: Please check your boot log for the compiler used in the working kernel binary compared to the compiler you are using. I noticed that the message occurs if the device is active BEFORE uhci-hcd gets loaded. e.g. boot with bluetooth on:

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 8104] New: kernel floods console with connect-debounce failed

2007-03-04 Thread Oliver Neukum
Am Sonntag, 4. März 2007 19:09 schrieb Cristian Mammoli: On dom, 2007-03-04 at 12:27 +0100, Oliver Neukum wrote: Please check your boot log for the compiler used in the working kernel binary compared to the compiler you are using. I noticed that the message occurs if the device is

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 8104] New: kernel floods console with connect-debounce failed

2007-03-04 Thread Cristian Mammoli
On dom, 2007-03-04 at 19:16 +0100, Oliver Neukum wrote: Is this compiled from a kernel.org kernel? Don't think it's from vanilla sources, it probably has ton of patches from ubuntu. Can you recompile that exact kernel? I did and it didn't work. I starting to think this is some kind of

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 8104] New: kernel floods console with connect-debounce failed

2007-03-04 Thread Oliver Neukum
Am Sonntag, 4. März 2007 19:23 schrieb Cristian Mammoli: On dom, 2007-03-04 at 19:16 +0100, Oliver Neukum wrote: Is this compiled from a kernel.org kernel? Don't think it's from vanilla sources, it probably has ton of patches from ubuntu. Can you recompile that exact kernel? I

[linux-usb-devel] kilolarınızdan memnunmusunuz

2007-03-04 Thread wellness danışmanı
Doğru seçimi yapın Bazen, bir işe girişmeye ve farklı bir şeyler yapmaya karar vermek çok kolay olmayabilir. Ortalama küçük ölçekli bir işletme kurma maliyetinin çok pahalı olduğunu ve bu işletmelerin birçoğunun ilk yıllarında kapanmak zorunda kaldığını biliyor muydunuz? Herbalite ile kendi

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 8104] New: kernel floods console with connect-debounce failed

2007-03-04 Thread Alan Stern
On Sun, 4 Mar 2007, Oliver Neukum wrote: I noticed that the message occurs if the device is active BEFORE uhci-hcd gets loaded. e.g. boot with bluetooth on: debounce failed switch off/on bluetooth: device recognized and working rmmod uhci-hcd then modprobe uhci-hcd: debounce

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 8104] New: kernel floods console with connect-debounce failed

2007-03-04 Thread Cristian Mammoli
On dom, 2007-03-04 at 20:53 +0100, Oliver Neukum wrote: To rule that out, can you downgrade to the previously working kernel? Regards Oliver I have another amilo v3205 at work, i'll do some checks on it... I'll try to swap hard drives, run an edgy live cd etc. If the

[linux-usb-devel] [PATCH] Product ID for FT232RL in ftdi_sio

2007-03-04 Thread Gard Spreemann
Here is a patch adding the PID for the FT232RL to ftdi_sio. The patch generates a warning during compilation because get_ftdi_divisor doesn't explicitly handle the FT232RL with this patch, so I guess you don't want to use it in its current state. It is all I could come up with with the

Re: [linux-usb-devel] [PATCH] USB/gadget: PXA27x USB device support

2007-03-04 Thread Richard Purdie
On Fri, 2007-03-02 at 18:47 +0100, Rodolfo Giometti wrote: Hello, here my new proposal for PXA27x USB device support. In this version I fixed the power management support (suspend/resume). As already mentioned in my previous, I know this driver is quite far from perfection but, in my

[linux-usb-devel] 2.6.21-rc2-mm1: drivers/usb/host/ohci-ssb.c doesn't compile

2007-03-04 Thread Adrian Bunk
On Fri, Mar 02, 2007 at 03:00:26AM -0800, Andrew Morton wrote: ... Changes since 2.6.20-mm2: ... git-wireless.patch ... git trees ... -- snip -- ... CC drivers/usb/host/ohci-hcd.o In file included from

[linux-usb-devel] [2/6] 2.6.21-rc2: known regressions

2007-03-04 Thread Adrian Bunk
This email lists some known regressions in 2.6.21-rc2 compared to 2.6.20 that are not yet fixed in Linus' tree. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm

[linux-usb-devel] [6/6] 2.6.21-rc2: known regressions

2007-03-04 Thread Adrian Bunk
This email lists some known regressions in 2.6.21-rc2 compared to 2.6.20 that are not yet fixed in Linus' tree. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm

Re: [linux-usb-devel] [6/6] 2.6.21-rc2: known regressions

2007-03-04 Thread David Miller
From: Adrian Bunk [EMAIL PROTECTED] Date: Mon, 5 Mar 2007 02:50:45 +0100 Subject: sparc64 compile error due to GENERIC_ISA_DMA removal References : http://bugzilla.kernel.org/show_bug.cgi?id=8097 Submitter : Horst H. von Brand [EMAIL PROTECTED] Caused-By : David S. Miller [EMAIL

Re: [linux-usb-devel] [6/6] 2.6.21-rc2: known regressions

2007-03-04 Thread Greg KH
On Mon, Mar 05, 2007 at 02:50:45AM +0100, Adrian Bunk wrote: Subject: usb-serial broken (ftdi serial device shows up as ttyUSB140 instead of ttyUSB0) Submitter : Craig Schlenter [EMAIL PROTECTED] Caused-By : Oliver Neukum [EMAIL PROTECTED] commit

[linux-usb-devel] [PATCH] usb/hid:Microsoft Natural Ergonomic Keyboard 4000 Driver 0.5.0

2007-03-04 Thread Li Yu
Changelogs: 1. Port to HID simple driver layer 0.5.0. It can be applied on 2.6.21 at least. Signed-off-by: Liyu [EMAIL PROTECTED] --- linux-2.6.18/drivers/usb/input.orig/usbnek4k.c 1970-01-01 08:00:00.0 +0800 +++ linux-2.6.18/drivers/usb/input/usbnek4k.c 2006-10-12

[linux-usb-devel] [PATCH] usb/hid:The HID Simple Driver Patches 0.5.0 (all-in-one)

2007-03-04 Thread Li Yu
This patch set include follow patches: 1. [PATCH] usb/hid: The HID Simple Driver Interface 0.5.0 (core) 2. [PATCH] usb/hid:Microsoft Natural Ergonomic Keyboard 4000 Driver 0.5.0 3. Some related kbuild changes. The code base is 2.6.21-rc2 Signed-off-by: Liyu

[linux-usb-devel] [PATCH] usb/hid:The HID Simple Driver Interface 0.5.0 (core)

2007-03-04 Thread Li Yu
Changelogs (since 0.4.1): 1. port to 2.6.21. 2. One bugfix. The code base is 2.6.21-rc2. Signed-off-by: Liyu [EMAIL PROTECTED] diff -Naurp linux-2.6.21-rc2.orig/include/linux/hid.h linux-2.6.21-rc2/include/linux/hid.h --- linux-2.6.21-rc2.orig/include/linux/hid.h 2007-03-05

[linux-usb-devel] [DOC] The documentation for HID Simple Driver Interface 0.5.0

2007-03-04 Thread Li Yu
== HID device simple driver interface == Note If you just begin to study from writing input device driver, please see the input-programming.txt, I am afraid this is not you want, do