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

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

# 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
}