Re: [linux-usb-devel] [PATCH] usb: generic calibration support

2006-11-17 Thread Holger Schurig
sorry, but i have to give you a big NACK on that one: Hehe, I actually anticipated this NACK :-) - no more modparam: it should be per-device sysfs attributes   (swap_xy is basically only for touchkitusb compatibility and shoud be converted to per-device sysfs attribute as well. i   just

[linux-usb-devel] [patch] usb-serial: ti_usb, TI ez430 development tool ID

2006-11-17 Thread Oleg Verych
usb-serial: ti_usb, TI ez430 development tool ID Cc: Greg KH [EMAIL PROTECTED] Signed-off-by: Oleg Verych [EMAIL PROTECTED] --- Please apply to stable and rc kernels (:ASAP;). Thanks. drivers/usb/serial/ti_usb_3410_5052.c |2 ++ drivers/usb/serial/ti_usb_3410_5052.h |1 + 2 files

[linux-usb-devel] Driver for Argox PT-12 source code

2006-11-17 Thread Alex Girchenko
Hello. Here is the source code for a portable data collector Argox PT-12 driver. It's been tested and is in production now. I see a point in including this to kernel. SF project name - argox-pt (awaiting registration confirmation). You could find this source code there in a couple of days. Any

[linux-usb-devel] [patch 2.6.19-rc6] add ehci_hcd.ignore_oc parameter

2006-11-17 Thread David Brownell
Certain boards seem to like to issue false overcurrent notifications, for example on ports that don't have anything connected to them. This looks like a hardware error, at the level of noise to those ports' overcurrent input signals (or non-debounced VBUS comparators). This surfaces to users as

Re: [linux-usb-devel] [PATCH] net2280: don't send unwanted zero-length packets

2006-11-17 Thread David Brownell
On Thursday 16 November 2006 7:16 am, Alan Stern wrote: The net2280 driver is too eager to send zero-length packets when IN tokens are received on ep0. No such packet should be sent (the driver should NAK) before the gadget driver has queued the proper response. Otherwise deferred responses

[linux-usb-devel] [patch 2.6.19-rc6] EHCI hooks for high speed electrical tests

2006-11-17 Thread David Brownell
EHCI hooks for high speed electrical tests of the root hub ports. The expectation is that a usermode program actually triggers the test, making the same control request it would make for an external hub. Tests for peripheral upstream ports would issue a different request. In all cases, the

Re: [linux-usb-devel] [PATCH] usb: microtek possible memleak fix

2006-11-17 Thread Oliver Neukum
Am Donnerstag, 16. November 2006 22:14 schrieb Mariusz Kozlowski: Hello, Ist there a reason you are replacing at least somewhat descriptive labels with numbers? Yes. To me these numbers speak more than not really descriptive labels like out_kfree out_kfree2 etc. I look at the code

Re: [linux-usb-devel] [PATCH 7/12] USB Storage: unusual_devs.h entry for Sony Ericsson P990i

2006-11-17 Thread Oleg Verych
On 2006-11-17, Sergey Vlasov wrote: [] USB Storage: this patch adds support for Sony Ericsson P990i This patch has been already merged 4 (!) times - I have submitted a patch to kill 3 useless copies of this entry. And now you try to add more... Some script has gone mad? Yea! Even with

Re: [linux-usb-devel] [PATCH] usb: Support for DMC TSC-10 (take 2)

2006-11-17 Thread Holger Schurig
Basic support support for the USB-based DMC TSC-10 touchscreen controller. Signed-off-by: Holger Schurig [EMAIL PROTECTED] --- Changelog: * mentioned where I got tooks ideas from (unmerged code from Marius Vollmer) * mentioned DMC TSC-25 as well * sorted device list alphabetically (both in

Re: [linux-usb-devel] [PATCH] usb: microtek possible memleak fix [second try]

2006-11-17 Thread Mariusz Kozlowski
Hello, Ist there a reason you are replacing at least somewhat descriptive labels with numbers? Yes. To me these numbers speak more than not really descriptive labels like out_kfree out_kfree2 etc. I look at the code and see the flow. The most important thing here is the order

[linux-usb-devel] Microsoft Natural Ergonomic Keyboard 4000 status?

2006-11-17 Thread Nicolas Mailhot
Hi, What's the status on Microsoft Natural Ergonomic Keyboard 4000 support ? I see Liyu last posted a patch more than a month ago¹, but no one answered him. ¹ http://marc.theaimsgroup.com/?l=linux-kernelm=116063231432178w=2 Regards, -- Nicolas Mailhot

Re: [linux-usb-devel] [PATCH] usb: microtek possible memleak fix [second try]

2006-11-17 Thread Oliver Neukum
Am Freitag, 17. November 2006 11:53 schrieb Mariusz Kozlowski: Please do so, otherwise it's a good catch. Ok. Second try. Possible memleak fix on error path. The changes: - out_kfree2 and out_free_urb replaced - missing scsi_host_put() added Here it goes: Signed-off-by:

Re: [linux-usb-devel] [PATCH] usb: generic calibration support

2006-11-17 Thread Dmitry Torokhov
Hi, On 11/17/06, Holger Schurig [EMAIL PROTECTED] wrote: sorry, but i have to give you a big NACK on that one: Hehe, I actually anticipated this NACK :-) - no more modparam: it should be per-device sysfs attributes (swap_xy is basically only for touchkitusb compatibility and shoud

Re: [linux-usb-devel] [patch 2.6.19-rc6] EHCI hooks for high speed electrical tests

2006-11-17 Thread Alan Stern
On Thu, 16 Nov 2006, David Brownell wrote: + /* For downstream facing ports (these): one hub port is put + * into test mode according to USB2 11.24.2.13, then the hub + * must be reset (which for root hub now means rmmod+modprobe, + * or

Re: [linux-usb-devel] [PATCH 7/12] USB Storage: unusual_devs.h entry for Sony Ericsson P990i

2006-11-17 Thread Alan Stern
On Fri, 17 Nov 2006, Oleg Verych wrote: On 2006-11-17, Sergey Vlasov wrote: [] USB Storage: this patch adds support for Sony Ericsson P990i This patch has been already merged 4 (!) times - I have submitted a patch to kill 3 useless copies of this entry. And now you try to add more...

[linux-usb-devel] Fwd: Driver for Argox PT-12 source code

2006-11-17 Thread Alex Girchenko
Hello. Here is the source code for a portable data collector Argox PT-12 driver. It's been tested and is in production now. I see a point in including this to kernel. SF project name - argox-pt (awaiting registration confirmation). You could find this source code there in a couple of days. Any

Re: [linux-usb-devel] [PATCH] usb: generic calibration support

2006-11-17 Thread Holger Schurig
I believe tslib handles this. The special X server KDrive supports tslib, this is used in many embedded projects, e.g. by images created via http://www.openembedded.org. But mainline X.org server, e.g. what is in Debian unstable (7.1.0), doesn't support tslib. Also I don't know if X/tslib

Re: [linux-usb-devel] [PATCH] usb: generic calibration support

2006-11-17 Thread Richard Purdie
On Fri, 2006-11-17 at 15:53 +0100, Holger Schurig wrote: I believe tslib handles this. The special X server KDrive supports tslib, this is used in many embedded projects, e.g. by images created via http://www.openembedded.org. But mainline X.org server, e.g. what is in Debian unstable

[linux-usb-devel] [PATCH] usb: cypress_m8 init error path fix

2006-11-17 Thread Mariusz Kozlowski
Hello, If at some point cypress_init() fails deregister only the resources that were registered until that point. Signed-off-by: Mariusz Kozlowski [EMAIL PROTECTED] drivers/usb/serial/cypress_m8.c |9 - 1 file changed, 4 insertions(+), 5 deletions(-) ---

Re: [linux-usb-devel] [discuss] Re: 2.6.19-rc5: known regressions (v3)

2006-11-17 Thread Andrew Morton
On Thu, 16 Nov 2006 11:55:46 +0100 Mikael Pettersson [EMAIL PROTECTED] wrote: Andrew Morton writes: Surely the appropriate behaviour is to allow oprofile to steal the NMI and to then put the NMI back to doing the watchdog thing after oprofile has finished with it. Which is _exactly_

Re: [linux-usb-devel] [discuss] Re: 2.6.19-rc5: known regressions (v3)

2006-11-17 Thread Stephane Eranian
Hello, On Thu, Nov 16, 2006 at 10:34:56AM -0500, William Cohen wrote: Is this going to require sharing the nmi interrupt and knowing which perfcounter register triggered the interrupt to get the correct action? Currently the oprofile interrupt handler assumes any performance monitoring

Re: [linux-usb-devel] [discuss] Re: 2.6.19-rc5: known regressions (v3)

2006-11-17 Thread Mikael Pettersson
Andrew Morton writes: On Thu, 16 Nov 2006 11:55:46 +0100 Mikael Pettersson [EMAIL PROTECTED] wrote: Andrew Morton writes: Surely the appropriate behaviour is to allow oprofile to steal the NMI and to then put the NMI back to doing the watchdog thing after oprofile has

Re: [linux-usb-devel] [discuss] Re: 2.6.19-rc5: known regressions (v3)

2006-11-17 Thread Andrew Morton
On Fri, 17 Nov 2006 10:59:07 +0100 Mikael Pettersson [EMAIL PROTECTED] wrote: Andrew Morton writes: On Thu, 16 Nov 2006 11:55:46 +0100 Mikael Pettersson [EMAIL PROTECTED] wrote: Andrew Morton writes: Surely the appropriate behaviour is to allow oprofile to steal the NMI and

Re: [linux-usb-devel] [discuss] Re: 2.6.19-rc5: known regressions (v3)

2006-11-17 Thread Andi Kleen
On Friday 17 November 2006 10:59, Mikael Pettersson wrote: It certainly worked when I originally implemented it. I don't think so. NMI watchdog never recovered no matter if oprofile used the counter or not. -Andi - Take

Re: [linux-usb-devel] [discuss] Re: 2.6.19-rc5: known regressions (v3)

2006-11-17 Thread Mikael Pettersson
On Fri, 17 Nov 2006 11:29:25 +0100, Andi Kleen wrote: On Friday 17 November 2006 10:59, Mikael Pettersson wrote: It certainly worked when I originally implemented it. I don't think so. NMI watchdog never recovered no matter if oprofile used the counter or not. If so then that's a bug in

[linux-usb-devel] 2.6.19-rc6: known regressions

2006-11-17 Thread Adrian Bunk
This email lists some known regressions in 2.6.19-rc6 compared to 2.6.18 that are not yet fixed in Linus' tree. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm

Re: [linux-usb-devel] 2.6.19-rc6: known regressions

2006-11-17 Thread Greg KH
On Thu, Nov 16, 2006 at 10:37:18PM +0100, Adrian Bunk wrote: Subject: aoe: Add forgotten NULL at end of attribute list in aoeblk.c References : http://lkml.org/lkml/2006/11/13/26 Submitter : Dennis Stosberg [EMAIL PROTECTED] Caused-By : Greg Kroah-Hartman [EMAIL PROTECTED]

[linux-usb-devel] Warning: message 1Gk5SW-00078u-Em delayed 72 hours

2006-11-17 Thread Mail Delivery System
This message was created automatically by mail delivery software. A message that you sent has not yet been delivered to one or more of its recipients after more than 72 hours on the queue on externalmx-1.sourceforge.net. The message identifier is: 1Gk5SW-00078u-Em The subject of the message

[linux-usb-devel] [PATCH] usbtouchscreen: add support for DMC TSC-10/25 devices

2006-11-17 Thread Daniel Ritz
[PATCH] usbtouchscreen: add support for DMC TSC-10/25 devices From: Holger Schurig [EMAIL PROTECTED] Adds support for the DMC TSC-10 and TSC-25 usb touchscreen controllers. Signed-off-by: Holger Schurig [EMAIL PROTECTED] Signed-off-by: Daniel Ritz [EMAIL PROTECTED] diff --git

[linux-usb-devel] [discuss] static IDs (Re: [PATCH 7/12] USB Storage: unusual_devs.h entry for Sony Ericsson P990i)

2006-11-17 Thread Oleg Verych
On Fri, Nov 17, 2006 at 10:22:58AM -0500, Alan Stern wrote: Those email addresse in unusual_devs.h are _not_ credits. (The credit belongs to the person who writes and submits the patch, not the person who owns the hardware and reports the problem.) I think, code generated from documentation

[linux-usb-devel] Warning: message 1GkgUs-0004Wy-BT delayed 24 hours

2006-11-17 Thread Mail Delivery System
This message was created automatically by mail delivery software. A message that you sent has not yet been delivered to one or more of its recipients after more than 24 hours on the queue on externalmx-1.sourceforge.net. The message identifier is: 1GkgUs-0004Wy-BT The subject of the message

[linux-usb-devel] Warning: message 1Gktm4-00072l-Pu delayed 10 hours

2006-11-17 Thread Mail Delivery System
This message was created automatically by mail delivery software. A message that you sent has not yet been delivered to one or more of its recipients after more than 10 hours on the queue on externalmx-1.sourceforge.net. The message identifier is: 1Gktm4-00072l-Pu The subject of the message

[linux-usb-devel] Warning: message 1Gktm4-00072l-Pu delayed 24 hours

2006-11-17 Thread Mail Delivery System
This message was created automatically by mail delivery software. A message that you sent has not yet been delivered to one or more of its recipients after more than 24 hours on the queue on externalmx-1.sourceforge.net. The message identifier is: 1Gktm4-00072l-Pu The subject of the message

Re: [linux-usb-devel] [discuss] static IDs (Re: [PATCH 7/12] USB Storage: unusual_devs.h entry for Sony Ericsson P990i)

2006-11-17 Thread Alan Stern
On Sat, 18 Nov 2006, Oleg Verych wrote: On Fri, Nov 17, 2006 at 10:22:58AM -0500, Alan Stern wrote: Those email addresse in unusual_devs.h are _not_ credits. (The credit belongs to the person who writes and submits the patch, not the person who owns the hardware and reports the

[linux-usb-devel] Fw: [Bugme-new] [Bug 7544] New: Regression: keyspan fails after urb cleanup:

2006-11-17 Thread Andrew Morton
Begin forwarded message: Date: Fri, 17 Nov 2006 19:49:47 -0800 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 7544] New: Regression: keyspan fails after urb cleanup: http://bugzilla.kernel.org/show_bug.cgi?id=7544 Summary: Regression: keyspan fails after

Re: [linux-usb-devel] [discuss] static IDs

2006-11-17 Thread Oleg Verych
On Fri, Nov 17, 2006 at 11:18:04PM -0500, Alan Stern wrote: On Sat, 18 Nov 2006, Oleg Verych wrote: On Fri, Nov 17, 2006 at 10:22:58AM -0500, Alan Stern wrote: Those email addresse in unusual_devs.h are _not_ credits. (The credit belongs to the person who writes and submits the patch,

[linux-usb-devel] [PATCH] gadget-storage needs BLOCK

2006-11-17 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] With CONFIG_BLOCK=n, this build error happens: WARNING: bdev_read_only [drivers/usb/gadget/g_file_storage.ko] undefined! Signed-off-by: Randy Dunlap [EMAIL PROTECTED] --- drivers/usb/gadget/Kconfig |1 + 1 file changed, 1 insertion(+) ---