[linux-usb-devel] printer driver problem

2006-06-28 Thread Juhee MALA
We connect a HPDeskjet-3940 printer to our ARM based platform on a USB port. The port lp0 is created and it takes the driver as usblp. Now to print a text file we run a command cat filename > /dev/usb/lp0 but it is not printing anything. But the same command is running on a HP DeskJet_840C pri

[linux-usb-devel] Printer driver for arm

2006-06-22 Thread Juhee MALA
I am trying to configure a USB printer HP 3940 on my ARM based platform. TO do that I have downloaded the HP printer driver HPlip-0.9.11. But to compile it and to tun it on my platform, I am facing lot of problems. Has anybody done this already, can I get the executable along with libraries dire

RE: [linux-usb-devel] USB Host performance

2006-05-10 Thread Juhee MALA
the reason for this 4-5microescond, time. Or is there any way to remove this JUhee -Original Message- From: Alan Stern [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 09, 2006 8:10 PM To: Juhee MALA Cc: linux-usb-devel@lists.sourceforge.net Subject: Re: [linux-usb-devel] USB Host performance

RE: [linux-usb-devel] USB Host performance

2006-05-09 Thread Juhee MALA
-Original Message- From: Alan Stern [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 09, 2006 8:10 PM To: Juhee MALA Cc: linux-usb-devel@lists.sourceforge.net Subject: Re: [linux-usb-devel] USB Host performance On Tue, 9 May 2006, Juhee MALA wrote: > We are using Linux USB Host stack and doing s

[linux-usb-devel] USB Host performance

2006-05-08 Thread Juhee MALA
We are using Linux USB Host stack and doing some performance analysis. For performance analysis we are testing it with a device, which accepts the Bulk-OUT packets with full effieciency (not much-NYTES from device side). We are submitting the data of URB size 8kbytes. The throughput in such scen