Re: [linux-usb-devel] Printer Gadget / 'Device Class' Driver

2007-06-08 Thread Greg KH
On Fri, Jun 08, 2007 at 12:19:43PM -0400, Craig Nadler wrote: > > On Tue, Jun 05, 2007 at 08:49:54PM -0400, Craig W. Nadler wrote: > >> The updated printer gadget driver is attached. The patch file is > >> against > >> kernel version 2.6.21.3. Please see comments below. > > > > Care to add a sign

Re: [linux-usb-devel] Printer Gadget / 'Device Class' Driver

2007-06-08 Thread Craig Nadler
> On Tue, Jun 05, 2007 at 08:49:54PM -0400, Craig W. Nadler wrote: >> The updated printer gadget driver is attached. The patch file is >> against >> kernel version 2.6.21.3. Please see comments below. > > Care to add a signed-off-by: so we can add it to the kernel tree? > > thanks, > > greg k-h >

Re: [linux-usb-devel] Printer Gadget / "Device Class" Driver

2007-06-07 Thread Greg KH
On Tue, Jun 05, 2007 at 08:49:54PM -0400, Craig W. Nadler wrote: > The updated printer gadget driver is attached. The patch file is against > kernel version 2.6.21.3. Please see comments below. Care to add a signed-off-by: so we can add it to the kernel tree? thanks, greg k-h ---

[linux-usb-devel] Printer

2007-04-25 Thread KEEWOOK Fichtel
costs - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/

Re: [linux-usb-devel] Printer Gadget / "Device Class" Driver

2007-04-24 Thread David Brownell
Thanks for refreshing that, Craig. I was cleaning out some mail and found previous versions. Maybe it's finally time to merge. :) On Monday 23 April 2007, Craig W. Nadler wrote: > diff -Nru a/Documentation/usb/gadget_printer.txt > b/Documentation/usb/gadget_printer.txt > --- a/Documentation/u

Re: [linux-usb-devel] Printer Gadget / "Device Class" Driver

2007-04-23 Thread Craig W. Nadler
Here is an update version of my printer gadget driver for the Linux 2.6.20.7 kernel. http://nadler.us/src/g_printer_2.6.20.7.patch Best Regards, Craig Nadler diff -Nru a/Documentation/usb/gadget_printer.txt b/Documentation/usb/gadget_printer.txt --- a/Documentation/usb/gadget_printer.txt 1969-

Re: [linux-usb-devel] printer driver problem

2006-06-28 Thread Paulo Marques
Juhee MALA wrote: > 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 r

[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

Re: [linux-usb-devel] Printer driver for arm

2006-06-23 Thread Greg KH
On Fri, Jun 23, 2006 at 11:34:47AM +0530, Juhee MALA wrote: > 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

[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] (printer class gadget)

2004-08-18 Thread Alex Sanks
Hi, 박호상 wrote: > Hello. > I want to know how bulk data is handled in g_serial.c > > I have changed the g_serial.c for printer. > Device descriptor, interface descriptor, qualifier descriptor, endpoint and > configuration descriptor were fixed for printer. > > Once, I wanted to verify whether dat

[linux-usb-devel] printer small cleanup and making drivers quiet

2001-12-06 Thread Pavel Machek
Hi! This kills few underscores from printer.c and makes drivers quiet for in-kernel case. Please apply, Pavel --- clean/drivers/usb/audio.c Fri Oct 5 21:04:50 2001 +++ linux/drivers/usb/audio.c Thu Oct 25 13:25:40 2001 @@ -3796

Re: [linux-usb-devel] Printer, HP 1200, and 7/1/3

2001-09-20 Thread David Paschal
Joel Becker wrote: > Pete Zaitcev poked me with your URL because I have played with > the USB device ID issues in the past ... > I ran into this problem for a simple printing frontend for the New > Internet Computer. My solution was an ioctl like LPIOC_GET_BUS_ADDRESS, > but only for the de

Re: [linux-usb-devel] Printer, HP 1200, and 7/1/3

2001-09-18 Thread Joel Becker
On Tue, Sep 18, 2001 at 12:56:43PM +0200, Oliver Neukum wrote: > are you sure that this approach will work with several scanners of the same > type attached ? We were discussing printers, not scanners. I may have misstyped somewhere. However, scanners are just as worthwhile. Fundament

Re: [linux-usb-devel] Printer, HP 1200, and 7/1/3

2001-09-18 Thread Oliver Neukum
Hi, are you sure that this approach will work with several scanners of the same type attached ? Regards Oliver ___ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/lin

Re: [linux-usb-devel] Printer, HP 1200, and 7/1/3

2001-09-17 Thread Joel Becker
David, Pete Zaitcev poked me with your URL because I have played with the USB device ID issues in the past. You have LPIOC_GET_BUS_ADDRESS in your medium want list. This is, of course, because there is currently no way to map /dev/usb/lpX items to USB bus/device entries at runtime. I ran

Re: [linux-usb-devel] Printer, HP 1200, and 7/1/3

2001-09-14 Thread David Paschal
Hi, I'm back. Sorry about taking so long to reply, due to several weeks of vacation, LinuxWorld, and catching up with things. :-) I finally got around to fleshing out my "ioctl wishlist" for printer.c. It's posted at "http://hpoj.sourceforge.net/doc/ioctl_requests.html";. Comments are welcome,

[linux-usb-devel] Printer breakage in 2.2.19

2001-05-08 Thread Pete Zaitcev
Greetings! I diffed printer.c in 2.2.18 and 2.2.19 and it seems to me that something wrong happened to it. Look at this: --- linux-2.2.18/drivers/usb/printer.c Sun Dec 10 16:49:43 2000 +++ linux-2.2.19/drivers/usb/printer.c Sun Mar 25 08:37:37 2001 @@ -366,18 +474,13 @@ (int