summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/lirc/files/xbox-lircd.conf')
-rwxr-xr-xapp-misc/lirc/files/xbox-lircd.conf55
1 files changed, 55 insertions, 0 deletions
diff --git a/app-misc/lirc/files/xbox-lircd.conf b/app-misc/lirc/files/xbox-lircd.conf
new file mode 100755
index 0000000..d16e993
--- /dev/null
+++ b/app-misc/lirc/files/xbox-lircd.conf
@@ -0,0 +1,55 @@
+#
+# LIRCD configuration file for Xbox DVD Kit
+#
+# Marko Friedemann <mfr@bmx-chemnitz.de>
+#
+#
+# brand: Microsoft
+# model: Xbox DVD Remote
+# supported devices: Xbox DVD Remote via xpad-ir driver
+#
+# comment: EXPERIMENTAL
+#
+
+begin remote
+
+ name XboxDVDDongle
+ bits 8
+
+ begin codes
+
+ SELECT 0x0b
+ UP 0xa6
+ DOWN 0xa7
+ RIGHT 0xa8
+ LEFT 0xa9
+ INFO 0xc3
+
+ 9 0xc6
+ 8 0xc7
+ 7 0xc8
+ 6 0xc9
+ 5 0xca
+ 4 0xcb
+ 3 0xcc
+ 2 0xcd
+ 1 0xce
+ 0 0xcf
+
+ DISPLAY 0xd5
+ BACK 0xd8
+ SKIP+ 0xdd
+ SKIP- 0xdf
+ STOP 0xe0
+ REVERSE 0xe2
+ FORWARD 0xe3
+ TITLE 0xe5
+ PAUSE 0xe6
+ PLAY 0xea
+ MENU 0xf7
+
+ end codes
+
+end remote
+
+