Author: pebender
Date: Fri Jan 9 16:25:25 2009
New Revision: 4200
Added:
trunk/gar-minimyth/script/system/lirc/files/lirc-0.8.4a-lirc_i2c_device.patch
Modified:
trunk/gar-minimyth/script/system/lirc/Makefile
trunk/gar-minimyth/script/system/lirc/checksums
Log:
- Patched LIRC so that it includes a sysfs device link for lirc_i2c devices.
Modified: trunk/gar-minimyth/script/system/lirc/Makefile
==============================================================================
--- trunk/gar-minimyth/script/system/lirc/Makefile (original)
+++ trunk/gar-minimyth/script/system/lirc/Makefile Fri Jan 9 16:25:25 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)-no_python.patch
$(DISTNAME)-imon_module_param.patch $(DISTNAME)-imon_lcd_dynamic.patch
$(DISTNAME)-remove_smp_unsafe_drivers.patch $(DISTNAME)-remove_gpio.patch
+PATCHFILES = $(DISTNAME)-lirc_i2c_device.patch $(DISTNAME)-no_python.patch
$(DISTNAME)-imon_module_param.patch $(DISTNAME)-imon_lcd_dynamic.patch
$(DISTNAME)-remove_smp_unsafe_drivers.patch $(DISTNAME)-remove_gpio.patch
LICENSE = GPL2
DESCRIPTION =
Modified: trunk/gar-minimyth/script/system/lirc/checksums
==============================================================================
--- trunk/gar-minimyth/script/system/lirc/checksums (original)
+++ trunk/gar-minimyth/script/system/lirc/checksums Fri Jan 9 16:25:25 2009
@@ -1,4 +1,5 @@
606b714ed843d28060163ffc571fc1f7 download/lirc-0.8.4a.tar.bz2
+e219e2e9dc7669eda6a43a3a53927272
download/lirc-0.8.4a-lirc_i2c_device.patch
1b7913de87a6ee1b71faf9fc7d32fb1d download/lirc-0.8.4a-no_python.patch
24b2a057f96e754ef84ea07e2be3b3fb
download/lirc-0.8.4a-imon_module_param.patch
7e52f1ab9b10e7dcebf23ccf2114f00b
download/lirc-0.8.4a-imon_lcd_dynamic.patch
Added:
trunk/gar-minimyth/script/system/lirc/files/lirc-0.8.4a-lirc_i2c_device.patch
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/system/lirc/files/lirc-0.8.4a-lirc_i2c_device.patch
Fri Jan 9 16:25:25 2009
@@ -0,0 +1,11 @@
+diff -Naur lirc-0.8.4a-old/drivers/lirc_i2c/lirc_i2c.c
lirc-0.8.4a-new/drivers/lirc_i2c/lirc_i2c.c
+--- lirc-0.8.4a-old/drivers/lirc_i2c/lirc_i2c.c 2008-08-12
13:50:39.000000000 -0700
++++ lirc-0.8.4a-new/drivers/lirc_i2c/lirc_i2c.c 2009-01-09
16:06:18.000000000 -0800
+@@ -415,6 +415,7 @@
+ ir->l.data = ir;
+ ir->l.minor = minor;
+ ir->l.sample_rate = 10;
++ ir->l.dev = &ir->c.dev;
+ ir->nextkey = -1;
+
+ switch (addr) {
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---