diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-04-09 07:48:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-04-09 08:29:19 +0000 |
commit | bb5dfb2fa12504d4da1e63c1633aa25f669efc18 (patch) | |
tree | 68193ccab2d707fe99d58b13e12e8659ec09a816 /main/linux-grsec/kernelconfig.x86_64 | |
parent | 7dc60785b198f0c4909c4e1d087614b844d05a95 (diff) | |
download | aports-bb5dfb2fa12504d4da1e63c1633aa25f669efc18.tar.bz2 aports-bb5dfb2fa12504d4da1e63c1633aa25f669efc18.tar.xz |
main/linux-grsec: enable CONFIG_USB_HIDDEV
ref #1766
Diffstat (limited to 'main/linux-grsec/kernelconfig.x86_64')
-rw-r--r-- | main/linux-grsec/kernelconfig.x86_64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/linux-grsec/kernelconfig.x86_64 b/main/linux-grsec/kernelconfig.x86_64 index 92f2459a6f..fc28faeb66 100644 --- a/main/linux-grsec/kernelconfig.x86_64 +++ b/main/linux-grsec/kernelconfig.x86_64 @@ -4260,7 +4260,7 @@ CONFIG_HID_SENSOR_HUB=m # CONFIG_USB_HID=m # CONFIG_HID_PID is not set -# CONFIG_USB_HIDDEV is not set +CONFIG_USB_HIDDEV=y # # USB HID Boot Protocol drivers |