[linux-usb-devel] Undelivered Message

2006-02-01 Thread postmaster
The email was deleted by system policy. Attached file might be containing virus. Connection From: 127.0.0.1 From: linux-usb-devel@lists.sourceforge.net To: [EMAIL PROTECTED] Date: Thu, 02 Feb 2006 16:19:38 +0900 Subject: Fw: Real show --- Scan information follows --- Virus Name: [EMAIL PROTECTED

[linux-usb-devel] Undelivered Message

2006-02-01 Thread postmaster
The email was deleted by system policy. Attached file might be containing virus. Connection From: 127.0.0.1 From: linux-usb-devel@lists.sourceforge.net To: [EMAIL PROTECTED] Date: Thu, 02 Feb 2006 12:31:43 +0900 Subject: Word file --- Scan information follows --- Virus Name: [EMAIL PROTECTED] Fi

Re: [linux-usb-devel] reading URBs in usbtest.c

2006-02-01 Thread Greg KH
On Tue, Jan 31, 2006 at 05:37:37PM -0800, ashili wrote: > hi all: > I am trying to make/understand the misc/usbtest.c from > kernel tree . simple_io method is used for sending > urbs (by calling usb_submit_urb); however, I did not > follow how it is reading URBs for other test cases in > usbtest_io

[linux-usb-devel] Undelivered Message

2006-02-01 Thread postmaster
The email was deleted by system policy. Attached file might be containing virus. Connection From: 127.0.0.1 From: linux-usb-devel@lists.sourceforge.net To: [EMAIL PROTECTED] Date: Thu, 02 Feb 2006 11:57:04 +0900 Subject: the file --- Scan information follows --- Virus Name: [EMAIL PROTECTED] Fil

Re: [linux-usb-devel] Bad OHCI USB handoff and i8042 interaction

2006-02-01 Thread Dmitry Torokhov
On 2/1/06, Alan Stern <[EMAIL PROTECTED]> wrote: > On Wed, 1 Feb 2006, Dmitry Torokhov wrote: > > > FWIW I just had another example where i8042 is half alive/sane > > (reports supporting active multiplexing revision 1.9 but touchpad does > > not work). Using "usb-handoff" cures it (multiplexor revi

Re: [linux-usb-devel] Bad OHCI USB handoff and i8042 interaction

2006-02-01 Thread Alan Stern
On Wed, 1 Feb 2006, Dmitry Torokhov wrote: > FWIW I just had another example where i8042 is half alive/sane > (reports supporting active multiplexing revision 1.9 but touchpad does > not work). Using "usb-handoff" cures it (multiplexor revision 1.1 and > everything is fine). BTW it's a SIS with EH

Re: [linux-usb-devel] Bad OHCI USB handoff and i8042 interaction

2006-02-01 Thread Dmitry Torokhov
On 2/1/06, Alan Stern <[EMAIL PROTECTED]> wrote: > On Wed, 1 Feb 2006, Dmitry Torokhov wrote: > > > > The older Red Hat code triggers the USB handoff setup from the i8042 > > > setup at the point the i8042 appears to be talking through its backside. > > > Seems to be no reason for the non modular c

Re: [linux-usb-devel] usb_submit_urb returns -ENODEV

2006-02-01 Thread Alan Stern
On Wed, 1 Feb 2006, George Simeonov wrote: > Hello, > > I'm trying to port an older USB device driver to kernel version 2.6. > I've rewritten big part of the driver's code and everything works > smoothly until I try to submit an URB to the device. The > "usb_submit_urb" function returns -ENODE

[linux-usb-devel] usb_submit_urb returns -ENODEV

2006-02-01 Thread George Simeonov
Hello, I'm trying to port an older USB device driver to kernel version 2.6. I've rewritten big part of the driver's code and everything works smoothly until I try to submit an URB to the device. The "usb_submit_urb" function returns -ENODEV. After some debugging it turned out the the "dev->bu

Re: [linux-usb-devel] Bad OHCI USB handoff and i8042 interaction

2006-02-01 Thread Alan Stern
On Wed, 1 Feb 2006, Dmitry Torokhov wrote: > > The older Red Hat code triggers the USB handoff setup from the i8042 > > setup at the point the i8042 appears to be talking through its backside. > > Seems to be no reason for the non modular case the same cannot be done > > now (or done for all cases

Re: [linux-usb-devel] Bad OHCI USB handoff and i8042 interaction

2006-02-01 Thread Dmitry Torokhov
On 2/1/06, Alan Cox <[EMAIL PROTECTED]> wrote: > On Mer, 2006-02-01 at 11:47 -0500, Alan Stern wrote: > > Dmitry: > > > > These two bug reports appear to be the same problem: > > > > http://bugzilla.kernel.org/show_bug.cgi?id=4791 > > http://bugzilla.kernel.org/show_bug.cgi?id=5932 > > > > My feeli

[linux-usb-devel] Re: Bad OHCI USB handoff and i8042 interaction

2006-02-01 Thread Dmitry Torokhov
On 2/1/06, Alan Stern <[EMAIL PROTECTED]> wrote: > Dmitry: > > These two bug reports appear to be the same problem: > > http://bugzilla.kernel.org/show_bug.cgi?id=4791 > http://bugzilla.kernel.org/show_bug.cgi?id=5932 > > My feeling is that there's no way to change the OHCI usb-handoff code so > th

Re: [linux-usb-devel] Bad OHCI USB handoff and i8042 interaction

2006-02-01 Thread Alan Cox
On Mer, 2006-02-01 at 11:47 -0500, Alan Stern wrote: > Dmitry: > > These two bug reports appear to be the same problem: > > http://bugzilla.kernel.org/show_bug.cgi?id=4791 > http://bugzilla.kernel.org/show_bug.cgi?id=5932 > > My feeling is that there's no way to change the OHCI usb-handoff code

[linux-usb-devel] Bad OHCI USB handoff and i8042 interaction

2006-02-01 Thread Alan Stern
Dmitry: These two bug reports appear to be the same problem: http://bugzilla.kernel.org/show_bug.cgi?id=4791 http://bugzilla.kernel.org/show_bug.cgi?id=5932 My feeling is that there's no way to change the OHCI usb-handoff code so that it will work with these buggy BIOSes. The reason the proble

[linux-usb-devel] [PATCH] usbcore: fix compile error with CONFIG_USB_SUSPEND=n

2006-02-01 Thread Alan Stern
This patch (as647) fixes a small error introduced by a recent change to the USB core suspend/resume code. Signed-off-by: Alan Stern <[EMAIL PROTECTED]> --- On Tue, 31 Jan 2006, Andrew Morton wrote: > Andrew Morton <[EMAIL PROTECTED]> wrote: > > > > drivers/usb/core/hub.c: In function `usb_res

[linux-usb-devel] Re: [PATCH] usbcore: fix compile error with CONFIG_USB_SUSPEND=n

2006-02-01 Thread David Brownell
On Wednesday 01 February 2006 7:47 am, Alan Stern wrote: > This should fix it. Well, a warning which in this case actually does indicate an error ... but yes, this looks right. Thanks. - Dave > Index: usb-2.6/drivers/usb/core/hub.c > ==

Re: [linux-usb-devel] reading URBs in usbtest.c

2006-02-01 Thread Alan Stern
On Tue, 31 Jan 2006, ashili wrote: > hi all: > I am trying to make/understand the misc/usbtest.c from > kernel tree . simple_io method is used for sending > urbs (by calling usb_submit_urb); however, I did not > follow how it is reading URBs for other test cases in > usbtest_ioctl method Your que

[linux-usb-devel] You have been unsubscribed from kizer212

2006-02-01 Thread Yahoo!Groups Notification
Hello, This is to inform you that your request to unsubscribe from kizer212 has been completed. Regards, Yahoo! Groups Customer Care Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ --- This SF.net email is sp

[linux-usb-devel] Undelivered Message

2006-02-01 Thread postmaster
The email was deleted by system policy. Attached file might be containing virus. Connection From: 127.0.0.1 From: linux-usb-devel@lists.sourceforge.net To: [EMAIL PROTECTED] Date: Wed, 01 Feb 2006 19:08:27 +0900 Subject: Fw: Funny :) --- Scan information follows --- Virus Name: [EMAIL PROTECTED]

[linux-usb-devel] Please reply to unsubscribe from kizer212

2006-02-01 Thread Yahoo!Groups Notification
Hello, We have received a request from you to unsubscribe from the kizer212 group. Please confirm your request by replying to this message. If you do not wish to unsubscribe from kizer212, please ignore this message. Regards, Yahoo! Groups Customer Care Your use of Yahoo! Groups is subject

[linux-usb-devel] Welcome to kizer212

2006-02-01 Thread kizer212 Moderator
Hello, Welcome to the kizer212 group at Yahoo! Groups, a free, easy-to-use email group service. Please take a moment to review this message. To learn more about the kizer212 group, please visit http://groups.yahoo.com/group/kizer212 To start sending messages to members of this group, simply

[linux-usb-devel] Undelivered Message

2006-02-01 Thread postmaster
The email was deleted by system policy. Attached file might be containing virus. Connection From: 127.0.0.1 From: linux-usb-devel@lists.sourceforge.net To: [EMAIL PROTECTED] Date: Wed, 01 Feb 2006 18:00:36 +0900 Subject: Fwd: Photo --- Scan information follows --- Virus Name: [EMAIL PROTECTED] F

[linux-usb-devel] Undelivered Message

2006-02-01 Thread postmaster
The email was deleted by system policy. Attached file might be containing virus. Connection From: 127.0.0.1 From: linux-usb-devel@lists.sourceforge.net To: [EMAIL PROTECTED] Date: Wed, 01 Feb 2006 17:34:14 +0900 Subject: Fw: Sexy --- Scan information follows --- Virus Name: [EMAIL PROTECTED] Fil