diff options
author | onlybugreports <41129014+onlybugreports@users.noreply.github.com> | 2020-11-10 13:16:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-10 13:16:13 +0100 |
commit | c9b3e1d3808e67b79cf66d2bb2ad4d322a5faa4f (patch) | |
tree | 41eae3ba38fe926b43455fea709da7290978572a /hwdb.d/70-mouse.hwdb | |
parent | Merge pull request #17555 from yuwata/ethtool-get-driver (diff) | |
download | systemd-c9b3e1d3808e67b79cf66d2bb2ad4d322a5faa4f.tar.xz systemd-c9b3e1d3808e67b79cf66d2bb2ad4d322a5faa4f.zip |
Add Logitech G403 Prodigy Gaming Mouse to hwdb. (#17537)
This PR adds logitech G403 to the hwdb.
Settings were obtained with 'sudo mouse-dpi-tool /dev/input/event3' and 'ratbagctl hollering-marmot info'.
Diffstat (limited to '')
-rw-r--r-- | hwdb.d/70-mouse.hwdb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hwdb.d/70-mouse.hwdb b/hwdb.d/70-mouse.hwdb index 0bdac6cdb4..98b79dc0d2 100644 --- a/hwdb.d/70-mouse.hwdb +++ b/hwdb.d/70-mouse.hwdb @@ -343,6 +343,10 @@ mouse:usb:v046dpc24c:name:Logitech G400s Optical Gaming Mouse:* mouse:usb:v046dpc07e:name:Logitech Gaming Mouse G402:* MOUSE_DPI=400@1000 *800@1000 1600@1000 3200@1000 +# Logitech G403 Prodigy (Wired) +mouse:usb:v046dpc083:name:Logitech G403 Prodigy Gaming Mouse:* + MOUSE_DPI=400@1000 *800@1000 1600@1000 3200@1000 + # Logitech G500 Mouse mouse:usb:v046dpc068:name:Logitech G500:* MOUSE_DPI=*1600@500 2600@500 3600@500 |