Hi,

Here's a patch against 2.4.11-pre6 that updates the usb printer driver
to the same version that is in the -ac tree.

thanks,

greg k-h
(temporary USB maintainer)


diff --minimal -Nru a/drivers/usb/printer.c b/drivers/usb/printer.c
--- a/drivers/usb/printer.c     Tue Oct  9 14:16:55 2001
+++ b/drivers/usb/printer.c     Tue Oct  9 14:16:55 2001
@@ -703,6 +703,9 @@
 }
 
 static struct usb_device_id usblp_ids [] = {
+       { USB_DEVICE_INFO(7, 1, 1) },
+       { USB_DEVICE_INFO(7, 1, 2) },
+       { USB_DEVICE_INFO(7, 1, 3) },
        { USB_INTERFACE_INFO(7, 1, 1) },
        { USB_INTERFACE_INFO(7, 1, 2) },
        { USB_INTERFACE_INFO(7, 1, 3) },
@@ -738,4 +741,5 @@
 
 MODULE_AUTHOR( DRIVER_AUTHOR );
 MODULE_DESCRIPTION( DRIVER_DESC );
+MODULE_LICENSE("GPL");
 


_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to