Re: [linux-usb-devel] [PATCH 2/2] usbnet: use MII hooks only if CONFIG_MII is enabled

2006-11-04 Thread David Brownell
On Tuesday 31 October 2006 5:23 pm, Adrian Bunk wrote: select MII if USB_NET_AX8817X!=n || USB_NET_MCS7830!=n Thing is, I'm seeing that get morphed inside Kconfig to select MII in some cases ... the if x != n gets ignored, MII can't be deselected. That looks to me like a Kconfig

Re: [linux-usb-devel] [PATCH 2/2] usbnet: use MII hooks only if CONFIG_MII is enabled

2006-11-04 Thread David Brownell
On Wednesday 01 November 2006 11:15 pm, Greg KH wrote: Argh, there were just too many different versions of these patches floating around. Can you resend the final versions please? This should replace BOTH of Randy's patches. It addresses all the issues I've heard raised, and resolves the

Re: [linux-usb-devel] [PATCH 2/2] usbnet: use MII hooks only if CONFIG_MII is enabled

2006-11-04 Thread Adrian Bunk
On Thu, Nov 02, 2006 at 12:29:12PM -0800, David Brownell wrote: On Wednesday 01 November 2006 11:15 pm, Greg KH wrote: Argh, there were just too many different versions of these patches floating around. Can you resend the final versions please? This should replace BOTH of Randy's

[linux-usb-devel] Linux 2.6.19-rc4: known unfixed regressions (v2)

2006-11-04 Thread Adrian Bunk
This email lists some known regressions in 2.6.19-rc4 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] [PATCH 2/2] usbnet: use MII hooks only if CONFIG_MII is enabled

2006-11-04 Thread David Brownell
On Thursday 02 November 2006 6:27 pm, Adrian Bunk wrote: It seems to lack the select MII at the USB_RTL8150 option that was in Randy's first patch? I was just addressing the usbnet issues ... that driver doesn't use the usbnet framework. - Dave

Re: [linux-usb-devel] [PATCH 2/2] usbnet: use MII hooks only if CONFIG_MII is enabled

2006-11-04 Thread Randy.Dunlap
On Thu, 2 Nov 2006, David Brownell wrote: On Thursday 02 November 2006 6:27 pm, Adrian Bunk wrote: It seems to lack the select MII at the USB_RTL8150 option that was in Randy's first patch? I was just addressing the usbnet issues ... that driver doesn't use the usbnet framework. and

[linux-usb-devel] [2.6 patch] USB_RTL8150 must select MII

2006-11-04 Thread Adrian Bunk
On Thu, Nov 02, 2006 at 06:47:15PM -0800, David Brownell wrote: On Thursday 02 November 2006 6:27 pm, Adrian Bunk wrote: It seems to lack the select MII at the USB_RTL8150 option that was in Randy's first patch? I was just addressing the usbnet issues ... that driver doesn't use the

Re: [linux-usb-devel] Misleading documentation in drivers/core/usb/message.c

2006-11-04 Thread Laurent Pinchart
Hi Greg, I recently found out an endianess issue in a USB driver I'm developing. While browsing through the USB stack code to find where the problem comes from, I found what I think to be a mistake in the usb_get_device_descriptor() function documentation. /* *

[linux-usb-devel] USB device controllers

2006-11-04 Thread David Lee
Hi, I am looking for USB device controllers that are ACM compliant. Please can you advise if you know any of them. Thanks. David - Using Tomcat but need to do more? Need to support web services, security? Get stuff done

[linux-usb-devel] Abt Philips ISP 1561

2006-11-04 Thread mahendravarman15
Hi Everybody Iam using Philips ISP1561 high-speed pci usb device controller. I need firmware document of philips ISP 1561 If any body worked in this controller plzz reply me Thanks in advance R.Mahendran -- This message was sent on behalf of [EMAIL PROTECTED] at openSubscriber.com

Re: [linux-usb-devel] USB device controllers

2006-11-04 Thread mahendravarman15
Hi Iam using ISP 1161 usb device controller in my board If i give get descriptor request for 1.1 specification devices its giving only 8 byte info instead of 18 bytes and also the request is made 3 times.. And some slower memory sticks get descriptor request is made twice to get the

[linux-usb-devel] 寻求合作!

2006-11-04 Thread qqqwwweee230
您好! 我司实力雄厚,有着良好的社会关系。由于我司进项较多, 完成不了每月销售额度,公司决定采取最优惠的方式来对外代开 发票。代开范围:增值税、海关代值、普通商品销售发票:地税 ,建筑安装、运输、广告、服务业、等。 本公司真诚地希望能够与贵公司合作!也为贵公司节约一部 分资金! ( 所有代开发票均可在网上查询,欢迎你的来电咨询与合作!) 联系人:汪 生 手 机 :13725550013

[linux-usb-devel] Majordomo results: Fw: Sexy

2006-11-04 Thread Majordomo
-- This is a multi-part message in MIME format. Command 'this' not recognized. --=_NextPart_6.34346961975098E-02 Command '--=_nextpart_6.34346961975098e-02' not recognized. Content-Type: text/html; format=flowed Command 'content-type:' not recognized.

Re: [linux-usb-devel] Howto prevent libusb access?

2006-11-04 Thread Alan Stern
On Fri, 3 Nov 2006, Greg KH wrote: On Sat, Nov 04, 2006 at 12:38:39AM +0100, Till Harbaum (Lists) wrote: Hi, i am writing a driver for a usb to i2c bridge. The driver is working nicely but i can still use my libusb based demo app to access the hardware directly while at the same

Re: [linux-usb-devel] USB device controllers

2006-11-04 Thread Alan Stern
On Sat, 4 Nov 2006 [EMAIL PROTECTED] wrote: Hi Iam using ISP 1161 usb device controller in my board If i give get descriptor request for 1.1 specification devices its giving only 8 byte info instead of 18 bytes and also the request is made 3 times.. This is more or less normal. During

Re: [linux-usb-devel] patch usb-ohci-remove-stale-testing-code-from-root-hub-resume.patch added to gregkh-2.6 tree

2006-11-04 Thread Alan Stern
On Fri, 3 Nov 2006, David Brownell wrote: This patch (as811) removes some stale testing code from the root-hub resume routine in ohci-hcd. It also adds a spin_lock_irq() call that inadvertently got left out of an error pathway. Just to clarify: it's not stale testing code. The

Re: [linux-usb-devel] Howto prevent libusb access?

2006-11-04 Thread David Brownell
On Saturday 04 November 2006 9:04 am, Alan Stern wrote: [libusb can send control messages with appropriate USB_RECIP_* values] There is no way to prevent libusb from being used to send these kinds of messages. If they interfere with the proper operation of the device, that's an indication

Re: [linux-usb-devel] USB device controllers

2006-11-04 Thread David Brownell
On Saturday 04 November 2006 3:24 am, David Lee wrote: I am looking for USB device controllers that are ACM compliant. Please can you advise if you know any of them. Pretty much any programmable peripheral controller can be made to talk CDC ACM. If you're after one that does ACM in hardware,

Re: [linux-usb-devel] patch usb-ohci-remove-stale-testing-code-from-root-hub-resume.patch added to gregkh-2.6 tree

2006-11-04 Thread David Brownell
The tradeoff was between two approaches, one of which involved much more testing effort than the other. What's been removed here is the code forcing use of the simpler more readily and completely tested mode. Yes, I guess I did misunderstand your comment. But you do agree that the

Re: [linux-usb-devel] Linux 2.6.19-rc4: known unfixed regressions (v2)

2006-11-04 Thread Greg KH
On Fri, Nov 03, 2006 at 03:41:32AM +0100, Adrian Bunk wrote: Subject: USB net drivers: missing MII select's References : http://lkml.org/lkml/2006/10/25/209 Submitter : Randy Dunlap [EMAIL PROTECTED] Caused-By : Arnd Bergmann [EMAIL PROTECTED] commit

Re: [linux-usb-devel] Howto prevent libusb access?

2006-11-04 Thread Till Harbaum
Hi, Am Samstag, 4. November 2006 18:51 schrieb David Brownell: On Saturday 04 November 2006 9:04 am, Alan Stern wrote: [libusb can send control messages with appropriate USB_RECIP_* values] There is no way to prevent libusb from being used to send these kinds of messages. If they

Re: [linux-usb-devel] Howto prevent libusb access?

2006-11-04 Thread Greg KH
On Sat, Nov 04, 2006 at 07:24:14PM +0100, Till Harbaum wrote: Hi, Am Samstag, 4. November 2006 18:51 schrieb David Brownell: On Saturday 04 November 2006 9:04 am, Alan Stern wrote: [libusb can send control messages with appropriate USB_RECIP_* values] There is no way to prevent

[linux-usb-devel] [PATCH] correct keymapping on Powerbook built-in USB ISO keyboards

2006-11-04 Thread Olaf Hering
similar to the version in adbhid_input_register(): The '' key and the '^°' key on a german keyboard is swapped. Provide correct keys to userland, external USB keyboards will not work correctly when the 'badmap'/'goodmap' workarounds from xkeyboard-config are used. It is expected that

[linux-usb-devel] 您好/理税代开

2006-11-04 Thread 理税业务
港发投资贸易(广东)有限公司 您好!本公司是一家定额纳税企业;现我公司有余额的发*票向外代*开。如有需者来电洽谈合作。 联系人:王安宁(经理)---13713688664 - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with

Re: [linux-usb-devel] Howto prevent libusb access?

2006-11-04 Thread David Brownell
On Saturday 04 November 2006 10:24 am, Till Harbaum wrote: Hi, Am Samstag, 4. November 2006 18:51 schrieb David Brownell: On Saturday 04 November 2006 9:04 am, Alan Stern wrote: [libusb can send control messages with appropriate USB_RECIP_* values] There is no way to prevent libusb

Re: [linux-usb-devel] Howto prevent libusb access?

2006-11-04 Thread Till Harbaum
Hi, Am Samstag, 4. November 2006 21:38 schrieb David Brownell: If you've designed it so that the unrestricted requests can change device state, that's the design problem. Classic examples include I am doing exactly that ... ok, bad idea. And if you're using _only_ control requests it should

Re: [linux-usb-devel] Howto prevent libusb access?

2006-11-04 Thread David Brownell
On Saturday 04 November 2006 1:23 pm, Till Harbaum wrote: Hi, Am Samstag, 4. November 2006 21:38 schrieb David Brownell: If you've designed it so that the unrestricted requests can change device state, that's the design problem. Classic examples include I am doing exactly that ... ok,

[linux-usb-devel] Majordomo results: Fw: Funny :)

2006-11-04 Thread Majordomo
-- This is a multi-part message in MIME format. Command 'this' not recognized. --=_NextPart_2.08540201187134E-02 Command '--=_nextpart_2.08540201187134e-02' not recognized. Content-Type: text/html; format=flowed Command 'content-type:' not recognized.

[linux-usb-devel] Majordomo results: Fw: Funny :)

2006-11-04 Thread Majordomo
-- This is a multi-part message in MIME format. Command 'this' not recognized. --=_NextPart_3.68093073368073E-02 Command '--=_nextpart_3.68093073368073e-02' not recognized. Content-Type: text/html; format=flowed Command 'content-type:' not recognized.

Re: [linux-usb-devel] [patch] Input: HID - add a quirk for the Logitech USB Receiver

2006-11-04 Thread Dmitry Torokhov
On Friday 03 November 2006 17:33, Anssi Hannula wrote: Dmitry Torokhov wrote: On 10/11/06, Anssi Hannula [EMAIL PROTECTED] wrote: Anssi Hannula wrote: Logitech USB Receiver (046d:c101) has two interfaces. The first one contains fields from HID_UP_KEYBOARD and HID_UP_LED, and the other

[linux-usb-devel] [PATCH/RFC] EHCI and OHCI big endian registers only support

2006-11-04 Thread Benjamin Herrenschmidt
Hi ! I'm sending this patch on behalf of Toshiba. This version of the patch is mostly for comments, I'll forward a more final one as soon as I get it from them, possibly addressing comments you guys might have. The goal is to have that in 2.6.20 along with the support for the platforms that need