525b311bf8
As usual these patches were extracted from the raspberry pi repo: https://github.com/raspberrypi/linux/tree/rpi-4.4.y Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
32 lines
993 B
Diff
32 lines
993 B
Diff
From 4ccd590e7579d86778b73d381dfe9082e5df7518 Mon Sep 17 00:00:00 2001
|
|
From: jochenberger <fooberger@gmail.com>
|
|
Date: Thu, 7 Apr 2016 21:38:46 +0200
|
|
Subject: [PATCH 236/304] Enable hid-betopff module
|
|
|
|
Add force feedback support for Betop based devices
|
|
https://github.com/raspberrypi/linux/blob/rpi-4.1.y/drivers/hid/hid-betopff.c
|
|
---
|
|
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
|
|
@@ -867,6 +867,7 @@ CONFIG_HID_A4TECH=m
|
|
CONFIG_HID_ACRUX=m
|
|
CONFIG_HID_APPLE=m
|
|
CONFIG_HID_BELKIN=m
|
|
+CONFIG_HID_BETOP_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
|
|
@@ -859,6 +859,7 @@ CONFIG_HID_A4TECH=m
|
|
CONFIG_HID_ACRUX=m
|
|
CONFIG_HID_APPLE=m
|
|
CONFIG_HID_BELKIN=m
|
|
+CONFIG_HID_BETOP_FF=m
|
|
CONFIG_HID_CHERRY=m
|
|
CONFIG_HID_CHICONY=m
|
|
CONFIG_HID_CYPRESS=m
|