Re: [linux-usb-devel] [PATCH]: cdc-subset to support new vendor/product ID

2007-07-14 Thread jing xiang
This patch is for cdc subset to support Mavell vendor/product ID. Signed-off-by: Jing Xiang [EMAIL PROTECTED] --- linux-2.6.21.5/drivers/usb/net/cdc_subset.c.orig2007-07-14 13:57:37.543028144 +0800 +++ linux-2.6.21.5/drivers/usb/net/cdc_subset.c 2007-07-14 13:58:30.521974120 +0800 - Hide

Re: [linux-usb-devel] [PATCH]: cdc-subset to support new vendor/product ID

2007-07-14 Thread jing xiang
This patch is for cdc subset to support Mavell vendor/product ID. Signed-off-by: Jing Xiang [EMAIL PROTECTED] --- linux-2.6.21.5/drivers/usb/net/cdc_subset.c.orig2007-07-14 13:57:37.543028144 +0800 +++ linux-2.6.21.5/drivers/usb/net/cdc_subset.c 2007-07-14 13:58:30.521974120 +0800 @@ -305,6

[linux-usb-devel] [PATCH]: cdc-subset to support new vendor/product ID

2007-07-06 Thread jing xiang
Hi, This patch is for cdc subset to support Mavell vendor/product ID. Jing Xiang Signed-off-by: Jing Xiang[EMAIL PROTECTED] diff -uNpr linux-2.6.21.5/driver/usb/net/cdc_subset.c linux-2.6.21.5.t/driver/usb/net/cdc_subset.c --- linux-2.6.21.5/driver/usb/net/cdc_subset.c 2007-06-14 18:34

[linux-usb-devel] USB: cdc-subset.c support for new vendor/product ID

2007-06-14 Thread jing xiang
),// blob bootloader + .driver_info = (unsigned long) blob_info, +}, { // Linux Ethernet/RNDIS gadget on pxa210/25x/26x, second config // e.g. Gumstix, current OpenZaurus, ... USB_DEVICE_VER (0x0525, 0xa4a2, 0x0203, 0x0203), Thanks a lot! Jing

Re: [linux-usb-devel] Support for Multiple USB Gadgets

2007-01-27 Thread jing xiang
the gadget driver, and such implementation could make several gadget become a composite device actually. On 1/25/07, David Brownell [EMAIL PROTECTED] wrote: On Tuesday 23 January 2007 6:49 am, jing xiang wrote: Hi, a few questions about the composite implementation: 1. How to handle vender/class

Re: [linux-usb-devel] Support for Multiple USB Gadgets

2007-01-23 Thread jing xiang
driver may have assigned in its current implementation. For example, the union descriptor for the communication class contains the interface number for the function, which may change for the composite device. Thanks! Jing -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

Re: [linux-usb-devel] Quick question regarding USB emulation

2003-12-24 Thread jing
? If it does, then USB Emulation might not be turned off even when usb drivers have started up. Because I am using RTAI, an real time abstract interface. Its latency test program shows that usb emulation causes large latency. Thanks again, jing Quoting David Brownell [EMAIL PROTECTED

[linux-usb-devel] Quick question regarding USB emulation

2003-12-19 Thread jing
Hello List, How can we use USB device with USB emulation off in BIOS. Our Configuration is as follows:- Red Hat 9.0, Kernel 2.4.20 and RTAI 24.1.11 What is USB emulation? Thanks and regards, Jing --- This SF.net email is sponsored

[linux-usb-devel] irq used by usb controllers

2003-12-12 Thread jing
Hi, I found that USB controllers on the matherboard use lot of irqs (9, 10, 11, 5 on my DELL machine). Why is the USB system using so many interrupts and can I eliminate a few? Thanks in advance, jing --- This SF.net email is sponsored

[linux-usb-devel] irqs used by usb system

2003-12-12 Thread Jing Xu
Hi, I found that usb controller use lots of irqs, for example, it uses 9, 10, 11, 5 on my computer. I am curious to know why the USB systems is using so many interrupts and if we can eliminate a few. Thanks in advance, jing __ Do you Yahoo!? New Yahoo! Photos

[linux-usb-devel] help

2003-11-13 Thread Jing Xu
hope I can get some help here. Any of your suggestion will be highly appreciated. jing __ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree --- This SF.Net

[linux-usb-devel] how to configure USB in linux kernel when USB emulation is disabled in BIOS

2003-11-07 Thread Jing Xu
will be highly appreciated, jing __ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree --- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas

Re: [linux-usb-devel] how to configure USB in linux kernel when USB emulation is disabled in BIOS

2003-11-07 Thread Jing Xu
Never mind. I solved it with the help of USB document. jing --- Jing Xu [EMAIL PROTECTED] wrote: Hi, guys, There are two BIOS options for USB on my Dell machine: USB Emulation and USB controller. I disabled USB Emulation to prevent unacceptable latency caused by BIOS USB legacy emulation