[linux-usb-devel] Warning: message 1Cbd3n-0003w2-Dv delayed 24 hours

2004-12-08 Thread Mail Delivery System
This message was created automatically by mail delivery software. A message that you sent has not yet been delivered to one or more of its recipients after more than 24 hours on the queue on flynn.zork.net. The message identifier is: 1Cbd3n-0003w2-Dv The subject of the message is: hello The da

[linux-usb-devel] lockup when initialising usb1.1 host controllers on an abit kv7

2004-12-08 Thread Andrew Pilley
Hey, i've got a lockup issue that's not currently fixed by 2.6.10-rc3 that's kinda annoying me, but first a touch of background: The abit kv7 uses the via VT82x hostbridge, with both usb 1.1 and usb 2.0 ports built into the motherboard: :00:10.0 USB Controller: VIA Technologies, Inc. VT82x

[linux-usb-devel] Re: [patch 2.6.10-rc3] OHCI "resume"/smp fix

2004-12-08 Thread Flavio Leitner
On Tue, Dec 07, 2004 at 11:25:48AM -0800, David Brownell wrote: > I noticed an SMP deadlock when connecting devices to > an autosuspended root hub. > > This fixes it for me ... please merge. > > - Dave Applied on 2.6.10-rc3 here but the wakeup message still happens. Is there anything else that

[linux-usb-devel] Jerky usb mouse

2004-12-08 Thread Anssi Kolehmainen
Hi, I bought a new Creative Desktop Wireless 6000 keyboard+mouse combo. Keyboard works fine, but mouse movement is jerky. Its sample rate is something like 5-30Hz when my PS/2 mouse has about 80Hz sample rate and Logitech wireless mouse has 100Hz sample rate. evbug shows values around 30-100 wh

[linux-usb-devel] Fw: [Bugme-new] [Bug 3878] New: USB Bluetooth Dongles not working on USB 2.0 Hubs

2004-12-08 Thread Andrew Morton
Begin forwarded message: Date: Wed, 8 Dec 2004 07:05:58 -0800 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 3878] New: USB Bluetooth Dongles not working on USB 2.0 Hubs http://bugme.osdl.org/show_bug.cgi?id=3878 Summary: USB Bluetooth Dongles not working

Re: [linux-usb-devel] lockup when initialising usb1.1 host controllers on an abit kv7

2004-12-08 Thread Lukasz Kosewski
Andrew Pilley wrote: Hey, i've got a lockup issue that's not currently fixed by 2.6.10-rc3 that's kinda annoying me, but first a touch of background: I'm going to try making the usb drivers modular and having them load on boot tomorrow to see if i can get around it, or get more info, but i'm inter

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 3878] New: USB Bluetooth Dongles not working on USB 2.0 Hubs

2004-12-08 Thread David Brownell
I marked this as a dup of #3374, summarized as "ehci doesn't implement periodic schedule tree". - Dave --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which p

Re: [linux-usb-devel] how to get port status on an OHCI HC/Root Hub?

2004-12-08 Thread M Taha Masood
thanks On Tue, 7 Dec 2004 16:18:38 -0500 (EST), Alan Stern <[EMAIL PROTECTED]> wrote: > On Wed, 8 Dec 2004, M Taha Masood wrote: > > > Hi, > > How can i get the port status for a particular port on an OHCI HC/Root Hub? > > Do i need to send an ioctl to the OHCI HC Driver ? Or to the usb core ? >

[linux-usb-devel] OHCI => Device attach/detach from the root hub is not working well?

2004-12-08 Thread M Taha Masood
Hi I came accross this post on the web http://nic.funet.fi/pub/Linux/PEOPLE/Linus/v2.2/patch-html/patch-2.2.8/linux_drivers_usb_README.ohci.html and it says: "Device attach/detach from the root hub is not working well" i am also facing the same issue i.e. first time attach of my usb mouse works

Re: [linux-usb-devel] OHCI => Device attach/detach from the root hub is not working well?

2004-12-08 Thread David Brownell
On Wednesday 08 December 2004 12:39 pm, M Taha Masood wrote: > Hi > > I came accross this post on the web > http://nic.funet.fi/pub/Linux/PEOPLE/Linus/v2.2/patch-html/patch-2.2.8/linux_drivers_usb_README.ohci.html > > and it says: > "Device attach/detach from the root hub is not working well" No

Re: [linux-usb-devel] [2.4 patch] USB_ETH{,_RNDIS} EXPERIMENTAL dependencies

2004-12-08 Thread David Brownell
On Tuesday 07 December 2004 7:02 pm, Adrian Bunk wrote: > Mike Castle <[EMAIL PROTECTED]> noted that USB_ETH and USB_ETH_RNDIS > in 2.4 are marked as "(EXPERIMENTAL)", but don't depend on EXPERIMENTAL. > > > The patch below removes the "(EXPERIMENTAL)" string from USB_ETH and > lets USB_ETH_RND

Re: [linux-usb-devel] how USB subsystem is designed

2004-12-08 Thread David Brownell
On Tuesday 07 December 2004 9:49 pm, li xinyi wrote: > Hi, all > > I am writing diagnostic code and linux device driver for ohci > compatible host controller. I've been reading the USB spec and Linux > OHCI drvier code for weeks. Still I am clueless how is USB subsystem > is designed, which means

Re: [linux-usb-devel] lockup when initialising usb1.1 host controllers on an abit kv7

2004-12-08 Thread Andrew Pilley
two things, one which I don't *think* I mentioned: 1) if I plug in the keyboard once the system has initialised the hubs, it works fine. 2) I've tried using the system's APIC, to see if I can get around it with that, and no go, still locks up on boot. The APIC happily reassigns all of the usb hub

Re: [linux-usb-devel] lockup when initialising usb1.1 host controllers on an abit kv7

2004-12-08 Thread Lukasz Kosewski
Andrew Pilley wrote: <... a lot of things> I'm willing to poke at this more if anyone has anything they want me to try. I'd still like you to try what I mentioned, with no APIC enabled preferably, then with. It would just confirm my supsicions that this is a problem related to level-triggered in

Re: [linux-usb-devel] how USB subsystem is designed

2004-12-08 Thread li xinyi
On Wed, 8 Dec 2004 14:04:22 -0800, David Brownell <[EMAIL PROTECTED]> wrote: > I'm not sure you'll find such a document, either for USB > or any other part of the Linux kernel. > > I'd look for correspondences between the USB 2.0 spec and > the code from the latest 2.6 kernels in various areas lik

[linux-usb-devel] [PATCH] [Bug #387] add wake-up for waitqueues in usbfs_remove_file()

2004-12-08 Thread Nishanth Aravamudan
Hi, Any suggestions for better corrections would be appreciated from linux-usb-devel, but please remember to CC me back on replies. Description: Bug 387 (http://bugzilla.kernel.org/show_bug.cgi?id=387) is fixed by the attached patch, which sends waitqueue wake-ups to all the appropriate wait-queu

[linux-usb-devel] ISP1362 driver debugging

2004-12-08 Thread Michael
Hi. I am trying to get the ohci-isp1362 driver working, and I feel like I am almost there. Here's my situation: The only thing I'm using it for right now is to transfer files to and from a flash drive. I can enumerate fine, and it seems I can list files and directories just fine too. I can wri

Re: [linux-usb-devel] lockup when initialising usb1.1 host controllers on an abit kv7

2004-12-08 Thread Andrew Pilley
On Wed, 2004-12-08 at 19:00 -0500, Lukasz Kosewski wrote: > Andrew Pilley wrote: > > <... a lot of things> > > > I'm willing to poke at this more if anyone has anything they want me to > > try. > > > > I'd still like you to try what I mentioned, with no APIC enabled > preferably, then with. Y

[linux-usb-devel] Re: [patch 2.6.10-rc3] OHCI "resume"/smp fix

2004-12-08 Thread David Brownell
On Wednesday 08 December 2004 5:16 am, Flavio Leitner wrote: > On Tue, Dec 07, 2004 at 11:25:48AM -0800, David Brownell wrote: > > I noticed an SMP deadlock when connecting devices to > > an autosuspended root hub. > > > > This fixes it for me ... please merge. > > > > - Dave > > > Applied on 2

Re: [linux-usb-devel] lockup when initialising usb1.1 host controllers on an abit kv7

2004-12-08 Thread David Brownell
> looks like I'll have to start picking appart the initialisation sequence > of the uhci tossing in printk's along the way till i've determined where > it's locking up :( > > if anyone feels like suggesting where i should put them to try and > narrow it down, that'd be really good. Don't forget

[linux-usb-devel] USB Error

2004-12-08 Thread Douglas Pastorello
eth0: no IPv6 routers present ohci_hcd :00:0c.1: wakeup usb 2-1: new full speed USB device using address 6 usb-storage: This device (0686,4006,0001 S 06 P 50) has an unneeded SubClass entry in unusual_devs.h Please send a copy of this message to <[EMAIL PROTECTED]>usb-storage: probe of 2-1:1

[linux-usb-devel] Для тех. Кто следит за модой

2004-12-08 Thread Madeline Gerbert
МОДНЫЙ ДОМ Ирины Танцуриной