mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add KBD_BOOTPROTO quirk for Logitech G510s USB keyboard
PR: 232136 Submitted by: dgilbert@eicat.ca MFC after: 1 week
This commit is contained in:
parent
e457729f18
commit
30cef2b7f9
2 changed files with 2 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ static struct usb_quirk_entry usb_quirks[USB_DEV_QUIRKS_MAX] = {
|
|||
USB_QUIRK(TELEX, MIC1, 0x009, 0x009, UQ_AU_NO_FRAC),
|
||||
USB_QUIRK(SILICONPORTALS, YAPPHONE, 0x100, 0x100, UQ_AU_INP_ASYNC),
|
||||
USB_QUIRK(LOGITECH, UN53B, 0x0000, 0xffff, UQ_NO_STRINGS),
|
||||
USB_QUIRK(LOGITECH, G510S, 0x0000, 0xFFFF, UQ_KBD_BOOTPROTO),
|
||||
USB_QUIRK(REALTEK, RTL8196EU, 0x0000, 0xffff, UQ_CFG_INDEX_1),
|
||||
USB_QUIRK(ELSA, MODEM1, 0x0000, 0xffff, UQ_CFG_INDEX_1),
|
||||
USB_QUIRK(PLANEX2, MZKUE150N, 0x0000, 0xffff, UQ_CFG_INDEX_1),
|
||||
|
|
|
|||
|
|
@ -2842,6 +2842,7 @@ product LOGITECH UN58A 0xc030 iFeel Mouse
|
|||
product LOGITECH UN53B 0xc032 iFeel MouseMan
|
||||
product LOGITECH WMPAD 0xc208 WingMan GamePad Extreme
|
||||
product LOGITECH WMRPAD 0xc20a WingMan RumblePad
|
||||
product LOGITECH G510S 0xc22d G510s Keyboard
|
||||
product LOGITECH WMJOY 0xc281 WingMan Force joystick
|
||||
product LOGITECH BB13 0xc401 USB-PS/2 Trackball
|
||||
product LOGITECH RK53 0xc501 Cordless mouse
|
||||
|
|
|
|||
Loading…
Reference in a new issue