Re: [linux-usb-devel] g_file_storage and Windows - problem in connection on pxa255

2005-01-06 Thread Vladimir Trukhin
Hi Alan, Thanks for your fast reply! Alan Stern wrote: On Thu, 6 Jan 2005, Vladimir Trukhin wrote: Due to mkdosfs does not work with USB directly (it failed with " unable to get drive geometry for '/dev/uba1' "), It probably would have worked better if you had used usb-storage instead of

[linux-usb-devel] Re: [patch]another workaround for cdc-acm

2005-01-06 Thread Greg KH
On Tue, Jan 04, 2005 at 10:19:02PM +0100, Oliver Neukum wrote: > Hi, > > there are a lot of buggy modems. Applied, thanks. greg k-h --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t

[linux-usb-devel] Re: [patch 2.6.10] fix serial gadget oops during enumeration

2005-01-06 Thread Greg KH
On Thu, Jan 06, 2005 at 12:34:14PM -0800, David Brownell wrote: > This is a trivial fix for this oops; there might > be a better one. Applied, thanks. greg k-h --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limite

[linux-usb-devel] Re: [patch 2.6.10] handle bridged platform bus segments

2005-01-06 Thread Greg KH
On Wed, Jan 05, 2005 at 03:49:12PM -0800, David Brownell wrote: > Sometimes chip evaluation samples are packaged onto > PCI card with a bridge (e.g. from PLX). In production > systems the bridge is never used, and the chip sits on > a platform bus. > > This patch lets drivers for such chips be wr

Re: [linux-usb-devel] USB modem will not reset with 2.6.10.

2005-01-06 Thread Oliver Neukum
Am Donnerstag, 6. Januar 2005 21:12 schrieb Ð: > I use 2.6.10 kernel and pppd-2.4.3 on Fedora Core 3 distr. > I configure my pppd to connect to internet via 3Com 56k Business Modem (USB). > Everything is fine. > But when i want disconnect from internet i do: 'killall pppd'. > Dialup connection

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-06 Thread Oliver Neukum
Am Donnerstag, 6. Januar 2005 23:27 schrieb Alan Stern: > Do you have Legacy USB support enabled in your BIOS? Without legacy support: Jan 7 00:35:15 macbeth kernel: Stopping tasks: ===| Jan 7 00:35:15 macbeth kernel: Freeing memory... ^H-^H\^H|^H/^H-^H\^

Re: [linux-usb-devel] Re: oops when reading resourceN files in sysfs

2005-01-06 Thread Greg KH
On Thu, Jan 06, 2005 at 12:35:22PM -0800, Jesse Barnes wrote: > On Thursday, January 6, 2005 12:25 pm, Jesse Barnes wrote: > > [Sorry about the bogus reply, I don't have the original message.] > > > > That shouldn't happen. Maybe you were running an old version of the tree > > or an old version of

Re: [linux-usb-devel] [PATCH] Alternative (small) isp116x HCD for 2.6

2005-01-06 Thread Ian Campbell
On Thu, 2005-01-06 at 13:10 -0800, David Brownell wrote: > But surely it'd be better to have one arch-neutral call in > the chip's driver; nobody else needs to know how that > hardware signal works. I don't know that you have a choice on all architectures. e.g. an ISA IRQ is always rising edge. (

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-06 Thread Oliver Neukum
Am Donnerstag, 6. Januar 2005 22:01 schrieb Alan Stern: > On Thu, 6 Jan 2005, Oliver Neukum wrote: > > > Am Donnerstag, 6. Januar 2005 20:11 schrieb Alan Stern: > > > It's also possible that the flip-flop is changed during the suspend > > > operation rather than the resume operation. ÂPerhaps Oliv

Re: [linux-usb-devel] [PATCH] Alternative (small) isp116x HCD for 2.6

2005-01-06 Thread David Brownell
On Thursday 06 January 2005 3:05 pm, Ian Campbell wrote: > On Thu, 2005-01-06 at 13:10 -0800, David Brownell wrote: > > > But surely it'd be better to have one arch-neutral call in > > the chip's driver; nobody else needs to know how that > > hardware signal works. > > I don't know that you have

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-06 Thread Alan Stern
On Thu, 6 Jan 2005, David Brownell wrote: > On Thursday 06 January 2005 1:01 pm, Alan Stern wrote: > > > > If the power was shut off entirely, upon resume the controller would have > > seen a connect change event. No such event shows up in the system logs > > you posted with ehci-hcd unloaded.

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-06 Thread Alan Stern
On Thu, 6 Jan 2005, David Brownell wrote: > This suggests that the problem is in UHCI. A key difference > between having /sys/power/disk be "platform" vs "shutdown" > is basically that BIOS treats the shutdown path as a reboot, > while the "platform" path is a real resume. > > Reboot probably me

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-06 Thread Oliver Neukum
> It's worth checking this out. Oliver, after resuming with both uhci-hcd > and ehci-hcd loaded, try doing lspci -xxx for the UHCI controller. The > two bytes at offset 0xc0 are of interest. > > Do you have Legacy USB support enabled in your BIOS? Legacy support was on. I've swit

Re: [ACPI] Re: [linux-usb-devel] kernel 2.6.10 , uhci-hcd problem after ACPI S3 suspend.

2005-01-06 Thread Paul Ionescu
Alan, Things do quiet down after I rmmod ehci and uhci and insert them again, but not until that. And yes, it is a problem of coexistence between uhci and ehci, because taken separately they behave nice. Paul > It's surprising that things don't quiet > down and start working > again. > > Alan

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-06 Thread David Brownell
On Thursday 06 January 2005 1:49 pm, Oliver Neukum wrote: > Am Donnerstag, 6. Januar 2005 22:31 schrieb David Brownell: > > But an honest-to-gosh resume acts different.  The BIOS > > won't touch the controllers there. > > > > Now, the HCD resume() method has to handle at least > > three different

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-06 Thread David Brownell
On Thursday 06 January 2005 1:54 pm, Pavel Machek wrote: > > Does swsusp behave correctly in the "shutdown" case? > > That's roughly the difference between an ACPI S4bios > > and an ACPI S4 suspend sequence. Both need testing. > > "platform" is swsusp followed by S4 powerdown. > > S4bios is "fir

Re: [linux-usb-devel] Re: [PATCH] macros to detect existance of unlocked_ioctl and ioctl_compat

2005-01-06 Thread David Brownell
On Thursday 06 January 2005 1:24 pm, Greg KH wrote: > > P.S.:  When designing new API, please do not make it unnecessary > > complicated. > > USB video needs rather large bandwidth and low latency, so please no ASCII > > strings, and scatter-gather aware API helps a bit... > > In measurements pub

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-06 Thread Pavel Machek
Hi! > > In any case this isn't under our control. > > Devices are resumed in the same order they were detected initially. I > > think the only way to solve this problem is to find a workaround for EHCI > > controllers that act weird when they resume. > > The problem could well be in UHCI inst

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-06 Thread Oliver Neukum
Am Donnerstag, 6. Januar 2005 22:31 schrieb David Brownell: > But an honest-to-gosh resume acts different.  The BIOS > won't touch the controllers there. > > Now, the HCD resume() method has to handle at least > three different states: > >   - Honest-to-gosh resume (which worked in this case) >  

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-06 Thread Oliver Neukum
Am Donnerstag, 6. Januar 2005 22:01 schrieb Alan Stern: > On Thu, 6 Jan 2005, Oliver Neukum wrote: > > > Am Donnerstag, 6. Januar 2005 20:11 schrieb Alan Stern: > > > It's also possible that the flip-flop is changed during the suspend > > > operation rather than the resume operation.  Perhaps Oliv

Re: [linux-usb-devel] Re: [PATCH] macros to detect existance of unlocked_ioctl and ioctl_compat

2005-01-06 Thread Greg KH
On Thu, Jan 06, 2005 at 01:59:25PM -0800, David Brownell wrote: > On Thursday 06 January 2005 1:24 pm, Greg KH wrote: > > > P.S.: ?When designing new API, please do not make it unnecessary > > > complicated. > > > USB video needs rather large bandwidth and low latency, so please no ASCII > > > str

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-06 Thread David Brownell
On Thursday 06 January 2005 11:40 am, Oliver Neukum wrote: > Am Donnerstag, 6. Januar 2005 18:19 schrieb David Brownell: > > The problem could well be in UHCI instead, or BIOS. > > There are at least several dozen different configurations > > to test here, after all ... ;) > > I am developing rebo

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-06 Thread Alan Stern
On Thu, 6 Jan 2005, Oliver Neukum wrote: > Am Donnerstag, 6. Januar 2005 20:11 schrieb Alan Stern: > > It's also possible that the flip-flop is changed during the suspend > > operation rather than the resume operation.  Perhaps Oliver can add some > > debugging lines to print the values of the reg

Re: [linux-usb-devel] [PATCH] Alternative (small) isp116x HCD for 2.6

2005-01-06 Thread Ian Campbell
On Thu, 2005-01-06 at 19:31 +0200, Olav Kongas wrote: > Hi, > > On Thu, 6 Jan 2005, Ian Campbell wrote: > > When I tried it I found that DEFAULT_FMINTERVAL wasn't defined anywhere, > > I tried setting FI=11999,FSMPS=0 as that was what the docs said the > > default was but that didn't work. > > FI

[linux-usb-devel] [patch 2.6.10] fix serial gadget oops during enumeration

2005-01-06 Thread David Brownell
This is a trivial fix for this oops; there might be a better one. - Dave This prevents the serial gadget driver from oopsing during enumeration when spinlocks are configured, and slab poisoning is active... Signed-off-by: David Brownell <[EMAIL PROTECTED]> --- 1.21/drivers/usb/gadget/serial.c 20

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-06 Thread David Brownell
On Thursday 06 January 2005 11:11 am, Alan Stern wrote: > > The only thing that a quick scan of the ehci resume > > code suggested might be a problem is the line of code > > in ehci-hub.c::ehci_resume() that checks for whether > > the PORT_SUSPEND bit is set. Maybe that should be > > checking for

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-06 Thread David Brownell
On Thursday 06 January 2005 1:01 pm, Alan Stern wrote: > > If the power was shut off entirely, upon resume the controller would have > seen a connect change event. No such event shows up in the system logs > you posted with ehci-hcd unloaded. But it does show up in the logs with > ehci-hcd load

[linux-usb-devel] USB modem will not reset with 2.6.10.

2005-01-06 Thread Телек
Hello, linux-usb-devel. I use 2.6.10 kernel and pppd-2.4.3 on Fedora Core 3 distr. I configure my pppd to connect to internet via 3Com 56k Business Modem (USB). Everything is fine. But when i want disconnect from internet i do: 'killall pppd'. Dialup connection broken and i use my telephone line t

[linux-usb-devel] Re: [PATCH] macros to detect existance of unlocked_ioctl and ioctl_compat

2005-01-06 Thread Greg KH
On Thu, Jan 06, 2005 at 10:09:21PM +0100, Petr Vandrovec wrote: > On Thu, Jan 06, 2005 at 09:44:31PM +0100, Andi Kleen wrote: > > On Thu, Jan 06, 2005 at 11:59:59AM -0800, David S. Miller wrote: > > > On Thu, 6 Jan 2005 20:51:44 +0100 > > > Andi Kleen <[EMAIL PROTECTED]> wrote: > > > > > > > DaveM

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-06 Thread Oliver Neukum
Am Donnerstag, 6. Januar 2005 20:11 schrieb Alan Stern: > It's also possible that the flip-flop is changed during the suspend > operation rather than the resume operation.  Perhaps Oliver can add some > debugging lines to print the values of the regs->port_status[] entries in > those three loops (o

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-06 Thread Oliver Neukum
Am Donnerstag, 6. Januar 2005 18:19 schrieb David Brownell: > The problem could well be in UHCI instead, or BIOS. > There are at least several dozen different configurations > to test here, after all ... ;) I am developing reboot psychosis ;-) Anyway, using platform makes a difference. The box do

Re: [ACPI] Re: [linux-usb-devel] kernel 2.6.10 , uhci-hcd problem after ACPI S3 suspend.

2005-01-06 Thread Alan Stern
[Removed acpi-devel from the CC: line, since this has turned out to be a USB problem] On Thu, 6 Jan 2005, David Brownell wrote: > This would be a case where the root hub timer isn't > getting shut down "properly" during suspend ... right > now the OHCI and EHCI code test for HCD_IS_RUNNING() > i

Re: [linux-usb-devel] [PATCH] Alternative (small) isp116x HCD for 2.6

2005-01-06 Thread David Brownell
On Thursday 06 January 2005 12:52 pm, Ian Campbell wrote: > in viper_init_irq(): > set_irq_type(VIPER_USB_IRQ, IRQT_RISING); Just out of curiousity ... does anyone know what the story is on getting an arch-neutral set_irq_type() call? Sure, all the board support code can do that stuff. Or

Re: [linux-usb-devel] [PATCH] Alternative (small) isp116x HCD for 2.6

2005-01-06 Thread Ian Campbell
On Thu, 2005-01-06 at 19:11 +0100, [EMAIL PROTECTED] wrote: > May be my arch interrupt setup or timing broken? I guess if other peripherals are OK then the basic code is right, but it sounds as if the configuration for the particular USB IRQ isn't correct. I don't know the i.MX stuff at all but FW

Re: [ACPI] Re: [linux-usb-devel] kernel 2.6.10 , uhci-hcd problem after ACPI S3 suspend.

2005-01-06 Thread Paul Ionescu
Hi Oliver, Yes, it works better without ehci_hcd. I still have some minor issues, it is not flawless, but definitely better than before. Please note, that for me it works the other way too: If I rmmod uhci_hcd before suspend and I insert it after resume, I have a happy system. So it seems that the

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-06 Thread Alan Stern
On Thu, 6 Jan 2005, David Brownell wrote: > > In any case this isn't under our control. > > Devices are resumed in the same order they were detected initially. I > > think the only way to solve this problem is to find a workaround for EHCI > > controllers that act weird when they resume. > >

[linux-usb-devel] Re: [PATCH] macros to detect existance of unlocked_ioctl and ioctl_compat

2005-01-06 Thread Andi Kleen
On Thu, Jan 06, 2005 at 11:59:59AM -0800, David S. Miller wrote: > On Thu, 6 Jan 2005 20:51:44 +0100 > Andi Kleen <[EMAIL PROTECTED]> wrote: > > > DaveM can probably give you more details since he tried unsucessfully > > to make it work. I think the problem is that there is no enough > > informati

[linux-usb-devel] Re: oops when reading resourceN files in sysfs

2005-01-06 Thread Jesse Barnes
On Thursday, January 6, 2005 12:25 pm, Jesse Barnes wrote: > [Sorry about the bogus reply, I don't have the original message.] > > That shouldn't happen. Maybe you were running an old version of the tree > or an old version of my sysfs mmap patch? When I do a 'bk pull' of > gregkh's latest usb tr

[linux-usb-devel] Re: ATI RS350 chipset

2005-01-06 Thread Jason L Tibbitts III
Crap. Folks, I must apologize for wasting your time. The issue seems to be that the USB ports on the case look to be connected to the motherboard improperly. I started plugging things into the ports on the back of the motherboard and everything seems to work just fine. It's kind of odd that it

[linux-usb-devel] Re: oops when reading resourceN files in sysfs

2005-01-06 Thread Jesse Barnes
[Sorry about the bogus reply, I don't have the original message.] akpm wrote: > OK. With Greg's tree: > > linux:/home/akpm# l /sys/devices/pci:00/:00:1d.0/ > total 0 > -r--r--r-- 1 root root 4096 2004-12-29 18:36 class > -rw-r--r-- 1 root root 256 2004-12-29 18:36 config > -r

[linux-usb-devel] Re: [PATCH] macros to detect existance of unlocked_ioctl and ioctl_compat

2005-01-06 Thread David S. Miller
On Thu, 6 Jan 2005 20:51:44 +0100 Andi Kleen <[EMAIL PROTECTED]> wrote: > DaveM can probably give you more details since he tried unsucessfully > to make it work. I think the problem is that there is no enough > information for the compat layer to convert everything. When the usbfs async stuff wr

[linux-usb-devel] Re: [PATCH] macros to detect existance of unlocked_ioctl and ioctl_compat

2005-01-06 Thread Andi Kleen
> > Agree that's a problem. We just need an alternative interface here > > or I try to come up with an x86-64 specific hack (I think it's possible > > to do the compatibility x86-64 specific, just not in compat code for > > all architectures who have truly separated user/kernel address spaces) > >

Re: [linux-usb-devel] [PATCH] Alternative (small) isp116x HCD for 2.6

2005-01-06 Thread lists
* Ian Campbell <[EMAIL PROTECTED]> [Thu, Jan 06, 2005 at 03:57:18PM +]: > When I tried it I found that DEFAULT_FMINTERVAL wasn't defined anywhere, Did you try to get the driver running on 2.6.10? DEFAULT_FMINTERVAL dissappeared from 2.6.9 to 2.6.10... > I also copied the sw reset logic from

Re: [ACPI] Re: [linux-usb-devel] kernel 2.6.10 , uhci-hcd problem after ACPI S3 suspend.

2005-01-06 Thread Alan Stern
On Thu, 6 Jan 2005, Paul Ionescu wrote: > Hi Alan, > > Now after a suspend/resume cycle, I see the devices > with lsusb, but they are not working (I tried a > mouse), and I get in logs a lot of: > Jan 6 20:04:14 r50p kernel: > drivers/usb/input/hid-core.c: input irq status -84 > received > Jan

[linux-usb-devel] Re: [PATCH] macros to detect existance of unlocked_ioctl and ioctl_compat

2005-01-06 Thread Greg KH
On Thu, Jan 06, 2005 at 06:53:42PM +0100, Andi Kleen wrote: > [cc list trimmed] > > On Thu, Jan 06, 2005 at 06:26:13PM +0100, Petr Vandrovec wrote: > > > Why are you issuing 64bit ioctls from 32bit applications? > > > > There are three reasons (main reason is that vmware is 32bit app, but it is

[linux-usb-devel] Re: ATI RS350 chipset

2005-01-06 Thread Jason L Tibbitts III
> "DB" == David Brownell <[EMAIL PROTECTED]> writes: DB> I'd be interested in knowing if the following patch makes much of DB> a difference ... I applied it and rebuilt. (I need to learn how to do this properly; tweaking the spec file and rebuilding takes way too long.) Anyway, the messages

Re: [ACPI] Re: [linux-usb-devel] kernel 2.6.10 , uhci-hcd problem after ACPI S3 suspend.

2005-01-06 Thread Paul Ionescu
Hi Alan, Now after a suspend/resume cycle, I see the devices with lsusb, but they are not working (I tried a mouse), and I get in logs a lot of: Jan 6 20:04:14 r50p kernel: drivers/usb/input/hid-core.c: input irq status -84 received Jan 6 20:04:14 r50p kernel: drivers/usb/input/hid-core.c: input

Re: [ACPI] Re: [linux-usb-devel] kernel 2.6.10 , uhci-hcd problem after ACPI S3 suspend.

2005-01-06 Thread Paul Ionescu
Hi Alan, Yes, I think it works as you expected. I have CONFIG_USB_SUSPEND and CONFIG_USB_DEBUG, and the behaviour is: If ehci-hcd is not loaded but only uhci-hcd, suspend and resume works just fine with and without USB devices plugged in. If ehci-hcd and uhci-hcd is loaded , suspend and resume w

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-06 Thread Oliver Neukum
Am Donnerstag, 6. Januar 2005 18:19 schrieb David Brownell: > We saw the /proc/debug/uhci/:00:1d:0 output; what > does the corresponding /sys/class/usb_host/.../registers > information (for EHCI) show, before and after suspend? After: bus pci, device :00:1d.7 (driver 26 Oct 2004) EHCI 1.00

Re: [ACPI] Re: [linux-usb-devel] kernel 2.6.10 , uhci-hcd problem after ACPI S3 suspend.

2005-01-06 Thread David Brownell
> > After an ACPI S3 suspend it fails to see any USB > > device plugged in. Just for the record: I've seen that work with EHCI and OHCI, for S1 suspend (which works much like S3 from the USB perspective) and swsusp in poweredown "S4-ish" suspend. At least, I've seen that work for code that went

Re: [ACPI] Re: [linux-usb-devel] kernel 2.6.10 , uhci-hcd problem after ACPI S3 suspend.

2005-01-06 Thread David Brownell
On Thursday 06 January 2005 7:48 am, Alan Stern wrote: > I think you've run across another indication that the suspend/resume > support in the USB drivers is not yet ready for prime time. Does the > patch below help? (Note: this is meant for use with CONFIG_USB_SUSPEND > not set.) This would

Re: [linux-usb-devel] [PATCH] Alternative (small) isp116x HCD for 2.6

2005-01-06 Thread Olav Kongas
Hi, On Thu, 6 Jan 2005, Ian Campbell wrote: > When I tried it I found that DEFAULT_FMINTERVAL wasn't defined anywhere, > I tried setting FI=11999,FSMPS=0 as that was what the docs said the > default was but that didn't work. FI is the number of bit times in a frame, i.e., 11999 bit times in 1 ms

Re: [ACPI] Re: [linux-usb-devel] kernel 2.6.10 , uhci-hcd problem after ACPI S3 suspend.

2005-01-06 Thread Oliver Neukum
Am Donnerstag, 6. Januar 2005 19:28 schrieb Paul Ionescu: > Hi Oliver, > > Yes, it works if rmmod ehci_hcd before suspending, but > it was a time when there was no need to rmmod anything > before suspending ( for me was something like 2.6.7 or > around ). > In 2.6.9 you cannot suspend anymore with

Re: [linux-usb-devel] ATI RS350 chipset

2005-01-06 Thread Alan Stern
On Thu, 6 Jan 2005, David Brownell wrote: > > Your patch changes the initial descriptor read from 64 bytes to 18 bytes, > > right? I'm almost certain that will break with some devices (although it > > may help others). > > I think it'd work better with _most_ devices, considering that > bugs h

Re: [ACPI] Re: [linux-usb-devel] kernel 2.6.10 , uhci-hcd problem after ACPI S3 suspend.

2005-01-06 Thread Paul Ionescu
Hi Alan, After some more testing, I noticed that if I suspend with only UHCI loaded, it works fine. If I suspend with only EHCI loaded, it works fine. If I suspend with both UHCI and EHCI loaded, I run in the problems we talked about. When I say "works fine" that means that suspends/resumes with

[linux-usb-devel] [PATCH][RESEND] Add support MPC5200 and STB04XXX OHCI implementations

2005-01-06 Thread Dale Farnsworth
I sent this back on 2004-12-02 and saw no discussion. I'm hoping to get this in soon. The patch is unchanged, but still applies cleanly to 2.6.10-mm1 and linux-2.6 bk-current. Thanks, -Dale This patch adds support for two PPC processors with embedded OHCI implementations, the Freescale MPC5200

Re: [ACPI] Re: [linux-usb-devel] kernel 2.6.10 , uhci-hcd problem after ACPI S3 suspend.

2005-01-06 Thread Paul Ionescu
Hi Oliver, Yes, it works if rmmod ehci_hcd before suspending, but it was a time when there was no need to rmmod anything before suspending ( for me was something like 2.6.7 or around ). In 2.6.9 you cannot suspend anymore with ehci-hcd loaded, in 2.6.10 you can but you screw your uhci and sometime

[linux-usb-devel] Re: ATI RS350 chipset

2005-01-06 Thread Jason L Tibbitts III
> "AS" == Alan Stern <[EMAIL PROTECTED]> writes: AS> I don't know about that low speed "Unlink after no-IRQ" message, AS> but you may be able to fix the other problems by using the AS> "old_scheme_first=y" module parameter for usbcore. I booted with "usbcore.old_scheme_first=y" on the kernel

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-06 Thread Oliver Neukum
Am Donnerstag, 6. Januar 2005 18:19 schrieb David Brownell: > On Thursday 06 January 2005 6:54 am, Alan Stern wrote: > > On Wed, 5 Jan 2005, David Brownell wrote: > > > > > > > Is EHCI being resumed before UHCI -- or afterwards? > > > > > > > > EHCI was resumed after UHCI. > > > > > > I suspect

Re: [linux-usb-devel] Problem with 2.6.8 and later with CDC ACM module and Zoom 2985 modem

2005-01-06 Thread Oliver Neukum
Am Donnerstag, 6. Januar 2005 18:17 schrieb David Brownell: > On Thursday 06 January 2005 8:43 am, Oliver Neukum wrote: > > Am Donnerstag, 6. Januar 2005 17:30 schrieb David Brownell: > > > So far so good, but this next chunk is a bug in "lsusb"; > > > it should dump one descriptor per line!  And i

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-06 Thread David Brownell
On Thursday 06 January 2005 6:54 am, Alan Stern wrote: > On Wed, 5 Jan 2005, David Brownell wrote: > > > > > Is EHCI being resumed before UHCI -- or afterwards? > > > > > > EHCI was resumed after UHCI. > > > > I suspect it'd work better the other way around. > > Maybe it would, maybe not. I'd

Re: [linux-usb-devel] Problem with 2.6.8 and later with CDC ACM module and Zoom 2985 modem

2005-01-06 Thread David Brownell
On Thursday 06 January 2005 8:43 am, Oliver Neukum wrote: > Am Donnerstag, 6. Januar 2005 17:30 schrieb David Brownell: > > So far so good, but this next chunk is a bug in "lsusb"; > > it should dump one descriptor per line!  And it'd be > > nice if it actually interpreted them ... but the modem >

Re: [linux-usb-devel] Problem with 2.6.8 and later with CDC ACM module and Zoom 2985 modem

2005-01-06 Thread Oliver Neukum
Am Donnerstag, 6. Januar 2005 15:39 schrieb [EMAIL PROTECTED]: > I think this is what you're asking for: > > Here's the section of /var/log/syslog showing 2.6.10 booting, as well > as an attempt to use the modem with the command 'pon' Yes, it is. EBUSY is a very unusual error under these ciurcums

Re: [ACPI] Re: [linux-usb-devel] kernel 2.6.10 , uhci-hcd problem after ACPI S3 suspend.

2005-01-06 Thread Oliver Neukum
Am Donnerstag, 6. Januar 2005 16:40 schrieb Alan Stern: > On Wed, 5 Jan 2005, Paul Ionescu wrote: > > > Hi Alan, > > > > I just compiled a new kernel with both > > CONFIG_USB_SUSPEND and CONFIG_USB_DEBUG, and now it > > works if nothing is plugged in USB when I suspend the > > machine. > > If I h

Re: [linux-usb-devel] Problem with 2.6.8 and later with CDC ACM module and Zoom 2985 modem

2005-01-06 Thread Oliver Neukum
Am Donnerstag, 6. Januar 2005 17:30 schrieb David Brownell: > So far so good, but this next chunk is a bug in "lsusb"; > it should dump one descriptor per line!  And it'd be > nice if it actually interpreted them ... but the modem > put these in a nonstandard location.  Currently it only > interpre

Re: [ACPI] Re: [linux-usb-devel] kernel 2.6.10 , uhci-hcd problem after ACPI S3 suspend.

2005-01-06 Thread Alan Stern
On Wed, 5 Jan 2005, Paul Ionescu wrote: > Hi Alan, > > I just compiled a new kernel with both > CONFIG_USB_SUSPEND and CONFIG_USB_DEBUG, and now it > works if nothing is plugged in USB when I suspend the > machine. > If I have something plugged in at suspend time, after > resume it is not there a

Re: [linux-usb-devel] Problem with 2.6.8 and later with CDC ACM module and Zoom 2985 modem

2005-01-06 Thread David Brownell
On Wednesday 05 January 2005 4:56 pm, [EMAIL PROTECTED] wrote: > > Bus 001 Device 002: ID 0572:1280 Conexant Systems (Rockwell), Inc. > Device Descriptor: > bLength18 > bDescriptorType 1 > bcdUSB 1.10 > bDeviceClass2 Communications > bDe

Re: [linux-usb-devel] ATI RS350 chipset

2005-01-06 Thread David Brownell
On Thursday 06 January 2005 7:03 am, Alan Stern wrote: > On Wed, 5 Jan 2005, David Brownell wrote: > > > I'd be interested in knowing if the following patch makes much > > of a difference ... I suspect it'd help other cases a bit better, > > where the "-EPROTO" error suggests that the oversized re

Re: [linux-usb-devel] [PATCH] Alternative (small) isp116x HCD for 2.6

2005-01-06 Thread Ian Campbell
Hi Olav, On Mon, 2005-01-03 at 19:26 +0200, Olav Kongas wrote: > Here comes a new isp116x driver. When I tried it I found that DEFAULT_FMINTERVAL wasn't defined anywhere, I tried setting FI=11999,FSMPS=0 as that was what the docs said the default was but that didn't work. I found that the old 2.

Re: [ACPI] Re: [linux-usb-devel] kernel 2.6.10 , uhci-hcd problem after ACPI S3 suspend.

2005-01-06 Thread Alan Stern
On Wed, 5 Jan 2005, Paul Ionescu wrote: > The dmesg from a kernel 2.6.10 with CONFIG_USB_DEBUG > is bellow: > suspended without any device plugged, resumed, plugged > a device in. > > uhci_hcd :00:1d.1: suspend_hc > PM: Preparing system for suspend > ehci_hcd :00:1d.7: --> PCI D3hot > uhc

RE: [linux-usb-devel] Re: Add UFI command to Mass storage device driver

2005-01-06 Thread Alan Stern
On Thu, 6 Jan 2005, Hou Xiang ZHU wrote: > I think for just unlock the stick using a few extra command, this approach > is ok, but > what if I also want to encrypt every single byte of data on this stick(using > some encrypt algorithm)? > I think I have to write a special driver for it . Even if I

Re: [linux-usb-devel] ATI RS350 chipset

2005-01-06 Thread Alan Stern
On Wed, 5 Jan 2005, David Brownell wrote: > > Incidentally, if anyone can suggest why some devices like this one fail > > with the new initialization scheme while (presumably) working correctly > > with Windows, I would like to here it. The intent of the new scheme was > > to duplicate exactly

Re: [linux-usb-devel] g_file_storage and Windows - problem in connection on pxa255

2005-01-06 Thread Alan Stern
On Thu, 6 Jan 2005, Vladimir Trukhin wrote: > Hi all! > > And Happy New Year to everyone! > > 3 days ago I faced the problem which I could not solve using Google. > > Currently I work on board with PXA255, kernel 2.6.10, and I need the > ability to access the > board through USB from both Linu

Re: [linux-usb-devel] Problem with 2.6.8 and later with CDC ACM module and Zoom 2985 modem

2005-01-06 Thread jdietrch
On Thu, 6 Jan 2005 12:04:05 +0100, "Oliver Neukum" <[EMAIL PROTECTED]> said: > Am Donnerstag, 6. Januar 2005 01:56 schrieb [EMAIL PROTECTED]: > > Hi. > > > > I have tried kernels 2.6.8 and 2.6.9 and now 2.6.10 all with the same > > results. My Zoom 2985 USB modem works perfectly with 2.6.7 but no

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-06 Thread Alan Stern
On Wed, 5 Jan 2005, David Brownell wrote: > > > Is EHCI being resumed before UHCI -- or afterwards? > > > > EHCI was resumed after UHCI. > > I suspect it'd work better the other way around. Maybe it would, maybe not. In any case this isn't under our control. Devices are resumed in the same o

[linux-usb-devel] Kernel 2.4.28 PL2303 clocal is not implemented

2005-01-06 Thread Gernot Fink
Hallo, If a programm set CRTSCTS to enable hardware-handschaking in the PL2303-device this stays until the device is unplugged. This is because CLOCAL is not supported in the driver. Following works for me: -- *** pl2303.c.orgThu Jan 6 12:29:34 2005 --- pl2303.cThu Jan 6 12:31:2

Re: [linux-usb-devel] Problem with 2.6.8 and later with CDC ACM module and Zoom 2985 modem

2005-01-06 Thread Oliver Neukum
Am Donnerstag, 6. Januar 2005 01:56 schrieb [EMAIL PROTECTED]: > Hi. > > I have tried kernels 2.6.8 and 2.6.9 and now 2.6.10 all with the same > results. My Zoom 2985 USB modem works perfectly with 2.6.7 but not > with any kernel since then. > > Below is some information that I think is relevant

Re: [linux-usb-devel] Fw: [BUG] USB Storage OOPS and a D state process in 2.6.10

2005-01-06 Thread Srihari Vijayaraghavan
On Thursday 06 January 2005 02:50, Alan Stern wrote: > ... > Srihari, can you try reproducing this after rebuilding the usb-storage > driver with CONFIG_USB_STORAGE_DEBUG=y? Alan, Sure, I shall try to trigger this bug with the debug option. (But I am afraid it would take a couple of days, as tha

[linux-usb-devel] g_file_storage and Windows - problem in connection on pxa255

2005-01-06 Thread Trukhin Vladimir Igorevich
Hi all! And Happy New Year to everyone! 3 days ago I faced the problem which I could not solve using Google. Currently I work on board with PXA255, kernel 2.6.10, and I need the ability to access the board through USB from both Linux and Windows hosts. I built the kernel with USB Gadget support

[linux-usb-devel] g_file_storage and Windows - problem in connection on pxa255

2005-01-06 Thread Vladimir Trukhin
Hi all! And Happy New Year to everyone! 3 days ago I faced the problem which I could not solve using Google. Currently I work on board with PXA255, kernel 2.6.10, and I need the ability to access the board through USB from both Linux and Windows hosts. I built the kernel with USB Gadget support fo