mythbuntu-bugs team mailing list archive
-
mythbuntu-bugs team
-
Mailing list archive
-
Message #10426
[Bug 1012165] Re: lirc_wpc8769l is not being built due to a compile error
Picking xenial as supported version, but ir really applies to any
kernel. From mu perspective this bug is a wont-fix
** Package changed: lirc (Ubuntu) => linux-lts-xenial (Ubuntu)
--
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 linux-lts-xenial package in Ubuntu:
Confirmed
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/linux-lts-xenial/+bug/1012165/+subscriptions
References