[linux-usb-devel] Re: Fw: palm on usb segfaults mm kernel

2004-10-24 Thread Grzegorz Piotr Jaskiewicz
Greg KH wrote: Can you try the 2.6.10-rc1 kernel and see if that works for you or not? My home partition is using raiser4, so not quite. Will have to wait for 2.6.10-rc1-mm1. -- GJ --- This SF.net email is sponsored by: IT Product Guide on I

[linux-usb-devel] USB keyboard problem follow-up

2004-10-24 Thread Gideon N. Guillen
Hello, This is a followup to the thread regarding my USB keyboard problem. See the following link for the previous thread: http://sourceforge.net/mailarchive/message.php?msg_id=9751633 Anyway, this time, I tried the latest kernel release (2.6.9) and also use the .config file that came with Fedora

[linux-usb-devel] Re: Fw: palm on usb segfaults mm kernel

2004-10-24 Thread Greg KH
On Sun, Oct 24, 2004 at 01:07:19PM -0700, Andrew Morton wrote: > > Looks like the recent visor.c changes. > > > Begin forwarded message: > > Date: Sun, 24 Oct 2004 18:14:38 +0200 > From: Grzegorz Piotr Jaskiewicz <[EMAIL PROTECTED]> > To: Andrew Morton <[EMAIL PROTECTED]> > Subject: palm on usb

[linux-usb-devel] [2.6.9] unhandled OHCI IRQs...

2004-10-24 Thread Daniel Blueman
When plugging in an Epson C62 USB 1.1 printer to my nForce 2 OHCI + EHCI USB controllers, the IRQ doesn't seem to get handled [1]. Tried both with acpi=noirq and without, printer support and full USB support enabled. Kernel is 2.6.9. Any ideas? --- [1] irq 7: nobody cared! [] __report_bad_irq+0

[linux-usb-devel] Fw: palm on usb segfaults mm kernel

2004-10-24 Thread Andrew Morton
Looks like the recent visor.c changes. Begin forwarded message: Date: Sun, 24 Oct 2004 18:14:38 +0200 From: Grzegorz Piotr Jaskiewicz <[EMAIL PROTECTED]> To: Andrew Morton <[EMAIL PROTECTED]> Subject: palm on usb segfaults mm kernel Hi I've tried recently Zire Palm attached to my laptop runn

Re: [linux-usb-devel] uhci-hcd - problem with suspend

2004-10-24 Thread David Brownell
On Sunday 24 October 2004 07:28, Pavel Kysilka wrote: > >Hi, > > i was testing acpi in my computer. i found problem with suspending usb > device. > > i test: > > echo 1 > /proc/acpi/sleep Or better yet, the new-school approach: echo standby > /sys/power/state > and i get this output

Re: [linux-usb-devel] RFC: USB hub autosuspend

2004-10-24 Thread David Brownell
On Sunday 24 October 2004 09:15, Alan Stern wrote: > On Sat, 23 Oct 2004, David Brownell wrote: > > > We should deploy autosuspend in some other drivers first. Storage > > would be a good trial ... all the control goes from CPU to device, there > > are no status or wakeup events going the other d

Re: [linux-usb-devel] [PATCH 1/4] USB: Use kcalloc instead of kmalloc and memset

2004-10-24 Thread David Brownell
On Saturday 23 October 2004 22:10, Pete Zaitcev wrote: > > Actually I strongly prefer "p = alloc(sizeof *p);" constructs since > > they don't break when, for example, typeof(p) changes. > > I know the seeds of evil in you and I strongly disapprove. > > struct foo { char *ptr } *boo; > >

Re: [linux-usb-devel] RFC: USB hub autosuspend

2004-10-24 Thread Alan Stern
On Sat, 23 Oct 2004, David Brownell wrote: > Call me paranoid ... the hub driver is in usbcore, right between > the HCDs (which don't all handle the necessary suspend transitions > right yet) and the PM core (which doesn't do so either). So while > I agree with "should", it seems far from "will"

Re: [linux-usb-devel] Re: [Linux-usb-users] 2.6.10-rc1: removing mounted usb storage reliably oopses

2004-10-24 Thread Alan Stern
On Sun, 24 Oct 2004, Wolfgang Rohdewald wrote: > your code never gets triggered: > > /* fail the command if we are disconnecting */ > US_DEBUGP("us->flags:%lx\n", us->flags); > if (test_bit(US_FLIDX_DISCONNECTING, &us->flags)) { > > us->flags is always 0 There's another

[linux-usb-devel] Re: speedstep-smi on PIII sometimes makes USB mad

2004-10-24 Thread Alan Stern
On Sat, 23 Oct 2004, Johannes Berg wrote: > Sometimes, it happened to me that my mouse stopped working: > > Oct 23 15:22:24 johannes kernel: uhci_hcd :00:07.2: host system error, PCI > problems? > Oct 23 15:22:24 johannes kernel: uhci_hcd :00:07.2: host controller halted, very > bad! >

Re: [linux-usb-devel] Re: [Linux-usb-users] 2.6.10-rc1: removing mounted usb storage reliably oopses

2004-10-24 Thread Wolfgang Rohdewald
On Sonntag 24 Oktober 2004 18:36, Alan Stern wrote: > There's another patch you may need as well (I don't know whether it got > into 2.6.10-rc1): > http://marc.theaimsgroup.com/?l=linux-kernel&m=109647165425442&w=2 It is in 2.6.10-rc1. Any other idea? -- mit freundlichen GrĂ¼ssen with my be

[linux-usb-devel] uhci-hcd - problem with suspend

2004-10-24 Thread Pavel Kysilka
Hi, i was testing acpi in my computer. i found problem with suspending usb device. i test: echo 1 > /proc/acpi/sleep and i get this output from kernel.log: Oct 24 16:02:33 prog3 kernel: PM: Preparing system for suspend Oct 24 16:02:33 prog3 kernel: Stopping tasks:

[linux-usb-devel] Re: [Linux-usb-users] 2.6.10-rc1: removing mounted usb storage reliably oopses

2004-10-24 Thread Wolfgang Rohdewald
your code never gets triggered: /* fail the command if we are disconnecting */ US_DEBUGP("us->flags:%lx\n", us->flags); if (test_bit(US_FLIDX_DISCONNECTING, &us->flags)) { us->flags is always 0 Oct 24 12:42:58 mm kernel: usb-storage: scsi cmd done, result=0x0 Oct 24 12:4

[linux-usb-devel] Re: [Linux-usb-users] 2.6.10-rc1: removing mounted usb storage reliably oopses

2004-10-24 Thread Fabio Erculiani
This patch is for you, I hope that usb devs suggests to merge it into mainline kernel: = drivers/usb/storage/scsiglue.c 1.84 vs edited = --- 1.84/drivers/usb/storage/scsiglue.c 2004-09-13 08:11:34 -04:00 +++ edited/drivers/usb/storage/scsiglue.c 2004-09-30 16:07:33 -04:00 @@ -175,7