aboutsummaryrefslogtreecommitdiffstats
path: root/gregkh
diff options
context:
space:
mode:
authorGreg KH <greg@press.(none)>2005-10-05 14:58:10 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2005-10-05 14:58:10 -0700
commitb9b47fcb11352c2184299be5d622b9e7a6105b89 (patch)
tree664ec55b63d2576e9fd1f532a400799f0d5924d3 /gregkh
parent454030824a7a721df03527bc3475315c08b4898c (diff)
downloadpatches-b9b47fcb11352c2184299be5d622b9e7a6105b89.tar.gz
refresh of patches
Diffstat (limited to 'gregkh')
-rw-r--r--gregkh/gregkh-debugfs_example.patch6
-rw-r--r--gregkh/gregkh-kobject-warn.patch10
-rw-r--r--gregkh/gregkh-laptop-sysrq.patch8
-rw-r--r--gregkh/gregkh-usb-hacking.patch11
-rw-r--r--gregkh/gregkh-usb-minors.patch8
-rw-r--r--gregkh/no-random.patch4
6 files changed, 24 insertions, 23 deletions
diff --git a/gregkh/gregkh-debugfs_example.patch b/gregkh/gregkh-debugfs_example.patch
index 50bed68d2928d..4e3bbec9a01ad 100644
--- a/gregkh/gregkh-debugfs_example.patch
+++ b/gregkh/gregkh-debugfs_example.patch
@@ -5,10 +5,10 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
fs/debugfs/debugfs_example.c | 70 +++++++++++++++++++++++++++++++++++++++++++
- 1 files changed, 70 insertions(+)
+ 1 file changed, 70 insertions(+)
---- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ gregkh-2.6/fs/debugfs/debugfs_example.c 2005-05-09 09:15:47.000000000 -0700
+--- /dev/null
++++ gregkh-2.6/fs/debugfs/debugfs_example.c
@@ -0,0 +1,70 @@
+/*
+ * debugfs_example.c - Tiny example of how to use debugfs
diff --git a/gregkh/gregkh-kobject-warn.patch b/gregkh/gregkh-kobject-warn.patch
index de950863ed323..31cafafef7dbd 100644
--- a/gregkh/gregkh-kobject-warn.patch
+++ b/gregkh/gregkh-kobject-warn.patch
@@ -8,11 +8,11 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
lib/kobject.c | 7 +++++++
- 1 files changed, 7 insertions(+)
+ 1 file changed, 7 insertions(+)
---- gregkh-2.6.orig/lib/kobject.c 2005-05-09 09:07:22.000000000 -0700
-+++ gregkh-2.6/lib/kobject.c 2005-05-09 09:15:45.000000000 -0700
-@@ -121,6 +121,7 @@
+--- gregkh-2.6.orig/lib/kobject.c
++++ gregkh-2.6/lib/kobject.c
+@@ -121,6 +121,7 @@ char *kobject_get_path(struct kobject *k
*/
void kobject_init(struct kobject * kobj)
{
@@ -20,7 +20,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
kref_init(&kobj->kref);
INIT_LIST_HEAD(&kobj->entry);
kobj->kset = kset_get(kobj->kset);
-@@ -345,6 +346,12 @@
+@@ -345,6 +346,12 @@ void kobject_cleanup(struct kobject * ko
kobj->k_name = NULL;
if (t && t->release)
t->release(kobj);
diff --git a/gregkh/gregkh-laptop-sysrq.patch b/gregkh/gregkh-laptop-sysrq.patch
index 32c2922f7f95f..e816e2011ab25 100644
--- a/gregkh/gregkh-laptop-sysrq.patch
+++ b/gregkh/gregkh-laptop-sysrq.patch
@@ -5,11 +5,11 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
drivers/char/sysrq.c | 2 +-
- 1 files changed, 1 insertion(+), 1 deletion(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
---- gregkh-2.6.orig/drivers/char/sysrq.c 2005-06-27 11:07:27.000000000 -0700
-+++ gregkh-2.6/drivers/char/sysrq.c 2005-06-27 11:09:15.000000000 -0700
-@@ -324,7 +324,7 @@
+--- gregkh-2.6.orig/drivers/char/sysrq.c
++++ gregkh-2.6/drivers/char/sysrq.c
+@@ -324,7 +324,7 @@ static struct sysrq_key_op *sysrq_key_ta
/* v */ NULL, /* May be assigned at init time by SMP VOYAGER */
/* w */ NULL,
/* x */ NULL,
diff --git a/gregkh/gregkh-usb-hacking.patch b/gregkh/gregkh-usb-hacking.patch
index 9f0a19565b272..bfe5264c9ba4a 100644
--- a/gregkh/gregkh-usb-hacking.patch
+++ b/gregkh/gregkh-usb-hacking.patch
@@ -8,8 +8,9 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gregkh.c | 307 +++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 309 insertions(+)
---- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ gregkh-2.6/drivers/usb/gregkh.c 2005-09-28 13:56:01.000000000 -0700
+---
+--- /dev/null
++++ gregkh-2.6/drivers/usb/gregkh.c
@@ -0,0 +1,307 @@
+/*
+ * greg kroah-hartman's junk module
@@ -318,9 +319,9 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+module_init(greg_init);
+module_exit(greg_exit);
+MODULE_LICENSE("GPL");
---- gregkh-2.6.orig/drivers/usb/Makefile 2005-09-28 13:49:06.000000000 -0700
-+++ gregkh-2.6/drivers/usb/Makefile 2005-09-28 13:55:44.000000000 -0700
-@@ -76,3 +76,5 @@
+--- gregkh-2.6.orig/drivers/usb/Makefile
++++ gregkh-2.6/drivers/usb/Makefile
+@@ -76,3 +76,5 @@ obj-$(CONFIG_USB_SISUSBVGA) += misc/
obj-$(CONFIG_USB_ATM) += atm/
obj-$(CONFIG_USB_SPEEDTOUCH) += atm/
diff --git a/gregkh/gregkh-usb-minors.patch b/gregkh/gregkh-usb-minors.patch
index 80f19365535d6..c67393dd69a2d 100644
--- a/gregkh/gregkh-usb-minors.patch
+++ b/gregkh/gregkh-usb-minors.patch
@@ -6,11 +6,11 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
Documentation/devices.txt | 26 ++++++++++++++++++++------
- 1 files changed, 20 insertions(+), 6 deletions(-)
+ 1 file changed, 20 insertions(+), 6 deletions(-)
---- gregkh-2.6.orig/Documentation/devices.txt 2005-06-27 11:07:25.000000000 -0700
-+++ gregkh-2.6/Documentation/devices.txt 2005-06-27 11:09:21.000000000 -0700
-@@ -2543,18 +2543,32 @@
+--- gregkh-2.6.orig/Documentation/devices.txt
++++ gregkh-2.6/Documentation/devices.txt
+@@ -2543,18 +2543,32 @@ Your cooperation is appreciated.
0 = /dev/usb/lp0 First USB printer
...
15 = /dev/usb/lp15 16th USB printer
diff --git a/gregkh/no-random.patch b/gregkh/no-random.patch
index 79d2235058cb5..cfd5aab90ed90 100644
--- a/gregkh/no-random.patch
+++ b/gregkh/no-random.patch
@@ -2,8 +2,8 @@
kernel/sysctl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---- gregkh-2.6.orig/kernel/sysctl.c 2005-09-08 09:07:30.000000000 -0700
-+++ gregkh-2.6/kernel/sysctl.c 2005-09-08 09:09:09.000000000 -0700
+--- gregkh-2.6.orig/kernel/sysctl.c
++++ gregkh-2.6/kernel/sysctl.c
@@ -124,7 +124,7 @@ extern int sysctl_hz_timer;
extern int acct_parm[];
#endif