Vladan Bato wrote:
I'll send you the files as soon as I get back to my Xbox (probably wednesday).

Here are the files I promised: the xir and xpad drivers recompiled for Xebian 1.1.4 (kernel 2.4.31-xbox).

For those who missed the previous posts: these drivers allow you to use some cheap aftermarket xbox remotes that are not recognized by the original xir driver. On the other hand, you'll loose the support for some cheap aftermarket gamepads.

To use them, just replace the original drivers in /lib/modules/2.4.31-xbox/kernel/drivers/usb/
(make a backup first).

If you'd rather like to compile your own kernel, I also attached a patch against the 2.4.31-xbox kernel sources.

Cheers,

--
Vladan Bato
[EMAIL PROTECTED]
diff -ur kernel-source-2.4.31-xbox-original/drivers/usb/xir.c kernel-source-2.4.31-xbox/drivers/usb/xir.c
--- kernel-source-2.4.31-xbox-original/drivers/usb/xir.c	2005-06-10 17:43:01.000000000 +0200
+++ kernel-source-2.4.31-xbox/drivers/usb/xir.c	2005-10-20 23:39:58.000000000 +0200
@@ -81,6 +81,7 @@
 	  vendor, product, dvd-dongle, name                  */
 	{ 0x040b, 0x6521, "Gamester Xbox DVD Movie Playback Kit IR" },
 	{ 0x045e, 0x0284, "Microsoft Xbox DVD Movie Playback Kit IR" },
+	{ 0xffff, 0xffff, "Chinese-made Xbox Controller" }, /* WTF are device IDs for? */
 	{ 0x0000, 0x0000, "nothing detected - FAIL" }
 };
 
diff -ur kernel-source-2.4.31-xbox-original/drivers/usb/xpad-core.c kernel-source-2.4.31-xbox/drivers/usb/xpad-core.c
--- kernel-source-2.4.31-xbox-original/drivers/usb/xpad-core.c	2005-06-10 17:43:01.000000000 +0200
+++ kernel-source-2.4.31-xbox/drivers/usb/xpad-core.c	2007-11-30 15:40:45.000000000 +0100
@@ -92,7 +92,6 @@
 	{ 0x0e6f, 0x0006, 0, "Edge wireless Controller" },
 	{ 0x0f30, 0x0202, 0, "Joytech Advanced Controller" },
 	{ 0x12ab, 0x8809, 1, "Xbox DDR dancepad" },
-	{ 0xffff, 0xffff, 0, "Chinese-made Xbox Controller" }, /* WTF are device IDs for? */
 	{ 0x0000, 0x0000, 0, "nothing detected - FAIL" }
 };
 

Attachment: xir.o
Description: Binary data

Attachment: xpad.o
Description: Binary data

_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to