Re: [linux-usb-devel] Re: odd errors with latest usb tree.

2004-09-30 Thread Greg KH
On Thu, Sep 30, 2004 at 11:23:39PM -0700, Phil Dibowitz wrote: > Greg KH wrote: > >On Thursday 30 September 2004 4:14 pm, you wrote: > > > >>I'm getting the following errors with my latest gregkh-2.6 kernel tree. > >>The current 2.6.9-rc3 doesn't have these errors, and I don't see them on > >>my oh

Re: [linux-usb-devel] Re: [PATCH] unusual_devs for FinePix 1400Zoom

2004-09-30 Thread Phil Dibowitz
Alan Stern wrote: According to subject of those mails, those reports are of a finepix 1300. While i've got a finepix 4900 Zoom. Is there some way so i can check how my camera really behaves, because it seems to work both as a UFI device and as an 8070. The way to tell is to turn on the usb-stora

Re: [linux-usb-devel] Re: odd errors with latest usb tree.

2004-09-30 Thread Phil Dibowitz
Greg KH wrote: On Thursday 30 September 2004 4:14 pm, you wrote: I'm getting the following errors with my latest gregkh-2.6 kernel tree. The current 2.6.9-rc3 doesn't have these errors, and I don't see them on my ohci/ehci based laptop, only on a uhci/ehci based desktop. I get them when I plug a us

[linux-usb-devel] [patch 3/3] cypress_m8: add usb-serial driver 'cypress_m8' to kernel tree

2004-09-30 Thread Lonnie Mendez
This patch adds the cypress_m8 usb-serial driver for the Delorme Earthmate usb gps and the Cypress hid->com rs232 adapter to the kernel tree. Signed-off-by: Lonnie Mendez <[EMAIL PROTECTED]> --- a/MAINTAINERS 2004-09-30 16:18:18.001624864 -0500 +++ b/MAINTAINERS 2004-09-30 16:19:50.123620192 -05

[linux-usb-devel] [patch 2/3] usb-serial: add interrupt out support and improved debug messages

2004-09-30 Thread Lonnie Mendez
This patch adds equal support for interrupt out transfers to the usb-serial core to match the current interrupt in support. It also improves a few debug messages, nothing major. This is necessary for the cypress_m8 driver being released 9/30/04. Signed-off-by: Lonnie Mendez <[EMAIL PROTECTED]>

[linux-usb-devel] [PATCH 1/2] USB: fix error in bluetty.c driver caused by tty core changes

2004-09-30 Thread Greg KH
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> diff -Nru a/drivers/usb/class/bluetty.c b/drivers/usb/class/bluetty.c --- a/drivers/usb/class/bluetty.c 2004-09-30 16:51:38 -07:00 +++ b/drivers/usb/class/bluetty.c 2004-09-30 16:51:38 -07:00 @@ -988,14 +988,13 @@ static void blue

[linux-usb-devel] [PATCH 2/2] USB: remove FIXME created from tty core changes in empeg driver.

2004-09-30 Thread Greg KH
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> diff -Nru a/drivers/usb/serial/empeg.c b/drivers/usb/serial/empeg.c --- a/drivers/usb/serial/empeg.c2004-09-30 16:51:44 -07:00 +++ b/drivers/usb/serial/empeg.c2004-09-30 16:51:44 -07:00 @@ -516,13 +516,7 @@ */

[linux-usb-devel] [patch 1/3] hid-core: add two devices to device blacklist

2004-09-30 Thread Lonnie Mendez
This patch adds the Delorme Earthmate usb gps and the Cypress hid->com rs232 adapter to hid-core's device blacklist. This is done to make way for the cypress_m8 driver being released 9/30/04. Signed-off-by: Lonnie Mendez <[EMAIL PROTECTED]> --- a/drivers/usb/input/hid-core.c 2004-09-30 16:18:4

[linux-usb-devel] Re: odd errors with latest usb tree.

2004-09-30 Thread Greg KH
On Thursday 30 September 2004 4:14 pm, you wrote: > I'm getting the following errors with my latest gregkh-2.6 kernel tree. > The current 2.6.9-rc3 doesn't have these errors, and I don't see them on > my ohci/ehci based laptop, only on a uhci/ehci based desktop. > > I get them when I plug a usb tr

[linux-usb-devel] odd errors with latest usb tree.

2004-09-30 Thread Greg KH
I'm getting the following errors with my latest gregkh-2.6 kernel tree. The current 2.6.9-rc3 doesn't have these errors, and I don't see them on my ohci/ehci based laptop, only on a uhci/ehci based desktop. I get them when I plug a usb trackball into the port after booting. Any ideas? thanks, g

Re: [linux-usb-devel] another oops... usbserial when removing visor.o

2004-09-30 Thread Greg KH
On Thu, Sep 30, 2004 at 02:18:04PM +0200, martin f krafft wrote: > [this was previously on linux-kernel, but without a single reply] > > Yesterday, I hotsynced my palm and surprisingly, for the first time, > My 2.6.8.1 (Debian stock) kernel oopsed: If you get a chance, can you try 2.6.9-rc3, ther

Re: [linux-usb-devel] 2.6.9-rc3: USB OHCI failure on suspend on AMD64

2004-09-30 Thread David Brownell
On Thursday 30 September 2004 1:51 pm, Rafael J. Wysocki wrote: > Hi, > > It seems there's a problem with USB OHCI driver that causes these traces to > appear on suspend on an AMD64-based box: Not all parts of power management integrate well yet with each other, though it's acting better. Plus

Re: [linux-usb-devel] Re: Speedtouch and request_firmware

2004-09-30 Thread David Woodhouse
On Wed, 2004-09-29 at 13:57 +0200, Duncan Sands wrote: > I will check it all out tonight. Any comments? -- dwmw2 --- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you

[linux-usb-devel] Re: 2.6.9-rc3: USB OHCI failure on suspend on AMD64

2004-09-30 Thread Pavel Machek
Hi! > It seems there's a problem with USB OHCI driver that causes these traces to > appear on suspend on an AMD64-based box: Check if OHCI's suspend/resume method is called correctly and that OHCI really acts on it. Pavel -- People

[linux-usb-devel] 2.6.9-rc3: USB OHCI failure on suspend on AMD64

2004-09-30 Thread Rafael J. Wysocki
Hi, It seems there's a problem with USB OHCI driver that causes these traces to appear on suspend on an AMD64-based box: ..<7>PM: Image restored successfully. PCI: Setting latency timer of device :00:02.0 to 64 ohci_hcd :00:02.0: HC died; cleaning up usb 1-2: USB disconnect, address

[linux-usb-devel] Re: [PATCH] usb/serial RM vendor/product id for ftdi_sio

2004-09-30 Thread Heinz-Jürgen Oertel
Sorry, but just by hitting the send-button, I saw this spelling erros in the patch: > + * CAN filedbus interface adapter, addad by port GmbH www.port.de) should be: > + * CAN fieldbus interface adapter, added by port GmbH www.port.de) -- Heinz -

[linux-usb-devel] [PATCH] usb/serial RM vendor/product id for ftdi_sio

2004-09-30 Thread Heinz-Jürgen Oertel
Hello, this is a small patch of the USB ftdi_sio driver against linux-2.6.8.1. I only added a new vendor and product id for the RM-CANview, a CAN fieldbus interface: http://www.rmcan.com/site/en/products/gateways/usb/index.htm Thanks Heinz Signed-off-by: Heinz-Juergen Oertel <[EMAIL PROTECTED]>

Re: [linux-usb-devel] Re: [PATCH] unusual_devs for FinePix 1400Zoom

2004-09-30 Thread Alan Stern
On Wed, 29 Sep 2004, Phil Dibowitz wrote: > Sjoerd Simons wrote: > > On Wed, Sep 29, 2004 at 05:03:52PM -0400, Alan Stern wrote: > > > >>Here's the original exchange: > >> > >>http://marc.theaimsgroup.com/?l=linux-usb-devel&m=107696969219864&w=2 > >>and > >>http://marc.theaimsgroup.com/?l=linux-u

[linux-usb-devel] Re: [PATCH] usb/serial RM vendor/product id for ftdi_sio

2004-09-30 Thread Heinz-Jürgen Oertel
Am Donnerstag, 30. September 2004 18:21 schrieb Greg KH: > On Thu, Sep 30, 2004 at 05:54:15PM +0200, Heinz-Juergen Oertel wrote: > > Hello, > > this is a small patch of the USB ftdi_sio driver against linux-2.6.8.1. > > I only added a new vendor and product id for the RM-CANview, > > a CAN fieldbus

[linux-usb-devel] Re: [PATCH] usb/serial RM vendor/product id for ftdi_sio

2004-09-30 Thread Greg KH
On Thu, Sep 30, 2004 at 05:54:15PM +0200, Heinz-Juergen Oertel wrote: > Hello, > this is a small patch of the USB ftdi_sio driver against linux-2.6.8.1. > I only added a new vendor and product id for the RM-CANview, > a CAN fieldbus interface: > http://www.rmcan.com/site/en/products/gateways/usb/in

[linux-usb-devel] [PATCH] usb/serial RM vendor/product id for ftdi_sio

2004-09-30 Thread Heinz-Juergen Oertel
Hello, this is a small patch of the USB ftdi_sio driver against linux-2.6.8.1. I only added a new vendor and product id for the RM-CANview, a CAN fieldbus interface: http://www.rmcan.com/site/en/products/gateways/usb/index.htm Signed-off-by: Random J Developer <[EMAIL PROTECTED]> Please apply at

[linux-usb-devel] USB MP3 player message

2004-09-30 Thread Jeff Cooper
I got a request to send this message when I connect a Microboss MP3 Flamenco III to my Linux box: Sep 30 09:17:52 nostromo usb-storage: This device (090a,1001,0100 S 06 P 50) has an unneeded Protocol entry in unusual_devs.h The output of 'uname -a' incase you need it: Linux nostromo 2.6.8-g

[linux-usb-devel] another oops... usbserial when removing visor.o

2004-09-30 Thread martin f krafft
[this was previously on linux-kernel, but without a single reply] Yesterday, I hotsynced my palm and surprisingly, for the first time, My 2.6.8.1 (Debian stock) kernel oopsed: kernel: Unable to handle kernel NULL pointer dereference at virtual address 0070 kernel: printing eip: kernel:

[linux-usb-devel] interrupt routing problem taks khubd out

2004-09-30 Thread martin f krafft
Hi folks, After having spoken to Greg about this, I am giving it a shot on this list (at his recommendation). I have a USB device (a built-in 7-in-1 Maxxtro USB 2.0 card reader) in this 2.6.8.1 machine of mine, and it's acting up. I am seeing messages such as the following every couple of seconds

[linux-usb-devel] failure notice

2004-09-30 Thread MAILER-DAEMON
Hi. This is the qmail-send program at beta.sigadel.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]>: Sorry, no mailbox here by that name. vpopmail (#5.1.1) --- Below this line