mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 17:01:14 +00:00
4f8b350be0
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
34 lines
984 B
Diff
34 lines
984 B
Diff
From 9e5b2be64b8a0184b60f659ceecfece572402929 Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.org>
|
|
Date: Mon, 24 Sep 2018 14:56:58 +0100
|
|
Subject: [PATCH 169/806] configs: Add CONFIG_HID_BIGBEN_FF=m
|
|
|
|
See: https://github.com/raspberrypi/linux/issues/2690
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.org>
|
|
---
|
|
arch/arm/configs/bcm2709_defconfig | 1 +
|
|
arch/arm/configs/bcmrpi_defconfig | 1 +
|
|
2 files changed, 2 insertions(+)
|
|
|
|
--- a/arch/arm/configs/bcm2709_defconfig
|
|
+++ b/arch/arm/configs/bcm2709_defconfig
|
|
@@ -938,6 +938,7 @@ CONFIG_HID_APPLE=m
|
|
CONFIG_HID_ASUS=m
|
|
CONFIG_HID_BELKIN=m
|
|
CONFIG_HID_BETOP_FF=m
|
|
+CONFIG_HID_BIGBEN_FF=m
|
|
CONFIG_HID_CHERRY=m
|
|
CONFIG_HID_CHICONY=m
|
|
CONFIG_HID_CYPRESS=m
|
|
--- a/arch/arm/configs/bcmrpi_defconfig
|
|
+++ b/arch/arm/configs/bcmrpi_defconfig
|
|
@@ -931,6 +931,7 @@ CONFIG_HID_APPLE=m
|
|
CONFIG_HID_ASUS=m
|
|
CONFIG_HID_BELKIN=m
|
|
CONFIG_HID_BETOP_FF=m
|
|
+CONFIG_HID_BIGBEN_FF=m
|
|
CONFIG_HID_CHERRY=m
|
|
CONFIG_HID_CHICONY=m
|
|
CONFIG_HID_CYPRESS=m
|