summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/usbirboy/files/usbirboy-0.2.1-nice-kernel-msgs.diff')
-rw-r--r--app-misc/usbirboy/files/usbirboy-0.2.1-nice-kernel-msgs.diff48
1 files changed, 0 insertions, 48 deletions
diff --git a/app-misc/usbirboy/files/usbirboy-0.2.1-nice-kernel-msgs.diff b/app-misc/usbirboy/files/usbirboy-0.2.1-nice-kernel-msgs.diff
deleted file mode 100644
index 8cac30623f9c..000000000000
--- a/app-misc/usbirboy/files/usbirboy-0.2.1-nice-kernel-msgs.diff
+++ /dev/null
@@ -1,48 +0,0 @@
-diff -ru usbirboy-0.2.1-orig/usbirboykmod/usbirboy.c usbirboy-0.2.1/usbirboykmod/usbirboy.c
---- usbirboy-0.2.1-orig/usbirboykmod/usbirboy.c 2006-07-06 11:47:10.353523729 +0200
-+++ usbirboy-0.2.1/usbirboykmod/usbirboy.c 2006-07-06 11:49:45.352506621 +0200
-@@ -65,6 +65,8 @@
- #define __END_DEBUG }
-
-
-+#define usbirboy_info(format, arg...) printk(KERN_INFO "%s: " format "\n" , \
-+ DRIVER_NAME , ## arg)
-
- /* Strait from lirc.h adopted ioctl definitions */
- /* Lets hope they dont change those*/
-@@ -636,7 +638,7 @@
-
-
- /* let the user know what node this device is now attached to */
-- info("USB-IR-Boy device attached to usbirboy with minor %d\n", irdev->minor);
-+ usbirboy_info("USB-IR-Boy device attached to usbirboy with minor %d", irdev->minor);
- __DEBUG
- printk("<----- %s \n", __FUNCTION__);
- __END_DEBUG
-@@ -725,7 +727,7 @@
- usbirboy_cleanup (usbirdev);
- up (&disconnect_sem);
-
-- info( "USB-IR-Boy device disconnected. Minor: %d\n",minor);
-+ usbirboy_info( "USB-IR-Boy device disconnected. Minor: %d",minor);
- __DEBUG
- printk("<----- %s \n", __FUNCTION__);
- __END_DEBUG
-@@ -754,7 +756,7 @@
- return -1;
- }
-
-- info( DRIVER_DESC ":" DRIVER_VERSION);
-+ usbirboy_info( DRIVER_DESC ":" DRIVER_VERSION);
-
- __DEBUG
- printk("<----- %s \n", __FUNCTION__);
-@@ -772,7 +774,7 @@
- __END_DEBUG
- usb_deregister (&usbirboy_driver);
-
-- info( "usbirboy_driver deregistered...\n");
-+ usbirboy_info( "driver deregistered...");
- __DEBUG
- printk("<----- %s \n", __FUNCTION__);
- __END_DEBUG