]> git.pld-linux.org Git - packages/kernel.git/blame - kernel-small_fixes.patch
- _rel 0.7,
[packages/kernel.git] / kernel-small_fixes.patch
CommitLineData
3c03f5de 1diff -Nur linux-2.6.15.6/drivers/input/joystick/iforce/iforce-serio.c linux-2.6.15.6.iforce/drivers/input/joystick/iforce/iforce-serio.c
2--- linux-2.6.15.6/drivers/input/joystick/iforce/iforce-serio.c 2006-03-05 19:07:54.000000000 +0000
3+++ linux-2.6.15.6.iforce/drivers/input/joystick/iforce/iforce-serio.c 2006-04-29 23:17:59.000000000 +0000
4@@ -175,6 +175,12 @@
5 .id = SERIO_ANY,
6 .extra = SERIO_ANY,
7 },
8+ {
9+ .type = SERIO_RS232,
10+ .proto = 0x1f, // Trust ForceFeedback Race Master
11+ .id = SERIO_ANY,
12+ .extra = SERIO_ANY,
13+ },
14 { 0 }
15 };
16
17--- linux-2.6.17/include/linux/skbuff.h~ 2006-06-19 16:14:43.000000000 +0200
18+++ linux-2.6.17/include/linux/skbuff.h 2006-06-19 16:57:47.000000000 +0200
19@@ -19,6 +19,7 @@
20 #include <linux/compiler.h>
21 #include <linux/time.h>
22 #include <linux/cache.h>
23+#include <linux/ip.h>
24
25 #include <asm/atomic.h>
26 #include <asm/types.h>
27--- linux-2.6.17/include/asm-ppc/io.h~ 2006-06-18 01:49:35.000000000 +0000
28+++ linux-2.6.17/include/asm-ppc/io.h 2006-06-22 02:44:19.000000000 +0000
29@@ -445,6 +445,10 @@
30 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT)
31 #define page_to_bus(page) (page_to_phys(page) + PCI_DRAM_OFFSET)
32
33+#define isa_virt_to_bus virt_to_phys
34+#define isa_page_to_bus page_to_phys
35+#define isa_bus_to_virt phys_to_virt
36+
37 /* Enforce in-order execution of data I/O.
38 * No distinction between read/write on PPC; use eieio for all three.
39 */
This page took 0.024459 seconds and 4 git commands to generate.