[linux-usb-devel] failure notice

2004-05-06 Thread MAILER-DAEMON
Hi. This is the qmail-send program at rs152.securehostserver.com. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. <[EMAIL PROTECTED]>: vcheckquota: Message would exceed virtual user's disk quota. /vdel

[linux-usb-devel] GeneSys Chipset...

2004-05-06 Thread Michael Knigge
All, I'm using an external USB 2.0 Drive with a GeneSys Chipset. What do I have to do to get it working reliably? Until now I've changed ".max_sectors" to 64 and I've applied the following two patches: http://lkml.org/lkml/diff/2004/2/8/42/1 http://lkml.org/lkml/diff/2004/2/8/42/2 Is there any

[linux-usb-devel] [patch 2.6.6-rc3 +bk-usb] more functional HCD PCI PM glue

2004-05-06 Thread David Brownell
This patch makes the usbcore PCI suspend/resume logic behave much better. In particular: - Even HCs without PCI PM support will normally be able to support global suspend, saving power ... and will need to resume later. Let them try to suspend; lots of not-that-old USB controllers don't

Re: [linux-usb-devel] isp1161 crashes my devices

2004-05-06 Thread Hasjim Williams
On Thu, 06 May 2004 09:27:12 +0100, "Ian Campbell" <[EMAIL PROTECTED]> said: > On Thu, 2004-05-06 at 08:35, [EMAIL PROTECTED] wrote: > > I thought, skimming the specs from Philips, that the ISP 116x is OHCI, > > but does'nt have memory-mapped registers (it's PIO). > > I seem to remember that it i

Re: [linux-usb-devel] isp1161 crashes my devices

2004-05-06 Thread Hasjim Williams
On Thu, 06 May 2004 09:27:12 +0100, "Ian Campbell" <[EMAIL PROTECTED]> said: > On Thu, 2004-05-06 at 08:35, [EMAIL PROTECTED] wrote: > > I thought, skimming the specs from Philips, that the ISP 116x is OHCI, > > but does'nt have memory-mapped registers (it's PIO). > > I seem to remember that it i

Re: [linux-usb-devel] isp1161 crashes my devices

2004-05-06 Thread Hasjim Williams
> Hmm, as we're currently thinking about replacing the dreaded SL811 > for our next PXA263 design with an ISP 116x, that's bad news for me ;) > > I thought, skimming the specs from Philips, that the ISP 116x is OHCI, > but does'nt have memory-mapped registers (it's PIO). Well, the registers are m

[linux-usb-devel] Software

2004-05-06 Thread craig
Microsoft Windows XP Professiornal 2002 Retail price: $270.99 Our low Pricme: $50.00 You Save: $220.00 Adobe Photoshiop 7.0 Retail price: $609.99 Our low Price: $60.00 You Savpe: $550.00 Microsoft Office XP Professional 2002 Retail price: $579.99 Our low Price: $60.00 You Savre: $510.0

[linux-usb-devel] Re: USB locking problems

2004-05-06 Thread Alan Stern
After a restless night, I've come up with some interesting ideas... First, let's acknowledge that in 2.6 we must require drivers not to interact with a device after their disconnect() has returned. Also, let's acknowledge that in the absence of significant changes to the SCSI core, if usb-stor

RE: [linux-usb-devel] Re: [usb-storage] Re: Clear_feature doesn't happen when get_descriptor on pipe

2004-05-06 Thread Stuart_Hayes
David Brownell wrote: > > Wouldn't a plain old atomic "BUSY" bitflag work better? If it's set, > usbcore would reject urbs with -EAGAIN ... from all contexts, > including the many that can't acquire semaphores! > Going back a bit--what context were you thinking of that wouldn't be able to gra

Re: [linux-usb-devel] USB Hot-plug'ing doesn't work on _my_ Fedora Core 2 (kernel 2.6.5) on a Centrino laptop

2004-05-06 Thread Fulko . Hew
Alan Stern replied: >> >> >If it works initially, before you unplug the device, then interrupts are >> >enabled. >> >> But... >> I put in a printk() at the start of the interrupt handler: uhci_irq() >> and it _never_ gets called!... ever! > >Well, that's bad. Didn't you say before that when th

Re: [linux-usb-devel] Re: [usb-storage] Re: Clear_feature doesn't happen when get_descriptor on pipe

2004-05-06 Thread David Brownell
[EMAIL PROTECTED] wrote: But wouldn't a bit flag require continuous retries on the part of whomever gets the -EAGAIN when they try to submit an URB? And, if so, wouldn't that leave open the possibility of them missing the window when the BUSY bit isn't set (unless they retry in a very tight loop,

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

2004-05-06 Thread Mail Delivery Subsystem
The original message was received at Thu, 6 May 2004 19:30:02 +0200 from [209.194.189.10] - The following addresses had permanent fatal errors - <[EMAIL PROTECTED]> (reason: 550 5.1.1 <[EMAIL PROTECTED]>... User unknown) - Transcript of session follows - ... while talkin

Re: [linux-usb-devel] Re: PATCH: (as268) Import device-reset changes from gadget-2.6 tree

2004-05-06 Thread David Brownell
+/* + * This should be a separate module. + */ int usb_hub_init(void) What do you mean by this? I wondered about that too... I didn't write it, so probably David did. I just left it in there when I submitted the patch. If you would prefer to take it out, that's fine with me. It's there in L

Re: [linux-usb-devel] USB Hot-plug'ing doesn't work on _my_ Fedora Core 2 (kernel 2.6.5) on a Centrino laptop

2004-05-06 Thread Alan Stern
On Thu, 6 May 2004 [EMAIL PROTECTED] wrote: > Alan Stern replied: > > >If it works initially, before you unplug the device, then interrupts are > >enabled. > > But... > I put in a printk() at the start of the interrupt handler: uhci_irq() > and it _never_ gets called!... ever! Well, that's bad.

Re: [linux-usb-devel] USB Hot-plug'ing doesn't work on _my_ Fedora Core 2 (kernel 2.6.5) on a Centrino laptop

2004-05-06 Thread Fulko . Hew
Alan Stern replied: >On Wed, 5 May 2004, Fulko Hew wrote: > >> Well your right. Both coldplug and hotplug does not get me to uhci_irq (), >> but then again neither does the unplug. ;-| >> The unplug does get to core/usb.c:usb_disconnect() >> >> Whats the best way to figure out if interrupts are

Re: [linux-usb-devel] Re: PATCH: (as268) Import device-reset changes from gadget-2.6 tree

2004-05-06 Thread Randy.Dunlap
On Thu, 6 May 2004 11:42:50 -0400 (EDT) Alan Stern wrote: | On Wed, 5 May 2004, Greg KH wrote: | | > Looks good, applied, thanks. | > | > One comment: | > | > > +/* | > > + * This should be a separate module. | > > + */ | > > int usb_hub_init(void) | > | > What do you mean by this? | | I won

Re: [linux-usb-devel] USB Hot-plug'ing doesn't work on _my_ Fedora Core 2 (kernel 2.6.5) on a Centrino laptop

2004-05-06 Thread Alan Stern
On Wed, 5 May 2004, Fulko Hew wrote: > Well your right. Both coldplug and hotplug does not get me to uhci_irq(), > but then again neither does the unplug. ;-| > The unplug does get to core/usb.c:usb_disconnect() > > Whats the best way to figure out if interrupts are even enabled on the > device

Re: [linux-usb-devel] Re: PATCH: (as268) Import device-reset changes from gadget-2.6 tree

2004-05-06 Thread Alan Stern
On Wed, 5 May 2004, Greg KH wrote: > Looks good, applied, thanks. > > One comment: > > > +/* > > + * This should be a separate module. > > + */ > > int usb_hub_init(void) > > What do you mean by this? I wondered about that too... I didn't write it, so probably David did. I just left it in

[linux-usb-devel] Re: [HIDDEV] Fix boundary checks for GUSAGE/SUSAGE

2004-05-06 Thread Pete Zaitcev
On Thu, 6 May 2004 20:24:45 +1000 Herbert Xu <[EMAIL PROTECTED]> wrote: > This patch fixes some incorrect returns using copy_to_user. > It is for 2.4.26 + the previous patch. It's on the board, Herbert. Might even be in a Marcelo's -rc already. Don't worry, I'm tracking this. -- Pete -

RE: [linux-usb-devel] Re: [usb-storage] Re: Clear_feature doesn't happen when get_descriptor on pipe

2004-05-06 Thread Stuart_Hayes
David Brownell wrote: >>> Wouldn't a plain old atomic "BUSY" bitflag work better? If it's >>> set, usbcore would reject urbs with -EAGAIN ... from all >>> contexts, including the many that can't acquire semaphores! >> >> >> I thought (and I might be confused with other OSes here) that there >> w

[linux-usb-devel] Re: [HIDDEV] Fix boundary checks for GUSAGE/SUSAGE

2004-05-06 Thread Herbert Xu
This patch fixes some incorrect returns using copy_to_user. It is for 2.4.26 + the previous patch. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbe

[linux-usb-devel] Re: [HIDDEV] Fix boundary checks for GUSAGE/SUSAGE

2004-05-06 Thread Herbert Xu
On Thu, May 06, 2004 at 08:15:15PM +1000, herbert wrote: > > The current code is applying the maxusage limit to GUSAGE/SUSAGE. This > is incorrect as the number of values is stored in field->report_count, > not field->maxusage. The USB phone from www.virbiage.com is one device > where report_cou

[linux-usb-devel] [HIDDEV] Fix boundary checks for GUSAGE/SUSAGE

2004-05-06 Thread Herbert Xu
Hi: The current code is applying the maxusage limit to GUSAGE/SUSAGE. This is incorrect as the number of values is stored in field->report_count, not field->maxusage. The USB phone from www.virbiage.com is one device where report_count exceeds maxusage. The following patch corrects the check fo

Re: [linux-usb-devel] isp1161 crashes my devices

2004-05-06 Thread Ian Campbell
On Thu, 2004-05-06 at 08:35, [EMAIL PROTECTED] wrote: > I thought, skimming the specs from Philips, that the ISP 116x is OHCI, > but does'nt have memory-mapped registers (it's PIO). I seem to remember that it is pretty OHCI like, but with a few quirks. Unfortunately it was some time ago when I loo

Re: [linux-usb-devel] isp1161 crashes my devices

2004-05-06 Thread stefan . eletzhofer
On Wed, May 05, 2004 at 08:34:41AM -0700, David Brownell wrote: > Hasjim Williams wrote: > > >The Viper Embedded Linux Developer Kit is based around an XScale > >device, so it needs to use an Embedded USB Host Controller. The > >Philips ISP1161A1 is such an example. An Embedded USB Host controll

[linux-usb-devel] ehci: new genesys problem: cdrecord/cdrdao cue-sheets

2004-05-06 Thread Andreas Hocevar
Hi, thanks for your great efforts to get external devices with genesys chipset working with ehci! Since Kernel 2.6.4 the device hangs when burning CDs with cdrecord or cdrdao during sending the cue-sheet. The only case where this does not happen is when using tao mode for data CDs. Might this