pfps / yoga-laptop

Systems and information to make Lenovo Yoga laptops work better
GNU General Public License v3.0
156 stars 30 forks source link

iio_utils.h: fix compilation #44

Closed bagage closed 8 years ago

bagage commented 8 years ago

Fixes #39 , see this for reference about inline/static inline/extern inline.

pfps commented 8 years ago

The inclusion of iio_utils.h is a hack to permit easy compilation. The file itself comes from the Linux IIO subsystem. The better fix would be to see if the current version of the file works with light and orientation and request an update to this file. An even better fix would be to figure out how to get these programs to compile in various distributions of Linus, which may require using config somehow.

bagage commented 8 years ago

OK, so it should be left unmodified. I'll change my PR accordingly then, thanks!

bagage commented 8 years ago

Modified - is it OK for you now?

pfps commented 8 years ago

I'll take a look, but it may be a while.

peter

On 10/03/2015 11:37 AM, Gautier Pelloux-Prayer wrote:

Modified - is it OK for you now?

— Reply to this email directly or view it on GitHub https://github.com/pfps/yoga-laptop/pull/44#issuecomment-145276186.

pfps commented 8 years ago

OK, let's give it a try.