[linux-usb-devel] cdc_acm: probe of 1-1:1.0 failed with error -5

2004-04-22 Thread Aleksey Nogin
[I asked this on linux-usb-users a few days ago, but haven't gotten any replies, so I thought I'd also try asking on -devel.] I am getting error message "cdc_acm: probe of 1-1:1.0 failed with error -5" when connecting my cell phone to my laptop. I would be very grateful for any hints and/or hel

[linux-usb-devel] function "register_chrdev" crashes

2004-04-22 Thread fro
Hello all, I have compiled a kernel module but when I go to load it the function call res = register_chrdev( 120, "x10device", &device_fops ); causes the initialization process to stall because the function seg faults. I am running system 2.6.1-1.65. The Oops file looks like this: Apr 21 19:53

[linux-usb-devel] Does Linux EHCI driver support isochronous split transaction ???

2004-04-22 Thread AlexHuang
Hi all, After I plug a USB 1.1 camera on the EHCI and run the capture tool, the system was crash. While I hook it on OHCI , it works well. Does Linux EHCI driver support isochronous split transaction ??? --- This SF.net email is sponsored by:

[linux-usb-devel] Device class driver question

2004-04-22 Thread Rudolf Ladyzhenskii
Hi all, There is an ACM class for USB modems. I also wrote my own driver for a particular modem we use here (it is somewhat based on ACM but is very heavily modified). Anyway, I want my system to work with normal modems as well as with my custom one. So, I have ACM support and loading my own d

[linux-usb-devel] [PATCH] Sony Clie

2004-04-22 Thread Herbert Xu
Hi: I've received the following report which indicates that the Sony Clie needs the US_FL_FIX_INQUIRY flag set. http://bugs.debian.org/243650 Cheers, -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.a

[linux-usb-devel] rewritten probe() for cdc-acm

2004-04-22 Thread Oliver Neukum
Hi David, hi listmembers, your suggestion was wise. Here's a preliminary version of a patch to rewrite of cdc-acm's probe properly evaluating the union descriptor. Cheers to Steve, whose box I crashed writing this. Regards Oliver You can import this changeset into BK by p

[linux-usb-devel] [PATCH] USB fixes for 2.6.6-rc2

2004-04-22 Thread Greg KH
ChangeSet 1.1927, 2004/04/22 12:10:05-07:00, [EMAIL PROTECTED] [PATCH] USB: Don't try to suspend devices that do not support it. Patch originally from [EMAIL PROTECTED] and closes bug #1557 drivers/usb/core/hcd-pci.c |5 + 1 files changed, 5 insertions(+) diff -Nru a/drivers/usb/core

[linux-usb-devel] Re: [PATCH] USB fixes for 2.6.6-rc2

2004-04-22 Thread Greg KH
ChangeSet 1.1931, 2004/04/22 13:43:11-07:00, [EMAIL PROTECTED] [PATCH] USB: ehci handles pci misbehavior better Cope better when PCI misbehaves badly and registers misbehave: - terminate some loops before they get to infinity * capability scan * port reset - after init fail

[linux-usb-devel] Re: [PATCH] USB fixes for 2.6.6-rc2

2004-04-22 Thread Greg KH
ChangeSet 1.1935, 2004/04/22 13:53:33-07:00, [EMAIL PROTECTED] [PATCH] USB: ftdi patch fixup I just checked out the latest 2.6.6-rc1-mm1 to see that the ID patch for ftdi has applied cleanly, but apparently someone was faster and in the combined ID table our ID's were missing. Most probably the p

[linux-usb-devel] Re: [PATCH] USB fixes for 2.6.6-rc2

2004-04-22 Thread Greg KH
ChangeSet 1.1929, 2004/04/22 13:32:24-07:00, [EMAIL PROTECTED] [PATCH] USB: fix cdc-acm as it is still (differently) broken drivers/usb/class/cdc-acm.c | 83 1 files changed, 47 insertions(+), 36 deletions(-) diff -Nru a/drivers/usb/class/cdc-acm

[linux-usb-devel] Re: [PATCH] USB fixes for 2.6.6-rc2

2004-04-22 Thread Greg KH
ChangeSet 1.1932, 2004/04/22 13:43:39-07:00, [EMAIL PROTECTED] [PATCH] USB: rndis gadget driver updates Various build fixes: 64bit (Andrew Morton), static linking, broken on big-endian, etc. Tighten up the integration with the main "ether" driver, so state transitions and host ethernet addresse

[linux-usb-devel] Re: [PATCH] USB fixes for 2.6.6-rc2

2004-04-22 Thread Greg KH
ChangeSet 1.1934, 2004/04/22 13:53:08-07:00, [EMAIL PROTECTED] [PATCH] USB: tiglusb: wrong timeout value Hi, this patch (cumulative; 2.4 & 2.6) fixes another bug in the tiglusb driver. The formula used to calculate jiffies from timeout is wrong. The new formula is ok and takes care of integer co

[linux-usb-devel] Re: [PATCH] USB fixes for 2.6.6-rc2

2004-04-22 Thread Greg KH
ChangeSet 1.1933, 2004/04/22 13:52:40-07:00, [EMAIL PROTECTED] [PATCH] USB: silence dpcm warning Warnings aren't terribly important in and of themselves, but there isn't really much the warning tells us to do here, so it would appear that caving in to the compiler is the thing to do for now. d

[linux-usb-devel] Re: [PATCH] USB fixes for 2.6.6-rc2

2004-04-22 Thread Greg KH
ChangeSet 1.1928, 2004/04/22 13:03:22-07:00, [EMAIL PROTECTED] [PATCH] USB: Important bugfix for UHCI list management code A major bug in the UHCI driver turned up recently. Thanks to a lot of help from Simone Gotti it was identified and fixed late last week. It turned out to be entirely my fau

[linux-usb-devel] Re: [PATCH] USB fixes for 2.6.6-rc2

2004-04-22 Thread Greg KH
ChangeSet 1.1936, 2004/04/22 13:53:58-07:00, [EMAIL PROTECTED] [PATCH] USB: usbnet and pl2301/2302 reset Handle some PL-2301/2302 devices better. drivers/usb/net/usbnet.c |6 +- 1 files changed, 5 insertions(+), 1 deletion(-) diff -Nru a/drivers/usb/net/usbnet.c b/drivers/usb/net/usb

[linux-usb-devel] Re: [PATCH] USB fixes for 2.6.6-rc2

2004-04-22 Thread Greg KH
ChangeSet 1.1930, 2004/04/22 13:32:53-07:00, [EMAIL PROTECTED] [PATCH] USB: fix cdc-acm warnings due to previous patch drivers/usb/class/cdc-acm.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff -Nru a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c --- a/driv

[linux-usb-devel] [BK PATCH] USB fixes for 2.6.6-rc2

2004-04-22 Thread Greg KH
Hi, Here are some important USB fixes for 2.6.6-rc2. They are all pretty small and "obvious" (hopefully.) The most important one is the uhci fix, as lots of people are hitting that recently. Please pull from: bk://kernel.bkbits.net/gregkh/linux/usb-2.6 Patches will be posted to linux-usb-deve

[linux-usb-devel] Re: [patch 2.6.6] usbnet and pl2301/2302 reset

2004-04-22 Thread Greg KH
On Wed, Apr 21, 2004 at 11:27:22AM -0700, David Brownell wrote: > This patch should help users with some Prolific usbnet cables > become happier. Please merge. Applied, thanks. greg k-h --- This SF.net email is sponsored by: The Robotic Monke

[linux-usb-devel] Re: [patch 2.6.6-rc2] ehci handles pci misbehavior better

2004-04-22 Thread Greg KH
On Thu, Apr 22, 2004 at 09:24:39AM -0700, David Brownell wrote: > Small patches, please help these get into 2.6.6-final. > > - Dave > Cope better when PCI misbehaves badly and registers misbehave: > > - terminate some loops before they get to infinity >* capability scan >* po

[linux-usb-devel] Re: [patch 2.6.6-rc2] rndis gadget driver updates

2004-04-22 Thread Greg KH
On Thu, Apr 22, 2004 at 11:41:53AM -0700, David Brownell wrote: > Please help these get into 2.6.6-final. > > - Dave > > > Various build fixes: 64bit (Andrew Morton), static linking, > broken on big-endian, etc. > > Tighten up the integration with the main "ether" driver, so > state transition

[linux-usb-devel] Re: usb_reset_device()

2004-04-22 Thread David Brownell
Alan Stern wrote: David: Do you think that once your latest khubd changes are applied we can get usb_reset_device() into working shape? The necessary changes won't be very large: Yes, I do think that. Some key parts are in the gadget-2.6 tree, and I think you've listed the main remaining issues

[linux-usb-devel] PATCH: (as258) Altsetting update for USB net drivers

2004-04-22 Thread Alan Stern
Greg: The only driver under usb/net that needed any altsetting changes was usbnet. I'm not looking forward to going through all the source files under usb/serial. :-( Alan Stern = drivers/usb/net/usbnet.c 1.124 vs edited = --- 1.124/drivers/usb/net/usbnet.c Thu Mar 25 10:55:35

[linux-usb-devel] PATCH: (as257) Altsetting update for USB misc drivers

2004-04-22 Thread Alan Stern
Greg: This is the altsetting update for the drivers under usb/misc. As you can, not much was needed at all. Alan Stern = drivers/usb/misc/legousbtower.c 1.1 vs edited = --- 1.1/drivers/usb/misc/legousbtower.c Tue Dec 30 13:08:23 2003 +++ edited/drivers/usb/misc/legousbtower.c Thu

[linux-usb-devel] Re: PATCH: (as249) Important bugfix for UHCI list management code

2004-04-22 Thread Greg KH
On Mon, Apr 19, 2004 at 10:58:20AM -0400, Alan Stern wrote: > Greg and others: > > A major bug in the UHCI driver turned up recently. Thanks to a lot of > help from Simone Gotti it was identified and fixed late last week. It > turned out to be entirely my fault -- a previous patch had introduced

[linux-usb-devel] usb_reset_device()

2004-04-22 Thread Alan Stern
David: Do you think that once your latest khubd changes are applied we can get usb_reset_device() into working shape? The necessary changes won't be very large: Rename usb_physical_reset_device to usb_reset_device (and get rid of the subroutine that currently has that name).

[linux-usb-devel] Mail System Error - Returned Mail

2004-04-22 Thread Mail Administrator
This Message was undeliverable due to the following reason: The following destination addresses were unknown (please check the addresses and re-mail the message): SMTP <[EMAIL PROTECTED]> Please reply to [EMAIL PROTECTED] if you feel this message to be in error. "MMS3" made the following annot

Re: [linux-usb-devel] syslog: unneeded Protocol entry in unusual_devs.h

2004-04-22 Thread Alan Stern
On Thu, 22 Apr 2004, Evert Alpha wrote: > Hello, > > Here part of my syslog which asks me to send this message. If you need > more information, just let me know! > > Apr 22 18:46:46 amd kernel: usb-storage: This device (07cf,1001,1000 S > 05 P 01) has an unneeded Protocol entry in unusual_devs

[linux-usb-devel] Returned mail: see transcript for details

2004-04-22 Thread Mail Delivery Subsystem
The original message was received at Fri, 23 Apr 2004 04:10:55 +0900 (JST) from [EMAIL PROTECTED] - The following addresses had permanent fatal errors - [EMAIL PROTECTED] (reason: 550 5.1.1 <[EMAIL PROTECTED]>... User unknown) - Transcript of session follows - ... while

[linux-usb-devel] [patch 2.6.6-rc2] ehci handles pci misbehavior better

2004-04-22 Thread David Brownell
Small patches, please help these get into 2.6.6-final. - Dave Cope better when PCI misbehaves badly and registers misbehave: - terminate some loops before they get to infinity * capability scan * port reset - after init failure, memory may already be cleaned up Some systems

[linux-usb-devel] [patch 2.6.6-rc2] rndis gadget driver updates

2004-04-22 Thread David Brownell
Please help these get into 2.6.6-final. - Dave Various build fixes: 64bit (Andrew Morton), static linking, broken on big-endian, etc. Tighten up the integration with the main "ether" driver, so state transitions and host ethernet addresses are shared too. Add missing spinlock calls around RNDIS

[linux-usb-devel] syslog: unneeded Protocol entry in unusual_devs.h

2004-04-22 Thread Evert Alpha
Hello, Here part of my syslog which asks me to send this message. If you need more information, just let me know! Apr 22 18:46:46 amd kernel: usb-storage 3-2:1.0: usb_probe_interface Apr 22 18:46:46 amd kernel: usb-storage 3-2:1.0: usb_probe_interface - got id Apr 22 18:46:46 amd kernel: usb-st

[linux-usb-devel] some advise for unusual usb-storage device needed

2004-04-22 Thread Olaf Hering
This device worked ok in 2.4 with the patch below. Doing the same with 2.6 does not work. Any idea what can be done, other than throwing it out the window? this is 2.6.6rc2. T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0 D: Ver=

[linux-usb-devel] PATCH: (as256) Altsetting updates for USB media drivers

2004-04-22 Thread Alan Stern
Greg: This patch implements the new altsetting regime for the drivers under usb/media. Not much needed to be changed. I'm unable to test any of the changes, but at least they compile all right (except that I didn't even try to compile the pwc driver since it's marked BROKEN). The stv680 and w99

[linux-usb-devel] PATCH: (as254) Cosmetic improvements for the UHCI driver

2004-04-22 Thread Alan Stern
Greg: This patch makes a few minor improvements to the appearance of the UHCI driver. Please apply. Alan Stern = uhci-hcd.h 1.29 vs edited = --- 1.29/drivers/usb/host/uhci-hcd.hFri Mar 26 10:19:24 2004 +++ edited/drivers/usb/host/uhci-hcd.h Mon Apr 19 11:05:56 2004 @@ -80,7 +80,

Re: [linux-usb-devel] Audigy2 NX works - but not if connected at linux boot

2004-04-22 Thread Alan Stern
On Tue, 20 Apr 2004, Andy Green wrote: > Hi folks - > > >Apr 20 11:16:29 fastcat kernel: usbaudio: no idea what's going on..., > >contact [EMAIL PROTECTED] > > The mighty /var/log/messages - it which must be obeyed - has commanded me to > join this list and tell you my problem. > > I am very n

Re: [linux-usb-devel] Oops with 2.6.6-rc1-mm1/rc2 + speedtouch problem

2004-04-22 Thread Alan Stern
On Thu, 22 Apr 2004, Vince wrote: > Hi all, I have two usb-related problems with recent kernel: > > 1) I'm getting the following oops at shutdown with 2.6.6-rc1-mm1 (not > present in 2.6.5, I get this also in 2.6.6-rc2). > > printing eip: > e0b817c4 > Oops: [#1] > PREEMPT > CPU:

Re: [linux-usb-devel] Numerous problems, partial success getting FujiFilm Finepix 3800 to work under 2.6.

2004-04-22 Thread Alan Stern
On Wed, 21 Apr 2004, Aleksey Nogin wrote: > About your fix to scsi_scan - do I need to do anything to get it > accepted into the kernel, or are you planning to take care of this? Thanks! I sent a copy of it to the SCSI maintainer. Alan Stern --

Re: [linux-usb-devel] Oops with 2.6.6-rc1-mm1/rc2 + speedtouch problem

2004-04-22 Thread Vince
Duncan Sands wrote: 1) I'm getting the following oops at shutdown with 2.6.6-rc1-mm1 (not present in 2.6.5, I get this also in 2.6.6-rc2). ... EIP is at destroy_async+0x24/0xd0 [usbcore] ... This is a usbfs problem. I think usbfs is a bit racy here: it assumes that completion handlers have fini

Re: [linux-usb-devel] Oops with 2.6.6-rc1-mm1/rc2 + speedtouch problem

2004-04-22 Thread Duncan Sands
> 1) I'm getting the following oops at shutdown with 2.6.6-rc1-mm1 (not > present in 2.6.5, I get this also in 2.6.6-rc2). ... > EIP is at destroy_async+0x24/0xd0 [usbcore] ... This is a usbfs problem. I think usbfs is a bit racy here: it assumes that completion handlers have finished running w

[linux-usb-devel] Оперативная полиграфия на Ленинском /// не гладкий, а шероховатый; зрачки глаз желтые;

2004-04-22 Thread Abed O. Scarlet
  поодиночке, редко в паре и очень

[linux-usb-devel] Oops with 2.6.6-rc1-mm1/rc2 + speedtouch problem

2004-04-22 Thread Vince
Hi all, I have two usb-related problems with recent kernel: 1) I'm getting the following oops at shutdown with 2.6.6-rc1-mm1 (not present in 2.6.5, I get this also in 2.6.6-rc2). printing eip: e0b817c4 Oops: [#1] PREEMPT CPU:0 EIP:0060:[]Not tainted VLI EFLAGS: 00010017 (

[linux-usb-devel] problem facing in the probe function

2004-04-22 Thread Vineetha PH
Hi, I have a blue tooth dongle. After connecting the dongle I ws trying to use the blue tooth.c which exists in the source code. I found out that the probe function was failing once the device was connected, later when I checked out using printk statements I found out that there were zero bulk in,