Re: [linux-usb-devel] device not accepting address

2005-12-15 Thread driversbin driversbin
hub driver or from the device specific driver ? what changes have to be done or where does the problem exactly lie? Thanks and Regards :-) --- Alan Stern <[EMAIL PROTECTED]> wrote: > On Tue, 6 Dec 2005, driversbin driversbin wrote: > > > Hi, > > > &g

[linux-usb-devel] device not accepting address

2005-12-06 Thread driversbin driversbin
Hi, I am using a usb host-host cable from prolific (vendor id=0x067 product id=0x2501) . When I plug-in and out twice I start getting messages like the one below. usb 1-2: device not accepting address 4, error -110 usb 1-2: new full speed USB device using s3c2410-ohci and address 5 usb 1-2: de

[linux-usb-devel] bulk-transfer bytes read problem

2005-09-02 Thread driversbin driversbin
Hi, I am using the usb-skeleton driver for my bulk transfer.I am not able to read more than 64 bytes at one read even though i transfer more than 64 bytes.. Why is this ? what else should I change so that I may be able to read 512 bytes for one read operation? I am using 2.6.11 kernel patched wit

[linux-usb-devel] usbnet: no pings

2005-08-23 Thread driversbin driversbin
Hi, I am using host-host cable having prolific chip with vendor id 0x067b and product id 0x0001.i am using 2.6.11 kernel patched with 2.6.12-rc5 patch. I have enabled , USB gadget support (g_ether with RNDIS) and the usb network adapters --multi-pupose usb networking framework and prolific 2301

[linux-usb-devel] usbnet

2005-08-16 Thread driversbin driversbin
Hi, Can i get any patch or inputs for using usbnet driver for vendor id =0x067b and product id = 0x2501 ? can i know what is the work-around for this ..please Regards ;-) __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protect

[linux-usb-devel] usb bridge-pl2501?

2005-08-11 Thread driversbin driversbin
hi, I have a USB bridge with chipset PL2501 which is not supported by usbnet. vandor id 0x067b (prolific) product id =0x2501 What changes do i have to do ; to make it get recognised? are any patches or fixes available for the same ? Regards :-) __

[linux-usb-devel] only root hub ..how?

2005-08-10 Thread driversbin driversbin
Hi, I need to have only one root hub. I dont want to enumerate any more hubs on the root hub. How do I restrict the usb host not to enumerate more hubs apart from the root hub. regards :-) Start your day with Yahoo! - m

Re: [linux-usb-devel] core driver testing

2005-08-10 Thread driversbin driversbin
hi, thanks for the info. But i get similar errors if tried with /proc/bus/usb path also. I am sending you the outputs. Can you please suggest me a method to use the test cases using usb-serial cable? ~ # ~ # cat /proc/bus/usb/devices T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh

Re: [linux-usb-devel] core driver testing

2005-08-04 Thread driversbin driversbin
ote: > > From [EMAIL PROTECTED] Tue Aug 2 02:34:36 2005 > > Date: Tue, 2 Aug 2005 02:30:01 -0700 (PDT) > > From: driversbin driversbin <[EMAIL PROTECTED]> > > Subject: Re: [linux-usb-devel] core driver testing > > To: [EMAIL PROTECTED], > linux-usb-devel@list

Re: [linux-usb-devel] core driver testing

2005-08-02 Thread driversbin driversbin
hi, thanks for the info. I am using usb-serial convertor having ftdi chip ( vendor id 0x067b and product id 0x2303). How do i carry out these tests with that hardware. I tried to insmod the usbtest.ko using this vendor and product id and by undefing generic in the usbtest.c code. What chnages h

[linux-usb-devel] core driver testing

2005-07-31 Thread driversbin driversbin
Hi.. I am testing my host controller driver using the scripts in the Linux Usb test Page (http://www.linux-usb.org/usbtest/index.html#hosts )and the usbtest driver available in the kernel. Can i know to test host controller and core driver exhaustivelyÂ…? I need to know to what extent it wil te