Re: [linux-usb-devel] USB Host performance

2006-05-09 Thread Greg KH
On Tue, May 09, 2006 at 11:16:57AM +0530, Juhee MALA wrote: We are using Linux USB Host stack and doing some performance analysis. For performance analysis we are testing it with a device, which accepts the Bulk-OUT packets with full effieciency (not much-NYTES from device side). We are

[linux-usb-devel] [RFC 2.6.16.5 1/1] usb/media : Support for Quickcam Messenger

2006-05-09 Thread jayakumar . video
Hi GregKH, USB folk, QCE-GA folk (esp Tuukka/Kurt/Christian), I've appended my first pass at a driver for the Logitech Quickcam Messenger USB webcam. I'm still at an early stage. I just got ohphone working with it today so I figured I'd pause here and check my bearings. I'd like to get your

Re: [linux-usb-devel] [RFC 2.6.16.5 1/1] usb/media : Support for Quickcam Messenger

2006-05-09 Thread Oliver Neukum
Am Dienstag, 9. Mai 2006 10:50 schrieb [EMAIL PROTECTED]: +   /* buf for doing demosaicing */ +   for (i=0; i USBVIDEO_NUMSBUF; i++) { +   errflag = usb_submit_urb(uvd-sbuf[i].urb, GFP_KERNEL); +   if (errflag) +   err (usb_submit_isoc(%d)

Re: [linux-usb-devel] USB Host performance

2006-05-09 Thread Alan Stern
On Tue, 9 May 2006, Juhee MALA wrote: We are using Linux USB Host stack and doing some performance analysis. For performance analysis we are testing it with a device, which accepts the Bulk-OUT packets with full effieciency (not much-NYTES from device side). We are submitting the data of URB

Re: [linux-usb-devel] problems moving EHCI glue from 2.6.10 to 2.6.16

2006-05-09 Thread David Brownell
On Monday 08 May 2006 5:06 pm, Duck wrote: Hi, I'm working on an ARM-based SoC with an ARC USB block. It has 2 EHCI host controllers and an OTG controller. Everything worked fairly well on a 2.6.10+ kernel. However, after moving my code to 2.6.16.11, I'm having absoultely no luck talking

Re: [linux-usb-devel] ehci-sched.c questions

2006-05-09 Thread David Brownell
On Wednesday 03 May 2006 1:03 pm, Christopher Montgomery wrote: I've done some of the requisite homework myself for getting full speed audio devices to work properly through ehci and TTs on a 2.0 hub (playback *and* capture). At this point it all works although my changes are not

Re: [linux-usb-devel] ehci-sched.c questions

2006-05-09 Thread Christopher Montgomery
Hi David, I thought my post got lost; I never saw it appear and hadn't seen replies. Scratch that, I was *hoping* it got lost, as more code research later showed each question was at least partially nonsensical. At this point, the actual ISO transfer machinery all looks perfectly solid. The

Re: [linux-usb-devel] Re: 2.6.16: usb modem (cdc-acm driver) and duplicate bytes

2006-05-09 Thread Alexander V. Lukyanov
On Sat, May 06, 2006 at 10:23:05AM +0200, Oliver Neukum wrote: Am Samstag, 6. Mai 2006 07:20 schrieben Sie: On Sat, May 06, 2006 at 12:05:42AM +0200, Oliver Neukum wrote: It might be that your modem cannot cope with the ring buffer patch that went into 2.6.16. Can you revert a specific

Re: [linux-usb-devel] Re: 2.6.16: usb modem (cdc-acm driver) and duplicate bytes

2006-05-09 Thread Pete Zaitcev
On Tue, 9 May 2006 19:57:50 +0400, Alexander V. Lukyanov [EMAIL PROTECTED] wrote: But I have taken cdc_acm driver from 2.6.15, patched forward tty_flip and usb_driver.owner incompatibilities with 2.6.16, and voila - cdc_acm driver from 2.6.15 works fine on 2.6.16 kernel, no dups at all. Hmm,

Re: [linux-usb-devel] Re: 2.6.16: usb modem (cdc-acm driver) and duplicate bytes

2006-05-09 Thread Oliver Neukum
Am Dienstag, 9. Mai 2006 17:57 schrieb Alexander V. Lukyanov: On Sat, May 06, 2006 at 10:23:05AM +0200, Oliver Neukum wrote: Am Samstag, 6. Mai 2006 07:20 schrieben Sie: On Sat, May 06, 2006 at 12:05:42AM +0200, Oliver Neukum wrote: It might be that your modem cannot cope with the ring

[linux-usb-devel] [GIT PATCH] USB fixes for 2.6.17-rc3

2006-05-09 Thread Greg KH
Here are some more small USB fixes for 2.6.17-rc3. They contain a few small bug fixes and a few new device ids for new devices. All of these changes have been in the -mm tree for a number of weeks. Please pull from: rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/

[linux-usb-devel] [PATCH 1/9] USB: fix bug in ohci-hcd.c ohci_restart()

2006-05-09 Thread Greg KH
From: David Brownell [EMAIL PROTECTED] A loop on a power-lost resume path used the wrong index. I suspect khubd has been working around such bugs. Noticed by Andreas Mohr [EMAIL PROTECTED]. Signed-off-by: David Brownell [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] ---

[linux-usb-devel] [PATCH 7/9] USB: ub oops in block_uevent

2006-05-09 Thread Greg KH
From: Pete Zaitcev [EMAIL PROTECTED] In kernel 2.6.16, if a mounted storage device is removed, an oops happens because ub supplies an interface device (and kobject) to the block layer, but neglects to pin it. And apparently, the block layer expects its users to pin device structures. The code in

[linux-usb-devel] [PATCH 6/9] USB: usbcore: don't check the device's power source

2006-05-09 Thread Greg KH
From: Alan Stern [EMAIL PROTECTED] The choose_configuration() routine contains code the determine the device's power source, so that configurations requiring external power can be ruled out if the device is running on bus power. Unfortunately it turns out that some devices have errors in their

[linux-usb-devel] [PATCH 2/9] USBATM: change the default speedtouch iso altsetting

2006-05-09 Thread Greg KH
From: Duncan Sands [EMAIL PROTECTED] The maximum possible bandwidth for a speedtouch modem is about 7Mbaud. You can only get this by using isochronous urbs (enable_isoc=1) and altsetting 3. With the current default altsetting of 2, the modem maxes out at about 4Mbaud. So change the default

[linux-usb-devel] [PATCH 4/9] USB: pegasus fixes (logstorm, suspend)

2006-05-09 Thread Greg KH
From: David Brownell [EMAIL PROTECTED] Teach pegasus to handle a few of the disconnect fault paths without hundreds of usless syslog messages. Handle the carrier check workqueue entry even if the driver has not been opened. Signed-off-by: David Brownell [EMAIL PROTECTED] Signed-off-by: Greg

[linux-usb-devel] [PATCH 5/9] USB: fix OHCI PM regression

2006-05-09 Thread Greg KH
From: David Brownell [EMAIL PROTECTED] This fixes a small regression in USB controller power usage for many OHCI controllers, notably including every non-PCI version of OHCI: on those systems, the runtime autosuspend mechanism is no longer enabled. The change moves to saner defaults. All root

[linux-usb-devel] [PATCH 8/9] USB: ftdi_sio: Add support for HCG HF Dual ISO RFID Reader

2006-05-09 Thread Greg KH
From: Ian Abbott [EMAIL PROTECTED] This patch adds support for ACG Identification Technologies GmbH's HF Dual ISO Reader (an RFID tag reader) to the ftdi_sio driver's device ID table. The product ID was supplied by anotonios (anton at goto10 dot org) on the ftdi-usb-sio-devel list and

[linux-usb-devel] [PATCH 3/9] USBATM: fix modinfo output

2006-05-09 Thread Greg KH
From: Duncan Sands [EMAIL PROTECTED] Because of the way stringify works, using an expression like 64 * 1024 for UDSL_MAX_BUF_SIZE results in 64 * 1024 turning up in the modinfo output instead of 65536. So use 65536 directly (this was the only way I found of fixing this). Signed-off-by: Duncan

[linux-usb-devel] [PATCH 9/9] USB: ftdi_sio: add device id for ACT Solutions HomePro ZWave interface

2006-05-09 Thread Greg KH
From: Razvan Gavril [EMAIL PROTECTED] Signed-off-by: Razvan Gavril [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- drivers/usb/serial/ftdi_sio.c |1 + drivers/usb/serial/ftdi_sio.h |4 2 files changed, 5 insertions(+), 0 deletions(-)

Re: [linux-usb-devel] Add support for,multiple gadgets

2006-05-09 Thread Carlos Aguiar
ext David Brownell wrote: On Wednesday 19 April 2006 12:01 pm, Carlos Aguiar wrote: Hi folks, I'm starting a project that the main idea is to try to add support for multiple gadgets. Ideally we would have Ethernet, serial and mass storage available at the same time. Good, I'll be glad

Re: [linux-usb-devel] Re: 2.6.16: usb modem (cdc-acm driver) and duplicate bytes

2006-05-09 Thread Alexander V. Lukyanov
On Tue, May 09, 2006 at 07:19:08PM +0200, Oliver Neukum wrote: Very good. It seems that something in your system cannot cope with higher speeds of the 2.6.16 driver. Could you please take the 2.6.16 driver and half the values of ACM_NRU and ACM_NRB in cdc-acm.h until you find a value that

Re: [linux-usb-devel] Re: 2.6.16: usb modem (cdc-acm driver) and duplicate bytes

2006-05-09 Thread Oliver Neukum
Am Dienstag, 9. Mai 2006 23:12 schrieb Alexander V. Lukyanov: On Tue, May 09, 2006 at 07:19:08PM +0200, Oliver Neukum wrote: Very good. It seems that something in your system cannot cope with higher speeds of the 2.6.16 driver. Could you please take the 2.6.16 driver and half the values of

RE: [linux-usb-devel] USB Host performance

2006-05-09 Thread Juhee MALA
Hello Allan, Thanks for your answers. Just one question, when we use the URB_NO_INTERRUPT flag, does it inhibit the interrrupt for non-error completions only? or does it inhbit all the interrupts? If it inhibits all the interrupts how can we monitor the status? The application we are using is

[linux-usb-devel] Doubts in HCD Suspend/Resume

2006-05-09 Thread rakesh kn
Hi , I have written the platform glue for ARC - EHCI controller. I provided the suspend/resume call backs in struct platform_driver with CONFIG_PM and CONFIG_USB_SUSPEND for selecti ve suspend/resume enabled. My kernel is compile to be monolithic. So once the kernel boots up, the driver is

[linux-usb-devel] Re: USB 2.0 ehci failure with large amount of RAM (4GB) on x86_64

2006-05-09 Thread Nathan Becker
Like I said in my previous message, I am not a kernel developer. I am a programmer though, so I thought I'd give your suggestions a try. I added 1 line to drivers/usb/host/ehci-pci.c which sets the DMA mask, and now it seems to work with ehci loaded and with 4 GB of RAM. Unfortunately, I don't