mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
Merge pull request #830 from seahawk1986/enable_uinput_module
enable uinput kernel module
This commit is contained in:
commit
19677b7b9a
2 changed files with 23 additions and 4 deletions
|
@ -9,7 +9,7 @@ _srcname=linux-sunxi-${_commit}
|
|||
_kernelname=${pkgbase#linux}
|
||||
_desc="sun7i"
|
||||
pkgver=3.4.79
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
arch=('armv7h')
|
||||
url="https://github.com/linux-sunxi/linux-sunxi/"
|
||||
license=('GPL2')
|
||||
|
@ -19,7 +19,7 @@ source=("https://github.com/linux-sunxi/linux-sunxi/archive/${_commit}.tar.gz"
|
|||
'config'
|
||||
'working-bcmdhd-driver.patch')
|
||||
md5sums=('a6f18158a7f8dcb552547ea958c24c6b'
|
||||
'00382a1d3301801f3060aa8659046fc6'
|
||||
'f2ee96871b22ed4d538ed89f6748d25b'
|
||||
'07c260ca97572a830778362c7b744f9c')
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.4.79-6 Kernel Configuration
|
||||
# Linux/arm 3.4.79-8 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -1603,7 +1603,26 @@ CONFIG_TABLET_USB_HANWANG=m
|
|||
CONFIG_TABLET_USB_KBTAB=m
|
||||
CONFIG_TABLET_USB_WACOM=m
|
||||
# CONFIG_INPUT_TOUCHSCREEN is not set
|
||||
# CONFIG_INPUT_MISC is not set
|
||||
CONFIG_INPUT_MISC=y
|
||||
# CONFIG_INPUT_AD714X is not set
|
||||
# CONFIG_INPUT_BMA150 is not set
|
||||
# CONFIG_INPUT_MMA8450 is not set
|
||||
# CONFIG_INPUT_MPU3050 is not set
|
||||
# CONFIG_INPUT_GP2A is not set
|
||||
# CONFIG_INPUT_GPIO_TILT_POLLED is not set
|
||||
# CONFIG_INPUT_ATI_REMOTE2 is not set
|
||||
# CONFIG_INPUT_KEYCHORD is not set
|
||||
# CONFIG_INPUT_KEYSPAN_REMOTE is not set
|
||||
# CONFIG_INPUT_KXTJ9 is not set
|
||||
# CONFIG_INPUT_POWERMATE is not set
|
||||
# CONFIG_INPUT_YEALINK is not set
|
||||
# CONFIG_INPUT_CM109 is not set
|
||||
CONFIG_INPUT_UINPUT=m
|
||||
# CONFIG_INPUT_GPIO is not set
|
||||
# CONFIG_INPUT_PCF8574 is not set
|
||||
# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set
|
||||
# CONFIG_INPUT_ADXL34X is not set
|
||||
# CONFIG_INPUT_CMA3000 is not set
|
||||
|
||||
#
|
||||
# Hardware I/O ports
|
||||
|
|
Loading…
Reference in a new issue