mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ODROID: Add some features for logitech joysticks.
Change-Id: I875176d145e038e0f8807374d231b0f6cf138faf
This commit is contained in:
@@ -2197,27 +2197,29 @@ CONFIG_MOUSE_BCM5974=y
|
||||
# CONFIG_MOUSE_SYNAPTICS_I2C is not set
|
||||
# CONFIG_MOUSE_SYNAPTICS_USB is not set
|
||||
CONFIG_INPUT_JOYSTICK=y
|
||||
# CONFIG_JOYSTICK_ANALOG is not set
|
||||
# CONFIG_JOYSTICK_A3D is not set
|
||||
# CONFIG_JOYSTICK_ADI is not set
|
||||
# CONFIG_JOYSTICK_COBRA is not set
|
||||
# CONFIG_JOYSTICK_GF2K is not set
|
||||
# CONFIG_JOYSTICK_GRIP is not set
|
||||
# CONFIG_JOYSTICK_GRIP_MP is not set
|
||||
# CONFIG_JOYSTICK_GUILLEMOT is not set
|
||||
# CONFIG_JOYSTICK_INTERACT is not set
|
||||
# CONFIG_JOYSTICK_SIDEWINDER is not set
|
||||
# CONFIG_JOYSTICK_TMDC is not set
|
||||
# CONFIG_JOYSTICK_IFORCE is not set
|
||||
# CONFIG_JOYSTICK_WARRIOR is not set
|
||||
# CONFIG_JOYSTICK_MAGELLAN is not set
|
||||
# CONFIG_JOYSTICK_SPACEORB is not set
|
||||
# CONFIG_JOYSTICK_SPACEBALL is not set
|
||||
# CONFIG_JOYSTICK_STINGER is not set
|
||||
# CONFIG_JOYSTICK_TWIDJOY is not set
|
||||
# CONFIG_JOYSTICK_ZHENHUA is not set
|
||||
# CONFIG_JOYSTICK_AS5011 is not set
|
||||
# CONFIG_JOYSTICK_JOYDUMP is not set
|
||||
CONFIG_JOYSTICK_ANALOG=y
|
||||
CONFIG_JOYSTICK_A3D=y
|
||||
CONFIG_JOYSTICK_ADI=y
|
||||
CONFIG_JOYSTICK_COBRA=y
|
||||
CONFIG_JOYSTICK_GF2K=y
|
||||
CONFIG_JOYSTICK_GRIP=y
|
||||
CONFIG_JOYSTICK_GRIP_MP=y
|
||||
CONFIG_JOYSTICK_GUILLEMOT=y
|
||||
CONFIG_JOYSTICK_INTERACT=y
|
||||
CONFIG_JOYSTICK_SIDEWINDER=y
|
||||
CONFIG_JOYSTICK_TMDC=y
|
||||
CONFIG_JOYSTICK_IFORCE=y
|
||||
CONFIG_JOYSTICK_IFORCE_USB=y
|
||||
CONFIG_JOYSTICK_IFORCE_232=y
|
||||
CONFIG_JOYSTICK_WARRIOR=y
|
||||
CONFIG_JOYSTICK_MAGELLAN=y
|
||||
CONFIG_JOYSTICK_SPACEORB=y
|
||||
CONFIG_JOYSTICK_SPACEBALL=y
|
||||
CONFIG_JOYSTICK_STINGER=y
|
||||
CONFIG_JOYSTICK_TWIDJOY=y
|
||||
CONFIG_JOYSTICK_ZHENHUA=y
|
||||
CONFIG_JOYSTICK_AS5011=y
|
||||
CONFIG_JOYSTICK_JOYDUMP=y
|
||||
CONFIG_JOYSTICK_XPAD=y
|
||||
CONFIG_JOYSTICK_XPAD_FF=y
|
||||
CONFIG_JOYSTICK_XPAD_LEDS=y
|
||||
@@ -2326,7 +2328,9 @@ CONFIG_SERIO_LIBPS2=y
|
||||
# CONFIG_SERIO_ARC_PS2 is not set
|
||||
# CONFIG_SERIO_APBPS2 is not set
|
||||
# CONFIG_USERIO is not set
|
||||
# CONFIG_GAMEPORT is not set
|
||||
CONFIG_GAMEPORT=y
|
||||
# CONFIG_GAMEPORT_NS558 is not set
|
||||
# CONFIG_GAMEPORT_L4 is not set
|
||||
|
||||
#
|
||||
# Character devices
|
||||
@@ -3478,7 +3482,13 @@ CONFIG_HID_BETOP_FF=y
|
||||
# CONFIG_HID_LCPOWER is not set
|
||||
# CONFIG_HID_LED is not set
|
||||
# CONFIG_HID_LENOVO is not set
|
||||
# CONFIG_HID_LOGITECH is not set
|
||||
CONFIG_HID_LOGITECH=y
|
||||
# CONFIG_HID_LOGITECH_DJ is not set
|
||||
# CONFIG_HID_LOGITECH_HIDPP is not set
|
||||
CONFIG_LOGITECH_FF=y
|
||||
CONFIG_LOGIRUMBLEPAD2_FF=y
|
||||
# CONFIG_LOGIG940_FF is not set
|
||||
CONFIG_LOGIWHEELS_FF=y
|
||||
# CONFIG_HID_MAGICMOUSE is not set
|
||||
# CONFIG_HID_MICROSOFT is not set
|
||||
# CONFIG_HID_MONTEREY is not set
|
||||
|
||||
@@ -2205,27 +2205,29 @@ CONFIG_MOUSE_BCM5974=y
|
||||
# CONFIG_MOUSE_SYNAPTICS_I2C is not set
|
||||
# CONFIG_MOUSE_SYNAPTICS_USB is not set
|
||||
CONFIG_INPUT_JOYSTICK=y
|
||||
# CONFIG_JOYSTICK_ANALOG is not set
|
||||
# CONFIG_JOYSTICK_A3D is not set
|
||||
# CONFIG_JOYSTICK_ADI is not set
|
||||
# CONFIG_JOYSTICK_COBRA is not set
|
||||
# CONFIG_JOYSTICK_GF2K is not set
|
||||
# CONFIG_JOYSTICK_GRIP is not set
|
||||
# CONFIG_JOYSTICK_GRIP_MP is not set
|
||||
# CONFIG_JOYSTICK_GUILLEMOT is not set
|
||||
# CONFIG_JOYSTICK_INTERACT is not set
|
||||
# CONFIG_JOYSTICK_SIDEWINDER is not set
|
||||
# CONFIG_JOYSTICK_TMDC is not set
|
||||
# CONFIG_JOYSTICK_IFORCE is not set
|
||||
# CONFIG_JOYSTICK_WARRIOR is not set
|
||||
# CONFIG_JOYSTICK_MAGELLAN is not set
|
||||
# CONFIG_JOYSTICK_SPACEORB is not set
|
||||
# CONFIG_JOYSTICK_SPACEBALL is not set
|
||||
# CONFIG_JOYSTICK_STINGER is not set
|
||||
# CONFIG_JOYSTICK_TWIDJOY is not set
|
||||
# CONFIG_JOYSTICK_ZHENHUA is not set
|
||||
# CONFIG_JOYSTICK_AS5011 is not set
|
||||
# CONFIG_JOYSTICK_JOYDUMP is not set
|
||||
CONFIG_JOYSTICK_ANALOG=y
|
||||
CONFIG_JOYSTICK_A3D=y
|
||||
CONFIG_JOYSTICK_ADI=y
|
||||
CONFIG_JOYSTICK_COBRA=y
|
||||
CONFIG_JOYSTICK_GF2K=y
|
||||
CONFIG_JOYSTICK_GRIP=y
|
||||
CONFIG_JOYSTICK_GRIP_MP=y
|
||||
CONFIG_JOYSTICK_GUILLEMOT=y
|
||||
CONFIG_JOYSTICK_INTERACT=y
|
||||
CONFIG_JOYSTICK_SIDEWINDER=y
|
||||
CONFIG_JOYSTICK_TMDC=y
|
||||
CONFIG_JOYSTICK_IFORCE=y
|
||||
CONFIG_JOYSTICK_IFORCE_USB=y
|
||||
CONFIG_JOYSTICK_IFORCE_232=y
|
||||
CONFIG_JOYSTICK_WARRIOR=y
|
||||
CONFIG_JOYSTICK_MAGELLAN=y
|
||||
CONFIG_JOYSTICK_SPACEORB=y
|
||||
CONFIG_JOYSTICK_SPACEBALL=y
|
||||
CONFIG_JOYSTICK_STINGER=y
|
||||
CONFIG_JOYSTICK_TWIDJOY=y
|
||||
CONFIG_JOYSTICK_ZHENHUA=y
|
||||
CONFIG_JOYSTICK_AS5011=y
|
||||
CONFIG_JOYSTICK_JOYDUMP=y
|
||||
CONFIG_JOYSTICK_XPAD=y
|
||||
CONFIG_JOYSTICK_XPAD_FF=y
|
||||
CONFIG_JOYSTICK_XPAD_LEDS=y
|
||||
@@ -2334,7 +2336,9 @@ CONFIG_SERIO_LIBPS2=y
|
||||
# CONFIG_SERIO_ARC_PS2 is not set
|
||||
# CONFIG_SERIO_APBPS2 is not set
|
||||
# CONFIG_USERIO is not set
|
||||
# CONFIG_GAMEPORT is not set
|
||||
CONFIG_GAMEPORT=y
|
||||
# CONFIG_GAMEPORT_NS558 is not set
|
||||
# CONFIG_GAMEPORT_L4 is not set
|
||||
|
||||
#
|
||||
# Character devices
|
||||
@@ -3491,7 +3495,13 @@ CONFIG_HID_BETOP_FF=y
|
||||
# CONFIG_HID_LCPOWER is not set
|
||||
# CONFIG_HID_LED is not set
|
||||
# CONFIG_HID_LENOVO is not set
|
||||
# CONFIG_HID_LOGITECH is not set
|
||||
CONFIG_HID_LOGITECH=y
|
||||
# CONFIG_HID_LOGITECH_DJ is not set
|
||||
# CONFIG_HID_LOGITECH_HIDPP is not set
|
||||
CONFIG_LOGITECH_FF=y
|
||||
CONFIG_LOGIRUMBLEPAD2_FF=y
|
||||
# CONFIG_LOGIG940_FF is not set
|
||||
CONFIG_LOGIWHEELS_FF=y
|
||||
# CONFIG_HID_MAGICMOUSE is not set
|
||||
# CONFIG_HID_MICROSOFT is not set
|
||||
# CONFIG_HID_MONTEREY is not set
|
||||
|
||||
Reference in New Issue
Block a user