Add touchscreen and pen driver for the Surface 3
This commit is contained in:
parent
fcb14e5f56
commit
f2c2c1b1e0
@ -278,6 +278,7 @@ CONFIG_PVPANIC=m
|
|||||||
|
|
||||||
# CONFIG_TOUCHSCREEN_INTEL_MID is not set
|
# CONFIG_TOUCHSCREEN_INTEL_MID is not set
|
||||||
CONFIG_TOUCHSCREEN_GOODIX=m
|
CONFIG_TOUCHSCREEN_GOODIX=m
|
||||||
|
CONFIG_TOUCHSCREEN_SURFACE3_SPI=m
|
||||||
|
|
||||||
# CONFIG_SMSC37B787_WDT is not set
|
# CONFIG_SMSC37B787_WDT is not set
|
||||||
CONFIG_VIA_WDT=m
|
CONFIG_VIA_WDT=m
|
||||||
|
@ -42,7 +42,7 @@ Summary: The Linux kernel
|
|||||||
# For non-released -rc kernels, this will be appended after the rcX and
|
# For non-released -rc kernels, this will be appended after the rcX and
|
||||||
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
|
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
|
||||||
#
|
#
|
||||||
%global baserelease 2
|
%global baserelease 3
|
||||||
%global fedora_build %{baserelease}
|
%global fedora_build %{baserelease}
|
||||||
|
|
||||||
# base_sublevel is the kernel version we're starting with and patching
|
# base_sublevel is the kernel version we're starting with and patching
|
||||||
@ -2173,6 +2173,7 @@ fi
|
|||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jul 29 2016 Bastien Nocera <bnocera@redhat.com>
|
* Fri Jul 29 2016 Bastien Nocera <bnocera@redhat.com>
|
||||||
|
- Add touchscreen and pen driver for the Surface 3
|
||||||
- Add CrystalCove PWM support, for CherryTrail devices
|
- Add CrystalCove PWM support, for CherryTrail devices
|
||||||
|
|
||||||
* Thu Jul 28 2016 Justin M. Forbes <jforbes@fedoraproject.org> - 4.8.0-0.rc0.git2.1
|
* Thu Jul 28 2016 Justin M. Forbes <jforbes@fedoraproject.org> - 4.8.0-0.rc0.git2.1
|
||||||
|
Loading…
Reference in New Issue
Block a user