On Mon, Nov 04, 2002 at 07:46:18PM +0530, Nazim Khan wrote: > Hi, > > Can anyone tell me how does the LPD(Line Printer Daemon) communicates with > the USB Printer Driver?
It uses open(), write(), read(), ioctl() and close() :) Seriously, it just uses the file interface, what specifics do you want to know that are not shown by looking at the source code? thanks, greg k-h ------------------------------------------------------- This SF.net email is sponsored by: ApacheCon, November 18-21 in Las Vegas (supported by COMDEX), the only Apache event to be fully supported by the ASF. http://www.apachecon.com _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
