Hi Krzysztof,
On 27 September 2016 at 22:44, Dima Ryazanov wrote:
> The kernel version used to build Weston isn't necessarily the same as the
> version that will be used to run it. Weston should already work fine on
> older versions: the second ioctl will return an error - but it's ok as long
> a
The kernel version used to build Weston isn't necessarily the same as the
version that will be used to run it. Weston should already work fine on
older versions: the second ioctl will return an error - but it's ok as long
as the first one succeeds.
Also, a compile-time check would prevent Weston b
From: Tomasz SZKUTKOWSKI
This patch disables unsupported ioctl `KDGKBMODE K_OFF` command if Weston
is built against kernel older than 2.6.39, as this ioctl has been
introduced in 2.6.39 kernel version.
No functional changes have been observed by disabling this ioctl.
Signed-off-by: Tomasz SZKUT
From: Tomasz SZKUTKOWSKI
This patch disables unsupported ioctl `KDGKBMODE K_OFF` command if Weston
is built against kernel older than 2.6.39, as this ioctl has been
introduced in 2.6.39 kernel version.
No functional changes have been observed by disabling this ioctl.
Signed-off-by: Tomasz SZKUT