Comment 3 for bug 246952

Revision history for this message
shaggy (slimshaggy) wrote :

The 2.6.27 kernel does not solve this bug, since its configuration (config-2.6.27-2-generic) still has CONFIG_HID_FF not set.

This is my diff to the config file to solve the lack of force feedback support:

< # CONFIG_HID_FF is not set
---
> CONFIG_HID_FF=y
> CONFIG_HID_PID=y
> CONFIG_LOGITECH_FF=y
> CONFIG_LOGIRUMBLEPAD2_FF=y
> CONFIG_PANTHERLORD_FF=y
> CONFIG_THRUSTMASTER_FF=y
> CONFIG_ZEROPLUS_FF=y