Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc27168a

Browse files
jwrdegoedebentiss
authored andcommitted
HID: logitech-hidpp: Add HIDPP_CONSUMER_VENDOR_KEYS quirk for the Dinovo Edge
Like the MX5000 and MX5500 quad/bluetooth keyboards the Dinovo Edge alsoneeds the HIDPP_CONSUMER_VENDOR_KEYS quirk for some special keys to work.Specifically without this the "Phone" and the 'A' - 'D' Smart Keys do notsend any events.In addition to fixing these keys not sending any events, adding theBluetooth match, so that hid-logitech-hidpp is used instead of thegeneric HID driver, also adds battery monitoring support when thekeyboard is connected over Bluetooth.Signed-off-by: Hans de Goede <hdegoede@redhat.com>Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
1 parentee5e584 commitc27168a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎drivers/hid/hid-logitech-hidpp.c‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3972,6 +3972,9 @@ static const struct hid_device_id hidpp_devices[] = {
39723972
{/* Keyboard MX5000 (Bluetooth-receiver in HID proxy mode) */
39733973
LDJ_DEVICE(0xb305),
39743974
.driver_data=HIDPP_QUIRK_HIDPP_CONSUMER_VENDOR_KEYS },
3975+
{/* Dinovo Edge (Bluetooth-receiver in HID proxy mode) */
3976+
LDJ_DEVICE(0xb309),
3977+
.driver_data=HIDPP_QUIRK_HIDPP_CONSUMER_VENDOR_KEYS },
39753978
{/* Keyboard MX5500 (Bluetooth-receiver in HID proxy mode) */
39763979
LDJ_DEVICE(0xb30b),
39773980
.driver_data=HIDPP_QUIRK_HIDPP_CONSUMER_VENDOR_KEYS },
@@ -4014,6 +4017,9 @@ static const struct hid_device_id hidpp_devices[] = {
40144017
{/* MX5000 keyboard over Bluetooth */
40154018
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH,0xb305),
40164019
.driver_data=HIDPP_QUIRK_HIDPP_CONSUMER_VENDOR_KEYS },
4020+
{/* Dinovo Edge keyboard over Bluetooth */
4021+
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH,0xb309),
4022+
.driver_data=HIDPP_QUIRK_HIDPP_CONSUMER_VENDOR_KEYS },
40174023
{/* MX5500 keyboard over Bluetooth */
40184024
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH,0xb30b),
40194025
.driver_data=HIDPP_QUIRK_HIDPP_CONSUMER_VENDOR_KEYS },

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp