[linux-usb-devel] USB oops in 2.6.4-mm2

2004-03-15 Thread Reuben Farrelly
Hi, Have just triggered this oops - as far as I can remember this did not occur with -mm1 (I can't be sure) but it does occur with -mm2. I'd just plugged in a USB modem using cdc-acm and then got up from under the desk to notice this on the console. Thanks, Reuben Mar 16 19:44:40 tornado ker

[linux-usb-devel] GeneSys USB->IDE converter

2004-03-15 Thread Brad Campbell
G'day all, I'm trying to debug this blasted GL811 GeneSys converter as it was causing my 2.4.25 kernel to oops, but I have so far transfered over 200GB to and from the attached drive with no hiccups. I'm posting this success report here in the hope that Murphy will now step in and enable me to r

[Fwd: Re: [linux-usb-devel] UHCI]

2004-03-15 Thread Malcolm Blaney
Hi all, Sorry Alan, I only sent this to you instead of CC'ing to the list... --- Begin Message --- Alan Stern wrote: I wonder if the USB hardware on that computer is faulty. I can't think of any other reason why changing uhci->fsbr would make a difference. It could be, but we have the same pro

Re: [linux-usb-devel] help on creating a USB host controller for an OHCI host

2004-03-15 Thread Hasjim Williams
Grant, What kernel are you running and what host controller are you trying to target? Also, what platform are you running your USB host on? Hasjim On Thu, 11 Mar 2004 15:41:14 -0800 (PST), "Grant Ian Hatamosa" <[EMAIL PROTECTED]> said: > Hi, > I'd like to ask anybody who can help me in developi

[linux-usb-devel] Email Marketing

2004-03-15 Thread [EMAIL PROTECTED]
Email Marketing ! We offer you e-mail addresses databases for advertisement mailing; we sell databases also carry out mailing and hosting for the advertising projects. Products World Email Lists . Their validity and originality are verified. web site: http://emailwd.vip.myrice.com/wd3.htm

[linux-usb-devel] PATCH: (as225) Add dummy_hcd to the main kernel

2004-03-15 Thread Alan Stern
Greg: David Brownell has asked me to become the maintainer for dummy_hcd and to submit it for inclusion as an experimental driver in the official kernel. dummy_hcd is simultaneously a host controller driver and a device controller driver. It creates a simulated HC together with a simulated UDC

[linux-usb-devel] PATCH: (as178b) Make usb_deregister_bus() wait for release

2004-03-15 Thread Alan Stern
Greg: Linus has said that waiting for a device's release() method to be called is evil, with a possible exception for unloadable kernel modules. He feels that rmmod is generally unnecessary -- it's mostly an aid for developers and not very important for users. My feeling is that as long as rm

[linux-usb-devel] 2.6.4-bk3 and usb key: OOPS at removal

2004-03-15 Thread Colin Leroy
Hi, Using 2.6.4-bk3 (the patch found at kernel.org), on an iBook G4 (ohci/ehci), i get oopses when disconnecting an usb key: P: C008C130 LR: C008D32C SP: C0D9FD70 REGS: c0d9fcc0 TRAP: 0301Not tainted MSR: 9032 EE: 1 PR: 0 FP: 0 ME: 1 IR/DR: 11 DAR: 0008, DSISR: 4000 TASK = c0c460

Re: [linux-usb-devel] Oops on USB-bluetooth plug/unplug

2004-03-15 Thread Oliver Neukum
Am Montag, 15. März 2004 16:57 schrieb Alan Stern: > On Mon, 15 Mar 2004, Oliver Neukum wrote: > > > > > 2. Could you verify that the syslog gets everything? > > > > > > I think it gets everything. Had to type the last lines manually (from tty12). > > > How can I verify? > > > > Make sure that

Re: [linux-usb-devel] Oops on USB-bluetooth plug/unplug

2004-03-15 Thread Christian Hesse
On Monday 15 March 2004 16:57, Alan Stern wrote: > On Mon, 15 Mar 2004, Oliver Neukum wrote: > > > > 2. Could you verify that the syslog gets everything? > > > > > > I think it gets everything. Had to type the last lines manually (from > > > tty12). How can I verify? > > > > Make sure that klogd is

Re: [linux-usb-devel] PATCH: (as221) Improve core/config.c error messages

2004-03-15 Thread Alan Stern
On Mon, 15 Mar 2004, David Brownell wrote: > Alan Stern wrote: > > > Use the driver-model dev_xxx() macros for log output. > > Heh -- cool. There's a longstanding bug in OSDL bugtraq > that talks about the annoying long strings in boot messages, > and I have a patch (somewhere, I'll find it

[linux-usb-devel] Re: PROBLEM: system hangs when connecting BTC - USB keyboard

2004-03-15 Thread Pete Zaitcev
On Mon, 15 Mar 2004 18:24:43 +0100 Bruno De Wolf <[EMAIL PROTECTED]> wrote: > 1. Plugin USB mouse (Logitech): got an oops message > 2. Plugin USB keyboard (BTC): system hangs after 5 seconds or so. > dmesg extract: >[] > input: unable to register char major 13<6>usb.c: deregistering driver > usb

Re: [linux-usb-devel] PATCH: (as221) Improve core/config.c error messages

2004-03-15 Thread David Brownell
Alan Stern wrote: Use the driver-model dev_xxx() macros for log output. Heh -- cool. There's a longstanding bug in OSDL bugtraq that talks about the annoying long strings in boot messages, and I have a patch (somewhere, I'll find it and send around an current version) to fix most of that. The m

[linux-usb-devel] pxa2xx_udc gadget driver patch

2004-03-15 Thread Andrew Zabolotny
Hello! Here is a patch that initializes the PXA UDC, no matter what state it was before in. Without this patch, sometimes (notably when booting Linux directly from WinCE on a PDA) the UDC is left in a state that prevents it from seeing any incoming packets from UHC. It has been tested for already

Re: AW: [linux-usb-devel] difference between pre5 and pre8

2004-03-15 Thread David Brownell
There are no standard "gadget" patches for 2.4.21 kernels. But it doesn't really need any; use what's in 2.5.25 instead, there would be _at most_ minor compile tweaks needed: Erm, make that "2.4.25". That code is quite close to what's in the "gadget-2.4" tree. Sorry for that typo. - Dave

[linux-usb-devel] PROBLEM: system hangs when connecting BTC - USB keyboard

2004-03-15 Thread Bruno De Wolf
Dear, Here is a description of the situation: - Vanilla kernel 2.4.25 with hid, usbcore, input and a couple of other usb related things in the kernel. - Booting with init=/bin/sh 1. Plugin USB mouse (Logitech): got an oops message 2. Plugin USB keyboard (BTC): system hangs after 5 seconds or so.

Re: AW: [linux-usb-devel] difference between pre5 and pre8

2004-03-15 Thread David Brownell
Kögler Peter wrote: hi dave, where can i get the standart patches for kernel 2.4.21? There are no standard "gadget" patches for 2.4.21 kernels. But it doesn't really need any; use what's in 2.5.25 instead, there would be _at most_ minor compile tweaks needed: drivers/usb/gadget/* include/linux

Re: [linux-usb-devel] Oops on USB-bluetooth plug/unplug

2004-03-15 Thread Alan Stern
On Mon, 15 Mar 2004, Oliver Neukum wrote: > > > 2. Could you verify that the syslog gets everything? > > > > I think it gets everything. Had to type the last lines manually (from tty12). > > How can I verify? > > Make sure that klogd is at logging level 9. Hotplug is running, so the > kernel ha

Re: [linux-usb-devel] Over-current change - VIA Chipset.

2004-03-15 Thread David Brownell
Anders Misfeldt wrote: ehci_hcd :00:0d.2: GetStatus port 1 status 001030 POWER sig=se0 OCC OC hub 1-0:1.0: over-current change on port 1 hub 1-0:1.0: enabling power on all ports ehci_hcd :00:0d.2: GetStatus port 2 status 001030 POWER sig=se0 OCC OC hub 1-0:1.0: over-current change on port

[linux-usb-devel] [PATCH 2.6.4] IXP425 -> IXP4XX conversion for USB-gadget

2004-03-15 Thread Deepak Saxena
[resend, got list address wrong the first time...] The 2.6 code for Intel's IXP4xx NPU line has been updated to remove all references to IXP42x or IXP425 and replace it with IXP4XX, including config options and file names. This patch updates the USB-gadget pxa-udc driver with these changes. Tnx,

Re: [linux-usb-devel] [2.6.4] USB malfunction on ACPI resume

2004-03-15 Thread David Brownell
Niel Lambrechts wrote: My Thinkpad R50P (Intel 82855PM with Speedstep 1.7GHz) shows the following badness when resuming after an ACPI suspend - even if hotplug and usb modules were never started beforehand: Well clearly (a) something _did_ start at least one module, (b) there's bogus data in the c

[linux-usb-devel] PATCH: (as221) Improve core/config.c error messages

2004-03-15 Thread Alan Stern
Greg: This patch improves error reporting in the configuration parsing routines. It also adds a few extra minor tweaks. #include linux/config.h and make the usual DEBUG settings available. Use the driver-model dev_xxx() macros for log output. Be much more expli

[linux-usb-devel] RFC: (as223) make config.c accept invalid configurations as much as possible

2004-03-15 Thread Alan Stern
This is a currently-experimental patch, to make the configuration parsing routines accept invalid configurations to the extent possible, while skipping over invalid components. Accept interfaces with arbitrary numbers, not limited to 0 ... bNumInterfaces-1. Accept arbitr

[linux-usb-devel] PATCH: (as222) Code improvements for core/config.c

2004-03-15 Thread Alan Stern
Greg: This patch makes some improvements to the code in config.c. Create a subroutine to handle the repeated task of skipping forward to the next descriptor of a certain type. Remove some fairly useless debugging messages (they could never even have been enabled i

AW: [linux-usb-devel] difference between pre5 and pre8

2004-03-15 Thread Kögler Peter
hi dave, where can i get the standart patches for kernel 2.4.21? wbr peter -Ursprüngliche Nachricht- Von: David Brownell [mailto:[EMAIL PROTECTED] Gesendet am: Montag, 15. März 2004 16:18 An: Kögler Peter Cc: '[EMAIL PROTECTED]' Betreff: Re: [linux-usb-devel] difference between pre5 and p

Re: [linux-usb-devel] difference between pre5 and pre8

2004-03-15 Thread David Brownell
Kögler Peter wrote: hello, can anybody please tell me whats the difference between the patches pre5 and pre8: usb-gadget-03-2.4.23-pre8.patch usb-gadget-04-2.4.23-pre5.patch ... No idea. You should ask whoever provided you with those patches what the differences are. They're certainly not a "stan

Re: [linux-usb-devel] cannot get Genesys Logic USB2-to-IDE to run properly

2004-03-15 Thread Max Zaitsev
> You know, I didn't realize it at first, but that's rather surprising. > The CSW patch should not have made any difference at all to the failure > mode you were seeing. All it did was tell the computer to expect a larger > CSW packet _from_ the drive; it did not affect the data being sent _to_ >

[linux-usb-devel] Become a Millionaire!!!

2004-03-15 Thread Nancey
Do you want to become a Millionaire? Do you want to earn $250,000.00 per month? It's as easy as pie! We offer you a collection of handbooks that will definitelly help you to earn your first million in a few months!!! - special program by Brian Tracy - superior marketing tools and tactics - t

[linux-usb-devel] ÖйúµçÐÅ

2004-03-15 Thread huiteman
尊敬的女士/先生您好:请原谅我们用此方式给您带来实惠: IP长途电话卡、上网卡、邮票特价优惠:http://www.weininfuwu.com  邮票价格表: 原价(元) 1000枚以上(元) 500枚以上(元) 100枚以上(元) 2.90 1.90 2.00 2.10 2.80 1.80 1.90 2.00 2.60 1.70 1.80 1.90 2.30 1.6

Re: [linux-usb-devel] Oops on USB-bluetooth plug/unplug

2004-03-15 Thread Oliver Neukum
> > 2. Could you verify that the syslog gets everything? > > I think it gets everything. Had to type the last lines manually (from tty12). > How can I verify? Make sure that klogd is at logging level 9. Hotplug is running, so the kernel has noticed the disconnect, yet there's nothing in the log

[linux-usb-devel] difference between pre5 and pre8

2004-03-15 Thread Kögler Peter
hello, can anybody please tell me whats the difference between the patches pre5 and pre8: usb-gadget-03-2.4.23-pre8.patch usb-gadget-04-2.4.23-pre5.patch usb-gadget-01-2.4.23-pre8.patch usb-gadget-02-2.4.23-pre5.patch usb-gadget-04-2.4.23-pre8.patch usb-gadget-05-2.4.23-pre5.patch usb-gadget-02-2.

[linux-usb-devel] [OOPS] Removing USB Bluetooth dongle Oopses 2.6.4-2.6.4-bk3

2004-03-15 Thread Silla Rizzoli
Hello list! Here comes the oops: PREEMPT CPU:0 EIP:0060:[] Not tainted EIP is at urb_unlink+0x31/0x8e [usbcore] eax: c17c069c ebx: ecx: edx: dec74000 esi: 0246 edi: c17c0694 ebp: de5aa1f0 esp: dec75e14 ds: 007b es: 007b ss: 0068 Process hotplug