lp:evdev

Created by Jelmer Vernooij and last modified
Get this branch:
bzr branch lp:evdev

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
VCS imports
Project:
xserver-xorg-input-evdev
Review team:
Chris Jones
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at git://anongit.freedesktop.org/xorg/driver/xf86-input-evdev.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 29 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 5 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 5 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 5 seconds — see the log

Recent revisions

623. By Enrico Weigelt, metux IT consult <email address hidden>

dont spam xserver with false-positives

It's not necessary to spam the xserver log with error messages of
just temporary read failures that aren't actually errors.

Signed-off-by: Enrico Weigelt, metux IT consult <email address hidden>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-input-evdev/-/merge_requests/6>

622. By Enrico Weigelt, metux IT consult <email address hidden>

fix FTBS on non-udev target platforms (eg. FreeBSD)

On platforms that don't have libudev at all (eg. FreeBSD), the build
breaks. The only consumer, EvdevDeviceIsVirtual(), can live well with
just bailing out directly if libudev isn't present.

Signed-off-by: Enrico Weigelt, metux IT consult <email address hidden>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-input-evdev/-/merge_requests/6>

621. By Enrico Weigelt, metux IT consult <email address hidden>

tolerate including linux/input.h

On some platforms (eg. FreeBSD) we're running into a name clash between
xf86str.h and linux/input.h. Since we don't actually need those symbols
here, an easy workaround is #undef'ing them.

Signed-off-by: Enrico Weigelt, metux IT consult <email address hidden>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-input-evdev/-/merge_requests/6>

620. By Enrico Weigelt, metux IT consult <email address hidden>

fix unportable linux-only include

including <linux/types.h> obviously isn't portable - instead using
<sys/types.h> is the right choice for us.

Signed-off-by: Enrico Weigelt, metux IT consult <email address hidden>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-input-evdev/-/merge_requests/6>

619. By Enrico Weigelt, metux IT consult <email address hidden>

drop quirk for ancient linux kernel version (<2.6.30)

This kernel had been released 1.5 decades ago - probably no need to have
special quirks for such an ancient kernel version anymore.

Signed-off-by: Enrico Weigelt, metux IT consult <email address hidden>

618. By Enrico Weigelt, metux IT consult <email address hidden>

bump minimal xorg version to 1.18

1.18 was released a decade ago, so it seems reasonable stop supporting
older ones.

Signed-off-by: Enrico Weigelt, metux IT consult <email address hidden>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-input-evdev/-/merge_requests/5>

617. By Alan Coopersmith

gitlab CI: ensure libtool is installed in build container

Signed-off-by: Alan Coopersmith <email address hidden>

616. By Alan Coopersmith

gitlab CI: stop requiring Signed-off-by in commits

Signed-off-by: Alan Coopersmith <email address hidden>

615. By Alan Coopersmith

Convert src/draglock.c from ISO-8859-1 to UTF-8

Fixes flawfinder error in CI:
Error: encoding error in ./src/draglock.c
'utf-8' codec can't decode byte 0xa9 in position 343: invalid start byte

Signed-off-by: Alan Coopersmith <email address hidden>

614. By Alan Coopersmith

gitlab CI: add a basic build test

Signed-off-by: Alan Coopersmith <email address hidden>

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers