[mythtv] Bugfix for docs: lirc-0.7.0pre2 compliation doc changes

Peter Valdemar Mørch swp5jhu02 at sneakemail.com
Sun Dec 28 21:26:59 EST 2003


I'd just like to mention that right now, the lirc-0.7.0pre2 cannot build 
exactly with the docs in mythtv-HOWTO-22.html

The lirc-CVS-i2c-2.8.0.patch for lirc-0.7.0pre2 is to be found here
http://delvare.nerim.net/i2c/other/lirc-CVS-i2c-2.8.0.patch
and not at the URL mentioned in
http://mythtv.org/docs/mythtv-HOWTO-22.html#hauppauge_remote
(that old URL gives a 404 error)

I don't have linuxdoc installed, so I can't produce an actual patch for 
the documentation - hope that is OK.

Also, when compiling lirc with that new lirc-CVS-i2c-2.8.0.patch, an 
additional patch is required to get it to compile as mentioned here:
http://www.gossamer-threads.com/perl/mailarc/gforum.cgi?post=86696

That patch is:
diff -cr lirc-0.7.0pre2.orig/drivers/lirc_i2c/lirc_i2c.c 
lirc-0.7.0pre2/drivers/lirc_i2c/lirc_i2c.c
*** lirc-0.7.0pre2.orig/drivers/lirc_i2c/lirc_i2c.c     2003-12-27 
17:40:43.000000000 +0100
--- lirc-0.7.0pre2/drivers/lirc_i2c/lirc_i2c.c  2003-12-27 
17:41:26.000000000 +0100
***************
*** 293,299 ****
   static int ir_command(struct i2c_client *client, unsigned int cmd, 
void *arg);

   static struct i2c_driver driver = {
!       .owner            = THIS_MODULE,
         .name             = "i2c ir driver",
         .id               = I2C_DRIVERID_EXP3, /* FIXME */
         .flags            = I2C_DF_NOTIFY,
--- 293,299 ----
   static int ir_command(struct i2c_client *client, unsigned int cmd, 
void *arg);

   static struct i2c_driver driver = {
!       /* .owner            = THIS_MODULE, */
         .name             = "i2c ir driver",
         .id               = I2C_DRIVERID_EXP3, /* FIXME *

I am not certain if the lirc-CVS-i2c-2.8.0.patch at the new URL is the 
same as the one that used to be at the old URL, but I have irw for 
lirc-0.7.0pre2 working with these two patches. And the old URL is 404 
for sure.

Sincerely,

Peter



More information about the mythtv-dev mailing list