mythbuntu-bugs team mailing list archive
-
mythbuntu-bugs team
-
Mailing list archive
-
Message #06970
[Bug 1012165] Re: lirc_wpc8769l is not being built due to a compile error
Forgot to mention: The file that needs these changes is
drivers/lirc_wpc8769l/lirc_wpc8769l.c
--
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to lirc in Ubuntu.
https://bugs.launchpad.net/bugs/1012165
Title:
lirc_wpc8769l is not being built due to a compile error
Status in “lirc” package in Ubuntu:
New
Bug description:
A compile error is preventing the lirc_wpc8769.ko kernel module from
being built in ubuntu 12.04. This hardware is necessary to support
WEC1020 Winbond CIR Transceiver hardware.
Basically - the methods generic_find_next_le_bit and
generic_find_next_zero_le_bit have been deprecated.
All instances of generic_find_next_le_bit need to be replaced by
find_next_bit_le,
and all instances of generic_find_next_zero_le_bit need to be replaced
by find_next_zero_bit_le.
Once this is corrected the kernel module will build correctly and
hardware using this module will become usable again.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lirc/+bug/1012165/+subscriptions
References