[PATCH 1/2] HID: Create header for Logitech HID++ driver

2015-11-21 Thread Edwin Velds
Renamed the hid-logitech-hidpp.c file and created a header. This prepares for building the driver from multiple sources. Signed-off-by: Edwin Velds --- drivers/hid/Makefile |2 + drivers/hid/hid-logitech-hidpp-base.c | 1831 +++ drivers/hid/hid

[PATCH 0/2] HID: Force feedback support for the Logitech G920 Wheel

2015-11-21 Thread Edwin Velds
implementation was not made optional because the G920 (like all Logitech wheels) can't function without it due to very stiff to default springs. Edwin Velds (1): HID: Create header for Logitech HID++ driver HID: Force feedback support for the Logitech G920 drivers/hid/Makefile |

[PATCH 2/2] HID: Force feedback support for the Logitech G920

2015-11-21 Thread Edwin Velds
G920 (like previous Logitech wheels) starts with a heavy default spring enabled. Unlike previous wheels, there is no command to disable this spring and it will only release when other forces are downloaded into the device. Signed-off-by: Edwin Velds --- drivers/hid/Makefile