[linux-usb-devel] Re: PATCH: (as312) Mark devices as NOTATTACHED as soon as possible

2004-06-11 Thread Greg KH
On Wed, Jun 09, 2004 at 02:31:35PM -0400, Alan Stern wrote: > Greg: > > This patch implements something we've been lacking for a long time: a way > to mark devices as USB_STATE_NOTATTACHED as soon as we know that they're > gone. The usb_device->state member is no longer protected by the > ->se

[linux-usb-devel] Re: [patch] ATI Remote driver update

2004-06-11 Thread Greg KH
On Wed, Jun 09, 2004 at 05:08:03PM -0700, Torrey Hoffman wrote: > Here are some contributed improvements for the ATI remote driver. > > I submitted the driver and it was accepted several months ago. > Since then a few people have sent me patches and suggestions. > > This patch adds two things:

[linux-usb-devel] Re: [patch 2.6.7] retry string fetches on ZLPs not just STALLs

2004-06-11 Thread Greg KH
On Fri, Jun 11, 2004 at 11:50:22AM -0700, David Brownell wrote: > This matches the behavior for other descriptor fetches. > > Please merge. Applied, thanks. greg k-h --- This SF.Net email is sponsored by the new InstallShield X. >From Windows

[linux-usb-devel] Re: [patch 2.6.7] usbnet shouldn't oops on cdc error path

2004-06-11 Thread Greg KH
On Fri, Jun 11, 2004 at 07:03:46AM -0700, David Brownell wrote: > If the string descriptor fetch works, no problem. Else > make the disconnect() logic -- newly called because of > "recent" changes to interface claiming logic -- use its > fast cleanup path, since we're still not fully set up yet. >

Re: [linux-usb-devel] smartcard reader kills usb hub on 2.6.5+, OK on 2.6.4

2004-06-11 Thread virtualphil
Alan Stern wrote: On Wed, 9 Jun 2004, virtualphil wrote: It's a GA-7VKMLS motherboard with VIA KM266/KL266 chipset so is probably VIA UHCI root hub. However, please note that everything works perfectly with 2.6.4 kernel; the only change is that LILO loads a different kernel in going from 2.6.

Re: [Fwd: Re: [linux-usb-devel] [Fwd: oops on wake up using usb-keyb/mouse on powerbook]]

2004-06-11 Thread Soeren Sonnenburg
On Fri, 2004-06-11 at 17:28, Benjamin Herrenschmidt wrote: > I fwd your message to linux-usb and David replied there, can you > follow up ? > > Ben. ok. > > -Forwarded Message- > From: David Brownell <[EMAIL PROTECTED]> > To: Benjamin Herrenschmidt <[EMAIL PROTECTED]> > Cc: Linux-USB <[

[linux-usb-devel] [patch 2.6.7] retry string fetches on ZLPs not just STALLs

2004-06-11 Thread David Brownell
This matches the behavior for other descriptor fetches. Please merge. - Dave Signed-off-by:David Brownell <[EMAIL PROTECTED]> --- 1.57/drivers/usb/core/message.c Tue Jun 1 23:57:22 2004 +++ edited/drivers/usb/core/message.c Fri Jun 11 11:49:33 2004 @@ -1319,7 +1319,7 @@ */

[linux-usb-devel] [patch/rfd 2.6] usb gadget vbus and d+ handshaking

2004-06-11 Thread David Brownell
This patch adds some new gadget APIs that should help on some hardware. It doesn't implement them for any of the controller drivers though: - usb_gadget_{connect,disconnect}() offering control over the D+ (or maybe D-) pullup so that the host can detect this USB peripheral. - usb_g

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

2004-06-11 Thread Mail Delivery Subsystem
The original message was received at Sat, 12 Jun 2004 01:54:32 +0900 (JST) from host251-194.pool8173.interbusiness.it [81.73.194.251] - The following addresses had permanent fatal errors - <[EMAIL PROTECTED]> (reason: 554 <[EMAIL PROTECTED]>... User not found on database --- Message

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

2004-06-11 Thread Mail Delivery Subsystem
The original message was received at Sat, 12 Jun 2004 01:54:51 +0900 (JST) from ns2.kyocera.co.jp [202.221.53.130] - The following addresses had permanent fatal errors - <[EMAIL PROTECTED]> (reason: 550 <[EMAIL PROTECTED]>... User unknown) - Transcript of session follows ---

[linux-usb-devel] failure notice

2004-06-11 Thread MAILER-DAEMON
Hi. This is the qmail-send program at yamaha-racing.it. 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]>: Sorry, no mailbox here by that name. (#5.1.1) <[EMAIL PROTECTED]>: Sorry, n

Re: [linux-usb-devel] USB Host Controller And a Web Cam

2004-06-11 Thread Henry Nestler
Mark McClelland wrote: > sting sting wrote: > >> Hello , >> >> Did anybody try to test a webcam when running with sl811 USB Host Controller ? >> >> Is this Host Controller not too low in speed for a webcam >> (whuch usually grabbs 25 fps by default?) >> >> Did he succeed ? in case he did - with

Re: [linux-usb-devel] Re: Finding user/kernel pointer bugs [no html]

2004-06-11 Thread Luca Risolia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 11 Jun 2004 09:17:48 -0700 Greg KH <[EMAIL PROTECTED]> wrote: > On Fri, Jun 11, 2004 at 06:31:07AM +0200, Luca Risolia wrote: > > >unsigned int cmd, void* arg) > > > { > > > struct w9968cf_device* cam; > > > + void __use

Re: [linux-usb-devel] Re: Finding user/kernel pointer bugs [no html]

2004-06-11 Thread Greg KH
On Fri, Jun 11, 2004 at 06:31:07AM +0200, Luca Risolia wrote: > >unsigned int cmd, void* arg) > > { > > struct w9968cf_device* cam; > > + void __user *user_arg = (void __user *)arg; > > The right place to apply this patch is in video_usercopy(). Um, the driver you just

Re: [linux-usb-devel] [Fwd: oops on wake up using usb-keyb/mouse on powerbook]

2004-06-11 Thread David Brownell
Benjamin Herrenschmidt wrote: From: Soeren Sonnenburg <[EMAIL PROTECTED]> To: Linux Kernel <[EMAIL PROTECTED]> Cc: Benjamin Herrenschmidt <[EMAIL PROTECTED]> Subject: oops on wake up using usb-keyb/mouse on powerbook Date: Thu, 10 Jun 2004 08:06:20 +0200 Hi! I get this oops when I use a usb keyboar

Re: [linux-usb-devel] (yet another) philips isp1160 HCD

2004-06-11 Thread David Brownell
Dimitris Lampridis wrote: Hi everybody, I've started writing (yet another) driver for the isp1160, this time using the kernel 2.6 API (hcd.h with usb_hcd_pci_[probe/remove/...] etc.) I'm really in the beginning and I don't have any other experience in this field so excuse my silly questions, but th

Re: [linux-usb-devel] hub problem

2004-06-11 Thread David Brownell
Markus Raab wrote: That's wierd. You're not the only one reporting such problems with a VT6202 lately -- overcurrent, then failures. Yes, i read it but his problem is not solved. Is there maybe a bug in the usb hub code? Could be. That makes the most sense to me. Is this chip fully supported?

Re: [linux-usb-devel] EHCI Suspend/Resume issues

2004-06-11 Thread David Brownell
Krishan Attre wrote: The kernel I am testing on is "2.4.22-1.2115.nptl" from Redhat Fedora Core 1. I have also tested on Redhat 9 (Kernel 2.4.20-8) and results are same. I'd only expect EHCI suspend/resume to work at all in the most recent kernels (2.6.7-rc). Even in those releases there are some

[linux-usb-devel] [patch 2.6.7] usbnet shouldn't oops on cdc error path

2004-06-11 Thread David Brownell
If the string descriptor fetch works, no problem. Else make the disconnect() logic -- newly called because of "recent" changes to interface claiming logic -- use its fast cleanup path, since we're still not fully set up yet. Should resolve OSDL bugid 2714; please merge. - Dave Signed-off-by: Davi

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

2004-06-11 Thread Mail Delivery Subsystem
The original message was received at Fri, 11 Jun 2004 23:02:29 +0900 (JST) from host251-194.pool8173.interbusiness.it [81.73.194.251] - The following addresses had permanent fatal errors - <[EMAIL PROTECTED]> (reason: 554 <[EMAIL PROTECTED]>... User not found on database --- Message

[linux-usb-devel] failure notice

2004-06-11 Thread MAILER-DAEMON
Hi. This is the qmail-send program at qs732.pair.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]>: This email address no longer exist <[EMAIL PROTECTED]>: This email address no

[linux-usb-devel] failure notice

2004-06-11 Thread MAILER-DAEMON
Hi. This is the qmail-send program at qs732.pair.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]>: This email address no longer exist <[EMAIL PROTECTED]>: This email address no

[linux-usb-devel] USB keyboard support request

2004-06-11 Thread Abbas Birjandi
Could I please request for adding support for emachines M6805, M6807, and M6809 USB keyboard to support function keys (ie Fn+F2, etc.) Myself and many owners of these machines would appreciate your help in getting a fully functional keybord under Linux. I tried to use xev, lineakd and show uti

[linux-usb-devel] [2.6.6] evdev driver fails to recognise all keys on Apple iMac

2004-06-11 Thread Jens Schmalzing
Hi, I've come upon a strange problem using a stock first generation iMac from Apple. The system is running a 2.6.6 kernel, and loads most of the modules via hotplug. Unfortunately, some keys do not work, and the log shows the following two entries: drivers/usb/input/hid-input.c: event field no