23fc700
--- cups-1.2rc1/backend/usb-unix.c.direct-usb	2006-04-04 15:57:47.000000000 +0100
23fc700
+++ cups-1.2rc1/backend/usb-unix.c	2006-04-04 15:58:26.000000000 +0100
23fc700
@@ -431,7 +431,7 @@
23fc700
 
23fc700
   if (!strncmp(uri, "usb:/dev/", 9))
23fc700
 #ifdef __linux
23fc700
-    return (-1); /* Do not allow direct devices anymore */
23fc700
+    return (open(uri + 4, O_RDWR | O_EXCL));
23fc700
   else if (!strncmp(uri, "usb://", 6))
23fc700
   {
23fc700
    /*