Bug 117091 - [PATCH] Logitech F510 gamepad get disconnected instantly without LG_NOGET quirk
Summary: [PATCH] Logitech F510 gamepad get disconnected instantly without LG_NOGET quirk
Status: NEW
Alias: None
Product: Drivers
Classification: Unclassified
Component: Input Devices (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: drivers_input-devices
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-24 16:35 UTC by dnord
Modified: 2016-04-24 16:35 UTC (History)
0 users

See Also:
Kernel Version: 4.5.2
Subsystem:
Regression: No
Bisected commit-id:


Attachments
LG_NOGET quirk for Logitech Rumblepad 2 (686 bytes, patch)
2016-04-24 16:35 UTC, dnord
Details | Diff

Description dnord 2016-04-24 16:35:50 UTC
Created attachment 213881 [details]
LG_NOGET quirk for Logitech Rumblepad 2

When I connect my Logitech F510 gamepad in dinput mode it gets disconnected instantly. However, with attached patch applied, which sets LG_NOGET for this device everything is working perfectly.
[ 2458.754519] usb 3-2: new full-speed USB device number 8 using xhci_hcd
[ 2458.886913] usb 3-2: New USB device found, idVendor=046d, idProduct=c218
[ 2458.886919] usb 3-2: New USB device strings: Mfr=1, Product=9, SerialNumber=3
[ 2458.886922] usb 3-2: Product: Logitech Rumblepad 2 USB
[ 2458.886924] usb 3-2: Manufacturer: Logitech
[ 2458.886926] usb 3-2: SerialNumber: 9C54C0F9
[ 2458.890678] input: Logitech Logitech Rumblepad 2 USB as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:046D:C218.0002/input/input20
[ 2458.946716] logitech 0003:046D:C218.0002: input,hidraw0: USB HID v1.11 Joystick [Logitech Logitech Rumblepad 2 USB] on usb-0000:00:14.0-2/input0
[ 2458.946730] logitech 0003:046D:C218.0002: Force feedback for Logitech variant 2 rumble devices by Anssi Hannula <anssi.hannula@gmail.com>
[ 2458.946832] usb 3-2: USB disconnect, device number 8

Note You need to log in before you can comment on or make changes to this bug.