aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/udev/udev_164.bbappend
blob: 4d263b08414533656ac6e7946c71287e0b1cfbfa (plain)
1
2
3
4
5
6
7
8
9
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

PRINC := "${@int(PRINC) + 2}"

# check only for ABS_X (0x00) and ABS_Y (0x01), ignore ABS_PRESSURE (0x18)
do_configure_append () {
        sed -i -e 's/"input:*-e0*,3,*a0,1,*18,*"/"input:*-e0*,3,*a0,1,*"/' ${WORKDIR}/local.rules
}