Revision: 5875 Author: pebender Date: Mon Nov 30 19:50:21 2009 Log: - Patched LIRC so that lircd's uinput output supports all keys and buttons.
http://code.google.com/p/minimyth/source/detail?r=5875 Added: /trunk/gar-minimyth/script/system/lirc/files/lirc-0.8.6-uinput_key_fix.patch Modified: /trunk/gar-minimyth/html/minimyth/document-changelog.txt /trunk/gar-minimyth/script/system/lirc/Makefile /trunk/gar-minimyth/script/system/lirc/checksums ======================================= --- /dev/null +++ /trunk/gar-minimyth/script/system/lirc/files/lirc-0.8.6-uinput_key_fix.patch Mon Nov 30 19:50:21 2009 @@ -0,0 +1,12 @@ +diff -Naur lirc-0.8.6-old/daemons/lircd.c lirc-0.8.6-new/daemons/lircd.c +--- lirc-0.8.6-old/daemons/lircd.c 2009-08-29 00:46:44.000000000 -0700 ++++ lirc-0.8.6-new/daemons/lircd.c 2009-11-29 14:01:21.000000000 -0800 +@@ -445,7 +445,7 @@ + goto setup_error; + } + +- for(key = KEY_RESERVED; key <= KEY_UNKNOWN; key++) ++ for(key = 0; key <= KEY_MAX; key++) + { + if(ioctl(fd, UI_SET_KEYBIT, key) != 0) + { ======================================= --- /trunk/gar-minimyth/html/minimyth/document-changelog.txt Mon Nov 30 19:47:07 2009 +++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt Mon Nov 30 19:50:21 2009 @@ -37,6 +37,7 @@ KEY_MEDIA maps to the "My Pictures" key. - Changed KEY_AUDIO to KEY_MP3. - Changed KEY_GUIDE (which is not in linux/input.h) to KEY_PROGRAM. + - Patched LIRC so that lircd's uinput output supports all keys and buttons. Fixed bugs - Fixed a bug that caused mm_sleep and mm_sleep_on_ss to output an error ======================================= --- /trunk/gar-minimyth/script/system/lirc/Makefile Sun Nov 15 12:12:08 2009 +++ /trunk/gar-minimyth/script/system/lirc/Makefile Mon Nov 30 19:50:21 2009 @@ -5,7 +5,7 @@ #MASTER_SITES = http://www.lirc.org/software/snapshots/ #MASTER_SITES = cvs://anonym...@$(GARNAME).cvs.sourceforge.net:/cvsroot/$(GARNAME)/ DISTFILES = $(DISTNAME).tar.bz2 -PATCHFILES = $(DISTNAME)-remove_smp_unsafe_drivers.patch $(DISTNAME)-input_map.patch.gar +PATCHFILES = $(DISTNAME)-uinput_key_fix.patch $(DISTNAME)-remove_smp_unsafe_drivers.patch $(DISTNAME)-input_map.patch.gar LICENSE = GPL2 DESCRIPTION = ======================================= --- /trunk/gar-minimyth/script/system/lirc/checksums Sun Sep 13 08:23:10 2009 +++ /trunk/gar-minimyth/script/system/lirc/checksums Mon Nov 30 19:50:21 2009 @@ -1,3 +1,4 @@ 4ca24da6f5e7c2dcea74878c27a4a3f7 download/lirc-0.8.6.tar.bz2 +6f354391da71991c7b730c5644829908 download/lirc-0.8.6-uinput_key_fix.patch f848f08622360d1714dc2f9e91934bab download/lirc-0.8.6-remove_smp_unsafe_drivers.patch 2bec5f74b2ecd993afad4572607e4c9b download/lirc-0.8.6-input_map.patch.gar -- You received this message because you are subscribed to the Google Groups "minimyth-commits" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/minimyth-commits?hl=en.
