Re: [linux-usb-devel] [PATCH] USB: Fix up bogus bInterval values in endpoint descriptors

2007-06-10 Thread Laurent Pinchart
On Friday 08 June 2007, Alan Stern wrote: This patch (as904) adds code to check for endpoint descriptor bInterval values outside the legal limits. Illegal values are set to 32 ms, which seems like a reasonable default. This fixes Bugzilla #8432. Signed-off-by: Alan Stern [EMAIL PROTECTED]

Re: [linux-usb-devel] [PATCH] USB: introduce urb-core_status field

2007-06-10 Thread Oliver Neukum
Am Sonntag, 10. Juni 2007 schrieb Greg KH: Yes, it could be done that way, I think.  It'll take more work than a simple search-and-replace.  The trickiest part is how to unlink an URB after it has been submitted but before it has been handed to the HCD... We allow that today?  How,

Re: [linux-usb-devel] The anchor patch critique

2007-06-10 Thread Oliver Neukum
Am Samstag, 9. Juni 2007 schrieb Pete Zaitcev: There's something you said in this thread which I would like to address. So, you add 24 bytes to all URBs, which are... not very thin, to be sure. Last time I counted they were 152 bytes apiece. Still, a 15% increase. I know you're a good

Re: [linux-usb-devel] [PATCH] USB: introduce urb-core_status field

2007-06-10 Thread Alan Stern
On Sat, 9 Jun 2007, Greg KH wrote: Hm, is there any way to keep this from being in the urb entirely? Shouldn't this be an internal-to-the hcd type thing? Yes, it could be done that way, I think. It'll take more work than a simple search-and-replace. The trickiest part is how to

Re: [linux-usb-devel] [PATCH] USB: Fix up bogus bInterval values in endpoint descriptors

2007-06-10 Thread Alan Stern
On Sun, 10 Jun 2007, Laurent Pinchart wrote: From my experience, a common cause of bogus bInterval values is developers forgetting that the value has a different meaning for high-speed and low-speed/full-speed devices. I've come across a device reporting interrupt bInterval set to 32

Re: [linux-usb-devel] [PATCH] USB: introduce urb-core_status field

2007-06-10 Thread Alan Stern
On Sun, 10 Jun 2007, Oliver Neukum wrote: Am Sonntag, 10. Juni 2007 schrieb Greg KH: Yes, it could be done that way, I think.  It'll take more work than a simple search-and-replace.  The trickiest part is how to unlink an URB after it has been submitted but before it has been handed

Re: [linux-usb-devel] [PATCH] USB: introduce urb-core_status field

2007-06-10 Thread Oliver Neukum
Am Sonntag, 10. Juni 2007 schrieb Alan Stern: On Sun, 10 Jun 2007, Oliver Neukum wrote: Am Sonntag, 10. Juni 2007 schrieb Greg KH: Yes, it could be done that way, I think.  It'll take more work than a simple search-and-replace.  The trickiest part is how to unlink an URB after

Re: [linux-usb-devel] ThinkPad T41 - Strange USB 2.0 behaviour

2007-06-10 Thread Alan Stern
On Sun, 10 Jun 2007, Robert de Rooy wrote: Alan Stern wrote: Unfortunately you posted the system log file instead of the dmesg log, and your syslogd was configured not to retain debug-level messages. Ok, I did not realize my syslog was filtering the debug-level messages, here is the

Re: [linux-usb-devel] [PATCH] USB: introduce urb-core_status field

2007-06-10 Thread Alan Stern
On Sun, 10 Jun 2007, Oliver Neukum wrote: Am Sonntag, 10. Juni 2007 schrieb Alan Stern: On Sun, 10 Jun 2007, Oliver Neukum wrote: Am Sonntag, 10. Juni 2007 schrieb Greg KH: Yes, it could be done that way, I think.  It'll take more work than a simple search-and-replace.  The

Re: [linux-usb-devel] [2/2] 2.6.22-rc4: known regressions with patches v2

2007-06-10 Thread Michal Piotrowski
Hi all, Here is a list of some known regressions in 2.6.22-rc4 with patches available. Feel free to add new regressions/remove fixed etc. http://kernelnewbies.org/known_regressions SATA/PATA Subject: disk on promise pdc20378 disabled at boot References :

Re: [linux-usb-devel] [2/2] 2.6.22-rc4: known regressions with patches v2

2007-06-10 Thread Rafael J. Wysocki
On Saturday, 9 June 2007 19:40, Michal Piotrowski wrote: Hi all, Here is a list of some known regressions in 2.6.22-rc4 with patches available. Feel free to add new regressions/remove fixed etc. http://kernelnewbies.org/known_regressions SATA/PATA Subject: disk on promise

Re: [linux-usb-devel] [2/2] 2.6.22-rc4: known regressions with patches v2

2007-06-10 Thread Michal Piotrowski
On 09/06/07, Rafael J. Wysocki [EMAIL PROTECTED] wrote: On Saturday, 9 June 2007 19:40, Michal Piotrowski wrote: Hi all, Here is a list of some known regressions in 2.6.22-rc4 with patches available. Feel free to add new regressions/remove fixed etc.

[linux-usb-devel] [PATCH] USB: ehci_hub_control() (Kernel 2.6.21.4)

2007-06-10 Thread Craig W. Nadler
From: Craig W. Nadler [EMAIL PROTECTED] EHCI_HUB_CTRL: Fixes a bug with a pointer to a port_status register. The ehci_hub_control() function in driver/usb/host/ehci-hub.c takes a u16 parameter called wIndex. The least significant byte of this parameter holds the port number relevant to the

Re: [linux-usb-devel] [Bugme-new] [Bug 8606] New: USB printer shows up in /proc/bus/usb/devices, but gives ENODEV on access

2007-06-10 Thread Andrew Morton
On Sun, 10 Jun 2007 06:52:23 -0700 [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=8606 Summary: USB printer shows up in /proc/bus/usb/devices, but gives ENODEV on access Kernel Version: 2.6.22-rc4 Status: NEW

Re: [linux-usb-devel] [PATCH] USB: ehci_hub_control() (Kernel 2.6.21.4)

2007-06-10 Thread Alan Stern
On Sun, 10 Jun 2007, Craig W. Nadler wrote: From: Craig W. Nadler [EMAIL PROTECTED] EHCI_HUB_CTRL: Fixes a bug with a pointer to a port_status register. The ehci_hub_control() function in driver/usb/host/ehci-hub.c takes a u16 parameter called wIndex. The least significant byte of this

Re: [linux-usb-devel] [Bugme-new] [Bug 8606] New: USB printer shows up in /proc/bus/usb/devices, but gives ENODEV on access

2007-06-10 Thread Oliver Neukum
Am Sonntag, 10. Juni 2007 schrieb Andrew Morton: Most recent kernel where this bug did *NOT* occur: 2.6.19.2 (but downgrading now doesn't seem to fix it?) Please compile your kernel with CONFIG_DEBUG_USB and provide the log. Regards Oliver

[linux-usb-devel] [PATCH] USB: driver for CM109 chipset

2007-06-10 Thread Alfred E. Heggestad
with CM109 chipsets. + * + * Tested devices: + * - KIP1000 + * - ... + * + * This driver is based on the yealink.c driver + * + * Thanks to: + * - Authors of yealink.c + * - Thomas Reitmayr + * - Oliver Neukum for good review comments + * + * History: + * 20070610 alfredh Buzzer through

[linux-usb-devel] 票据代理

2007-06-10 Thread 合作适宜
深圳市宏海实业有限公司 贵公司负责人(经理/财务)您好! (这是一封善意的传真,如有打扰请谅解)。 本公司在(广州.东莞.上海.杭州.厦门.江苏.云南.贵州.青岛.天津.西安.南宁等地均 有分公司),因进项较多现完成不了每月销售额度,每月有一部分多余的普通发票如:商品 统一销售、最新版本电脑运输、其它服务、广告、 建筑工程、发票等按1-1.5 %向外优惠 代开。海关代征增值发票,增值税发票按6%对外代开等!贵公司在做帐或进销存方面如需 用到的,我司可以供全方面的服务。还可根据所做数量额度的大小来商讨优惠的点数。

Re: [linux-usb-devel] [PATCH] USB: driver for CM109 chipset

2007-06-10 Thread Oliver Neukum
Am Sonntag, 10. Juni 2007 schrieb Alfred E. Heggestad: From: Alfred E. Heggestad [EMAIL PROTECTED] This driver adds support for USB VoIP phones using the CM109 chipset, such as the KIP-1000. Keypad is scanned and events are reported to the input subsystem. The buzzer can be activated by

Re: [linux-usb-devel] USB: m66592-udc: peripheral controller driver for M66592

2007-06-10 Thread Yoshihiro Shimoda
Thanks ... I'm still looking at this. Here's some quick feedback: Thank you very much for your feedback. It is really informative for me. I would like to quick reply to your comment now and I will modify driver code and test before re-submit reviced code. /* if complete is true, gadget driver

Re: [linux-usb-devel] [PATCH] USB: ehci_hub_control() (Kernel 2.6.21.4)

2007-06-10 Thread Craig W. Nadler
Alan Stern wrote: On Sun, 10 Jun 2007, Craig W. Nadler wrote: From: Craig W. Nadler [EMAIL PROTECTED] EHCI_HUB_CTRL: Fixes a bug with a pointer to a port_status register. The ehci_hub_control() function in driver/usb/host/ehci-hub.c takes a u16 parameter called wIndex. The least