From 90cd7e494b898b37f552addf952a4ebe5926c62b Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 5 May 2006 08:35:30 +0000 Subject: HPLIP is an HP developed solution for printing, scanning, and faxing with HP inkjet and laser based printers in Linux. The HP driver project provides printing support for nearly 1000 printer models, including Deskjet, Officejet, Photosmart, PSC (Print Scan Copy), Business Inkjet, LaserJet, and LaserJet MFP. WWW: http://hplip.sourceforge.net/ PR: ports/96271 Submitted by: Anish Mistry --- print/hplip3/files/patch-io_hpiod_device.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 print/hplip3/files/patch-io_hpiod_device.h (limited to 'print/hplip3/files/patch-io_hpiod_device.h') diff --git a/print/hplip3/files/patch-io_hpiod_device.h b/print/hplip3/files/patch-io_hpiod_device.h new file mode 100644 index 000000000000..de0796b353ee --- /dev/null +++ b/print/hplip3/files/patch-io_hpiod_device.h @@ -0,0 +1,12 @@ +--- io/hpiod/device.h.orig Tue Feb 28 19:40:55 2006 ++++ io/hpiod/device.h Sun Apr 2 23:38:58 2006 +@@ -72,6 +72,9 @@ + int AltSetting; + int urb_write_active; /* 0=no, 1=yes */ + #if defined(__APPLE__) && defined(__MACH__) ++ ++#elif defined(__FreeBSD__) ++ + #else + struct usbdevfs_urb urb_write; /* host to device */ + struct usbdevfs_urb urb_read; /* device to host */ -- cgit v1.2.3