forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork0
Commitb4c00e7
HID: logitech-dj: Fix Dinovo Mini when paired with a MX5x00 receiver
Some users are pairing the Dinovo keyboards with the MX5000 or MX5500receivers, instead of with the Dinovo receivers. The receivers aremostly the same (and the air protocol obviously is compatible) butcurrently the Dinovo receivers are handled by hid-lg.c while theMX5x00 receivers are handled by logitech-dj.c.When using a Dinovo keyboard, with its builtin touchpad, throughlogitech-dj.c then the touchpad stops working because when asking thereceiver for paired devices, we get only 1 paired device witha device_type of REPORT_TYPE_KEYBOARD. And since we don't see a pairedmouse, we have nowhere to send mouse-events to, so we drop them.Extend the existing fix for the Dinovo Edge for this to also cover theDinovo Mini keyboard and also add a mapping to logitech-hidpp for theMedia key on the Dinovo Mini, so that that keeps working too.BugLink:https://bugzilla.redhat.com/show_bug.cgi?id=1811424Fixes:f2113c3 ("HID: logitech-dj: add support for Logitech Bluetooth Mini-Receiver")Signed-off-by: Hans de Goede <hdegoede@redhat.com>Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>1 parenteec231e commitb4c00e7
2 files changed
+26
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
875 | 875 | | |
876 | 876 | | |
877 | 877 | | |
| 878 | + | |
878 | 879 | | |
879 | 880 | | |
880 | 881 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| |||
2950 | 2952 | | |
2951 | 2953 | | |
2952 | 2954 | | |
| 2955 | + | |
| 2956 | + | |
| 2957 | + | |
| 2958 | + | |
| 2959 | + | |
| 2960 | + | |
| 2961 | + | |
| 2962 | + | |
| 2963 | + | |
| 2964 | + | |
| 2965 | + | |
| 2966 | + | |
| 2967 | + | |
| 2968 | + | |
| 2969 | + | |
| 2970 | + | |
| 2971 | + | |
| 2972 | + | |
| 2973 | + | |
| 2974 | + | |
2953 | 2975 | | |
2954 | 2976 | | |
2955 | 2977 | | |
| |||
3185 | 3207 | | |
3186 | 3208 | | |
3187 | 3209 | | |
| 3210 | + | |
| 3211 | + | |
| 3212 | + | |
3188 | 3213 | | |
3189 | 3214 | | |
3190 | 3215 | | |
| |||
0 commit comments
Comments
(0)