mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-imx6-cubox-dt add requested hid devices
This commit is contained in:
parent
56cab16e5e
commit
84652f674b
2 changed files with 10 additions and 10 deletions
|
@ -10,12 +10,12 @@ buildarch=4
|
|||
pkgbase=linux-imx6-cubox-dt
|
||||
pkgname=('linux-imx6-cubox-dt' 'linux-headers-imx6-cubox-dt')
|
||||
# pkgname=linux-custom # Build kernel with a different name
|
||||
_commit=dbfdba1d690b28eae7f56636699e6ed7319940be
|
||||
_commit=27bb585b5d83d3f8f821e1e9b6db3cac10d360a7
|
||||
_srcname=linux-linaro-stable-mx6-${_commit}
|
||||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.10
|
||||
pkgver=${_basekernel}.30
|
||||
pkgrel=20
|
||||
pkgrel=21
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -27,8 +27,8 @@ source=("https://github.com/wolfgar/linux-linaro-stable-mx6/archive/${_commit}.t
|
|||
'http://hg.openbricks.org/openbricks/raw-file/414a70875fc4/config/platforms/arm/imx6/machines/cuboxi/packages/linux/patches/990_cubox-i-hummingboard-enable-spdif.patch'
|
||||
'http://hg.openbricks.org/openbricks/raw-file/414a70875fc4/config/platforms/arm/imx6/machines/cuboxi/packages/linux/patches/991_cubox-i-use-ipu0.patch'
|
||||
'http://hg.openbricks.org/openbricks/raw-file/414a70875fc4/config/platforms/arm/imx6/machines/cuboxi/packages/linux/patches/992_hummingboard-use-ipu0-disable-cec.patch')
|
||||
md5sums=('6ac853a4dd44e720cd231b8614ddd0f9'
|
||||
'6e88185b4bf7f3ff894e2e187863346a'
|
||||
md5sums=('517cda20c8c1b66d0500cf6172bdc485'
|
||||
'5eae4424ea98fb876ad5a2569fc97e41'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'7f91cc11b6a63771e415bb3549de8fdd'
|
||||
'a2579ff8da52d1b922d704f160cfaa08'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.10.30-19 Kernel Configuration
|
||||
# Linux/arm 3.10.30-21 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_MIGHT_HAVE_PCI=y
|
||||
|
@ -3389,9 +3389,9 @@ CONFIG_SND_SOC_SPDIF=y
|
|||
# HID support
|
||||
#
|
||||
CONFIG_HID=y
|
||||
# CONFIG_HID_BATTERY_STRENGTH is not set
|
||||
# CONFIG_HIDRAW is not set
|
||||
# CONFIG_UHID is not set
|
||||
CONFIG_HID_BATTERY_STRENGTH=y
|
||||
CONFIG_HIDRAW=y
|
||||
CONFIG_UHID=y
|
||||
CONFIG_HID_GENERIC=y
|
||||
|
||||
#
|
||||
|
@ -3457,8 +3457,8 @@ CONFIG_HID_SUNPLUS=m
|
|||
# USB HID support
|
||||
#
|
||||
CONFIG_USB_HID=y
|
||||
# CONFIG_HID_PID is not set
|
||||
# CONFIG_USB_HIDDEV is not set
|
||||
CONFIG_HID_PID=y
|
||||
CONFIG_USB_HIDDEV=y
|
||||
|
||||
#
|
||||
# I2C HID support
|
||||
|
|
Loading…
Reference in a new issue