]> git.ipfire.org Git - thirdparty/systemd.git/blame - hwdb.d/70-mouse.hwdb
docs: document new description field
[thirdparty/systemd.git] / hwdb.d / 70-mouse.hwdb
CommitLineData
0213a26f
PH
1# This file is part of systemd.
2#
3# Database for the DPI setting of mice, trackballs, other pointer devices that
4# cannot be queried directly.
5#
6# The lookup keys are composed in:
7# 70-mouse.rules
8#
9# Note: The format of the "mouse:" prefix match key is a
10# contract between the rules file and the hardware data, it might
11# change in later revisions to support more or better matches, it
12# is not necessarily expected to be a stable ABI.
13#
14# Match string format:
15# mouse:<subsystem>:v<vid>p<pid>:name:<name>:
16#
17# Supported subsystems: usb, bluetooth
18# vid/pid as 4-digit hex lowercase vendor/product
19#
20# if vid/pid is unavailable, use
21# mouse:*:name:<name>:
22# if name is unavailable, use
23# mouse:<subsystem>:v<vid>p<pid>:*
24#
25# For example, the following 5 matches all match the same mouse:
26# mouse:usb:v17efp6019:name:Lenovo Optical USB Mouse:
27# mouse:usb:*:name:Lenovo Optical USB Mouse:
28# mouse:usb:v17efp6019:*
29# mouse:*:name:Lenovo Optical USB Mouse:
30#
011c7034
PH
31# To add local entries, create a new file
32# /etc/udev/hwdb.d/71-mouse-local.hwdb
33# and add your rules there. To load the new rules execute (as root):
331d6a20 34# systemd-hwdb update
011c7034
PH
35# udevadm trigger /dev/input/eventXX
36# where /dev/input/eventXX is the mouse in question. If in
37# doubt, simply use /dev/input/event* to reload all input rules.
38#
8601a85c
AK
39# If your changes are generally applicable, preferably send them as a pull
40# request to
195c9e37
ZJS
41# https://github.com/systemd/systemd
42# or create a bug report on https://github.com/systemd/systemd/issues and
43# include your new rules, a description of the device, and the output of
52bd587f 44# udevadm info /dev/input/eventXX.
011c7034
PH
45#
46# Allowed properties are:
d5c3b228 47# ID_INPUT_TRACKBALL
011c7034
PH
48# MOUSE_DPI
49# MOUSE_WHEEL_CLICK_ANGLE
a6a8e60b 50# MOUSE_WHEEL_CLICK_ANGLE_HORIZONTAL
9107a337
PH
51# MOUSE_WHEEL_CLICK_COUNT
52# MOUSE_WHEEL_CLICK_COUNT_HORIZONTAL
011c7034
PH
53#
54#########################################
d5c3b228
PH
55# ID_INPUT_TRACKBALL #
56#########################################
57#
58# Specified *in additition* to ID_INPUT_MOUSE if the device is a trackball.
59# Removing ID_INPUT_MOUSE will break backwards compatibility.
60#
61#########################################
011c7034
PH
62# MOUSE_DPI #
63#########################################
64#
0213a26f
PH
65# DPI settings are specified as
66# MOUSE_DPI=<dpi>[@<frequency>]
67#
68# Where <dpi> is the resolution in dots per inch, and <frequency> the
3a8d368a
PH
69# sampling frequency in Hz (optional). If a device supports dynamic
70# frequency scaling, the maximum frequency should be used. For devices
71# supporting multiple fixed frequencies, see below.
0213a26f
PH
72#
73# The value of MOUSE_DPI is:
74# - a single integer for single-resolution mice, e.g.
75# MOUSE_DPI=800
76# or, if the frequency is known:
77# MOUSE_DPI=800@120
78# - a space-separated list of resolutions for multi-resolution mice.
8c67d0a7 79# The default resolution must be prefixed by an asterisk, the resolutions
0213a26f
PH
80# in the database must be as shipped by the manufacturer. e.g.
81# MOUSE_DPI=400 *800 2000
82#
83# The order of resolutions is as configured by the HW manufacturer or in
84# ascending order, whichever appropriate.
85#
86# The frequency must be given to either none or all resolutions. If the
3a8d368a 87# device supports multiple fixed frequencies, the order of items is
0213a26f
PH
88# MOUSE_DPI=r1@f1 r2@f1 r3@f1 r1@f2 r2@f2 r3@f2
89#
90# If the default manufacturer-set resolution is unclear, a resolution of
91# 800 or 1000 should be set as default, if available. If neither is
92# available, choose the "middle" resolution value of those available.
93#
94# The list may contain a single item which must be marked with an
95# asterisk.
96#
bd1c8360 97# Local changes to the non-default resolution of the mouse (e.g. through
0213a26f
PH
98# third-party software) must not be entered into this file, use a local
99# hwdb instead.
100#
011c7034
PH
101#########################################
102# MOUSE_WHEEL_CLICK_ANGLE #
103#########################################
104#
105# The angle in degrees per mouse wheel 'click', specified as
106# MOUSE_WHEEL_CLICK_ANGLE=<degrees>
107#
108# Most mice have a 15 degree click stop (24 clicks per full rotation).
9107a337
PH
109# For backwards-compatibility, the click angle must be an integer.
110# Where a device has non-integer click angles, the MOUSE_WHEEL_CLICK_COUNT
111# property should also be specified.
0213a26f 112#
5fc9e4ab 113#########################################
a6a8e60b 114# MOUSE_WHEEL_CLICK_ANGLE_HORIZONTAL #
5fc9e4ab
PH
115#########################################
116#
117# Identical to MOUSE_WHEEL_CLICK_ANGLE but for the horizontal scroll wheel.
118# This property may only be specified if the angle for the horizontal
119# scroll wheel differs from the vertical wheel. If so, *both* click angles
120# must be specified.
9107a337
PH
121#
122#########################################
123# MOUSE_WHEEL_CLICK_COUNT #
124# MOUSE_WHEEL_CLICK_COUNT_HORIZONTAL #
125#########################################
126#
127# The number of clicks the wheel sends per 360 degree rotation. This
128# property should only be used where the click angle is not an integer.
129# For backwards compatibility it must be specified in addition to
130# MOUSE_WHEEL_CLICK_ANGLE.
131# Clients should prefer MOUSE_WHEEL_CLICK_COUNT where available, it is more
132# precise than MOUSE_WHEEL_CLICK_ANGLE.
133#
134# MOUSE_WHEEL_CLICK_COUNT_HORIZONTAL works the same way but also follows the
135# rules of MOUSE_WHEEL_CLICK_ANGLE_HORIZONTAL.
0213a26f 136
7731320a 137#
47d36b7c 138# Sort by brand, type (usb, bluetooth), DPI, frequency.
7731320a
ZJS
139# For mice with switchable resolution, sort by the starred entry.
140
d5c3b228
PH
141##########################################
142# Generic
143##########################################
144mouse:*:name:*Trackball*:
145mouse:*:name:*trackball*:
146mouse:*:name:*TrackBall*:
147 ID_INPUT_TRACKBALL=1
148
68a6ac91
PH
149##########################################
150# Apple
151##########################################
152
153# Apple MagicMouse
154# Note: this device changes name once connected to a mac, the name ends up
155# as $username`s mouse
156mouse:bluetooth:v05acp030d:name:*:
157 MOUSE_DPI=1300@1000
158
af157cf8
CB
159##########################################
160# Chicony
161##########################################
162
163# Chicony 2.4G Multimedia Wireless Kit MG-0919
164mouse:usb:v04f2p0963:name:Chicony 2.4G Multimedia Wireless Kit:
165 MOUSE_DPI=1000@142
166
eb59c75e
PH
167##########################################
168# Dell
169##########################################
170
ea243432
TA
171# Dell MUAR DEL7
172mouse:usb:v413cp3012:name:Dell Dell USB Optical Mouse:
173 MOUSE_DPI=400@166
174
eb59c75e
PH
175# Dell USB Laser Mouse
176mouse:usb:v046dpc063:name:DELL DELL USB Laser Mouse:
177 MOUSE_DPI=1000@125
178
682f7705
CH
179# Dell MS116t
180mouse:usb:v413cp301a:name:PixArt Dell MS116 USB Optical Mouse:
181 MOUSE_DPI=1000@125
182
7fab057d
TS
183##########################################
184# Dynex
185#########################################
186
187# Dynex Wired Optical Mouse (DX-WMSE2)
188mouse:usb:v0461p4d46:name:USB Optical Mouse:
189 MOUSE_DPI=1000@125
190
eaa5a98f
CB
191##########################################
192# Fujitsu Siemens
193##########################################
194
195mouse:usb:v0461p4d16:name:USB Optical Mouse:
196 MOUSE_DPI=500@125
197
ff434e21
BN
198##########################################
199# Future Technology Devices International
200##########################################
201
202# SNES Mouse plugged into a Retrode 2
203mouse:usb:v0403p97c1:name:Retrode SNES Mouse:
204 MOUSE_DPI=235@126
205
77eaf7b4
JT
206##########################################
207# Generic
208##########################################
209
210# FM-901 Wireless Mouse
211mouse:usb:v1ea7p000b:name:2.4G RF Mouse:
212 MOUSE_DPI=*800@125 1600@125
213
214# WK-727
215mouse:usb:v04d9p0499:name:*
216 MOUSE_DPI=800@125
217
fb8ab3c8
PH
218##########################################
219# HandShoe Mouse
220##########################################
221
222# HandShoe Mouse
223mouse:usb:v192fp0916:name:USB Optical Mouse:
224 MOUSE_DPI=1000@128
225
226##########################################
227# HoverStop
228##########################################
229
230# Hoverstop active ergonomic mouse
231mouse:usb:v088dp1234:name:HoverStop NL Hoverstop active ergonomic mouse:
232 MOUSE_DPI=400@129
233
e8043cd5
PH
234##########################################
235# HP
236##########################################
237
d78dfff2
TA
238# HP USB 1000dpi Laser Mouse
239mouse:usb:v0458p0133:name:Mouse Laser Mouse:
240 MOUSE_DPI=1000@125
241 MOUSE_WHEEL_CLICK_ANGLE=15
242
e8043cd5 243# HP X1000
682f7705 244# Dell MS111-T
e8043cd5 245mouse:usb:v093ap2510:name:PixArt USB Optical Mouse:
fb8ab3c8 246mouse:usb:v093ap2510:name:PIXART USB OPTICAL MOUSE:
e8043cd5
PH
247 MOUSE_DPI=1000@125
248
77eaf7b4
JT
249# HP X1200 Optical Mouse
250mouse:usb:v03f0p0641:name:PixArt HP X1200 USB Optical Mouse:
251 MOUSE_DPI=1100@125
252
bf79c7ab
ZJS
253##########################################
254# IBM
255##########################################
256
257# IBM USB Travel Mouse (MO32BO)
258mouse:usb:v04b3p3107:name:*
259 MOUSE_DPI=800@125
260
296b233d
TN
261##########################################
262# Kensington
263##########################################
264
265# Kensington Expert Mouse trackball
266mouse:usb:v047dp1020:*Kensington Expert Mouse*
267 ID_INPUT_TRACKBALL=1
268
0213a26f
PH
269##########################################
270# Lenovo
271##########################################
272
eb59c75e 273# Lenovo Optical USB Mouse
0213a26f
PH
274mouse:usb:v17efp6019:name:Lenovo Optical USB Mouse:
275 MOUSE_DPI=1000@125
276
23c4147f
TA
277# Lenovo M-U0025-O
278mouse:usb:v17efp6019:name:Logitech Lenovo USB Optical Mouse:
279 MOUSE_DPI=1000@166
280
d03a00e2
CE
281# Lenovo USB mouse model MO28UOL
282mouse:usb:v04b3p310c:name:USB Optical Mouse:
283 MOUSE_DPI=400@142
40dba702 284
fb8ab3c8
PH
285# Lenovo Precision USB Mouse
286mouse:usb:v17efp6050:name:Lenovo Precision USB Mouse:
287 MOUSE_DPI=1200@127
288
23c4147f
TA
289# Lenovo MOBGUL
290mouse:usb:v17efp601d:name:Primax Lenovo Laser Mouse:
0919362b
CE
291 MOUSE_DPI=1600@125
292
23c4147f
TA
293# Lenovo MOBGULA
294mouse:usb:v17efp6045:name:Lenovo USB Laser Mouse:
295 MOUSE_DPI=1600@125
296
d03a00e2
CE
297# ThinkPad USB Laser Mouse
298mouse:usb:v17efp6044:name:ThinkPad USB Laser Mouse:
299 MOUSE_DPI=1200@125
23c4147f 300
0213a26f
PH
301##########################################
302# Logitech
303##########################################
304
eb59c75e
PH
305# Note: devices using the Logitech Unifying receiver will need two entries,
306# one for pre 3.19 with the wireless PID in the name, one for 3.19 with the
307# model name. The usb vid/pid is the same for all those devices.
308# Until 3.19 is available, this list just has the Wireless PID entry.
309
5c6b51ff
CE
310## G Series ##
311
312# Logitech G5 Laser Mouse
313mouse:usb:v046dpc049:name:Logitech USB Gaming Mouse:
0919362b
CE
314 MOUSE_DPI=400@500 *800@500 2000@500
315
5c6b51ff
CE
316# Logitech G500s Laser Gaming Mouse
317mouse:usb:v046dpc24e:name:Logitech G500s Laser Gaming Mouse:
318 MOUSE_DPI=400@500 *800@500 2000@500
319
320# Logitech G9
321mouse:usb:v046dpc048:name:Logitech G9 Laser Mouse:
322 MOUSE_DPI=400@1000 800@1000 *1600@1000
323
324# Logitech G9x [Call of Duty MW3 Edition]
325mouse:usb:v046dpc249:name:Logitech G9x Laser Mouse:
326 MOUSE_DPI=400@1000 800@1000 *1600@1000 3200@1000
327
328# Logitech G100s Optical Gaming Mouse
329mouse:usb:v046dpc247:name:Logitech G100s Optical Gaming Mouse:
330 MOUSE_DPI=*1000@500 1750@500 2500@500
331
332# Logitech G400 (Wired)
333mouse:usb:v046dpc245:name:Logitech Gaming Mouse G400:
334 MOUSE_DPI=400@1000 *800@1000 1800@1000 3600@1000
335
336# Logitech G400s (Wired)
337mouse:usb:v046dpc24c:name:Logitech G400s Optical Gaming Mouse:
338 MOUSE_DPI=400@1000 *800@1000 2000@1000 4000@1000
339
340# Logitech G402 Hyperion Fury
341mouse:usb:v046dpc07e:name:Logitech Gaming Mouse G402:
342 MOUSE_DPI=400@1000 *800@1000 1600@1000 3200@1000
343
344# Logitech G500 Mouse
345mouse:usb:v046dpc068:name:Logitech G500:
346 MOUSE_DPI=*1600@500 2600@500 3600@500
347
348# Logitech G502 Proteus Spectrum
349mouse:usb:v046dpc332:name:Logitech Gaming Mouse G502:
67551eac
AML
350# Logitech G502 HERO SE
351mouse:usb:v046dpc08b:name:Logitech G502 HERO SE:
1cdc42f2
G
352# Logitech G502 Hero
353mouse:usb:v046dpc08b:name:Logitech G502 HERO Gaming Mouse:
5c6b51ff
CE
354 MOUSE_DPI=1200@1000 *2400@1000 3200@1000 6400@1000
355
356# Logitech G700 Laser Mouse (Wired)
357mouse:usb:v046dpc06b:name:Logitech G700 Laser Mouse:
358# Logitech G700 Laser Mouse (Wireless)
359mouse:usb:v046dpc531:name:Logitech USB Receiver:
360 MOUSE_DPI=*1000@500 3800@500 500@1000 1500@1000 2000@1000
361
362# Logitech G703 (Wired)
363mouse:usb:v046dpc087:name:Logitech G703 Wired/Wireless Gaming Mouse:
364# Logitech G703 (Wireless)
365mouse:usb:v046dpc539:name:Logitech USB Receiver Mouse:
366 MOUSE_DPI=400@1000 800@1000 *1600@1000 3200@1000
367
368## M Series ##
369
370# Logitech Wireless Mouse M185
371mouse:usb:v046dp4008:name:Logitech M185:
372mouse:usb:v046dpc52b:name:Logitech Unifying Device. Wireless PID:4008:
0919362b
CE
373 MOUSE_DPI=1000@125
374
5c6b51ff
CE
375# Logitech Wireless Mouse M510
376mouse:usb:v046dp1025:name:Logitech M510:
0919362b
CE
377 MOUSE_DPI=1000@125
378
5c6b51ff
CE
379# Logitech M705 (marathon mouse)
380mouse:usb:v046dp101b:name:Logitech M705:
381mouse:usb:v046dpc52b:name:Logitech Unifying Device. Wireless PID:101b:
382 MOUSE_DPI=1000@125
383
c5bc4f77
MS
384# Logitech M705 (newer version?)
385mouse:usb:v046dp406d:name:Logitech M705:
386 MOUSE_DPI=1000@167
387
5c6b51ff
CE
388# Logitech M305 Wireless Optical Mouse
389mouse:usb:v046dpc52f:name:Logitech USB Receiver:
390 MOUSE_DPI=1000@170
391
392# Logitech Wireless Mouse M310
393mouse:usb:v046dp1024:name:Logitech M310:
394 MOUSE_DPI=1100@168
395
396# Logitech Wireless Mouse M325
397mouse:usb:v046dp400a:name:Logitech M325:
398mouse:usb:v046dpc52b:name:Logitech Unifying Device. Wireless PID:400a:
399 MOUSE_DPI=600@166
400 MOUSE_WHEEL_CLICK_ANGLE=20
401
402# Logitech M570 trackball
403mouse:usb:v046dp1028:name:Logitech M570:
404 MOUSE_DPI=540@167
405 ID_INPUT_TRACKBALL=1
406
407## MX Series ##
408
409# Logitech Performance MX
410mouse:usb:v046dp101a:name:Logitech Performance MX:
411 MOUSE_DPI=1000@166
412
413# Logitech MX Revolution
414mouse:usb:v046dpc51a:name:Logitech USB Receiver:
415 MOUSE_DPI=800@200
416
417# Logitech MX 518
418mouse:usb:v046dpc01e:name:Logitech USB-PS/2 Optical Mouse:
419 MOUSE_DPI=400@125 *800@125 1600@125
420
421# Logitech MX1000 Laser Cordless Mouse
422mouse:bluetooth:v046dpb003:name:Logitech MX1000 mouse:
423 MOUSE_DPI=800@80
424
35a14d75
IS
425# Logitech Anywhere MX
426mouse:usb:v046dpc52b:name:Logitech Unifying Device. Wireless PID:1017:
427mouse:usb:v046dp1017:name:Logitech Anywhere MX:
0919362b
CE
428 MOUSE_WHEEL_CLICK_ANGLE=20
429
9e94246c 430# Logitech Anywhere MX 2S (via Logitech Unifying Receiver)
af9a5a0c 431mouse:usb:v046dp406a:name:Logitech MX Anywhere 2S:
35a14d75
IS
432 MOUSE_WHEEL_CLICK_ANGLE=20
433
9e94246c
HT
434# Logitech Anywhere MX 2S (via Bluetooth)
435mouse:bluetooth:v046dpb01a:name:MX Anywhere 2S Mouse:
436 MOUSE_WHEEL_CLICK_ANGLE=20
437
05de1676 438# Logitech MX Master (via Logitech Unifying Receiver)
5c6b51ff 439# Horiz wheel has 14 stops, angle is rounded up
a2ca5752 440mouse:usb:v046dp4060:name:Logitech MX Master:
5c6b51ff
CE
441mouse:usb:v046dp4041:name:Logitech MX Master:
442 MOUSE_DPI=1000@166
443 MOUSE_WHEEL_CLICK_ANGLE=15
444 MOUSE_WHEEL_CLICK_ANGLE_HORIZONTAL=26
445 MOUSE_WHEEL_CLICK_COUNT=24
446 MOUSE_WHEEL_CLICK_COUNT_HORIZONTAL=14
447
05de1676
JAS
448# Logitech MX Master (via Bluetooth)
449# Horiz wheel has 14 stops, angle is rounded up
450mouse:bluetooth:v046dpb012:name:MX Master Mouse:
451 MOUSE_DPI=1000@2000
452 MOUSE_WHEEL_CLICK_ANGLE=15
453 MOUSE_WHEEL_CLICK_ANGLE_HORIZONTAL=26
454 MOUSE_WHEEL_CLICK_COUNT=24
455 MOUSE_WHEEL_CLICK_COUNT_HORIZONTAL=14
456
9d9bf7aa 457# Logitech MX Master 2S (via Logitech Unifying Receiver)
5c6b51ff
CE
458# Horiz wheel has 14 stops, angle is rounded up
459mouse:usb:v046dp4069:name:Logitech MX Master 2s:
460 MOUSE_DPI=1000@125
461 MOUSE_WHEEL_CLICK_ANGLE=15
462 MOUSE_WHEEL_CLICK_ANGLE_HORIZONTAL=26
463 MOUSE_WHEEL_CLICK_COUNT=24
464 MOUSE_WHEEL_CLICK_COUNT_HORIZONTAL=14
465
9d9bf7aa
ES
466# Logitech MX Master 2S (via Bluetooth)
467# Horiz wheel has 14 stops, angle is rounded up
468mouse:bluetooth:v046dpb019:name:MX Master 2S Mouse:
6355715e 469 MOUSE_DPI=1000@2000
9d9bf7aa
ES
470 MOUSE_WHEEL_CLICK_ANGLE=15
471 MOUSE_WHEEL_CLICK_ANGLE_HORIZONTAL=26
472 MOUSE_WHEEL_CLICK_COUNT=24
473 MOUSE_WHEEL_CLICK_COUNT_HORIZONTAL=14
474
09e4b620 475# Logitech MX Ergo (via Bluetooth)
476mouse:bluetooth:v046dpb01d:name:MX Ergo Mouse:
477 ID_INPUT_TRACKBALL=1
478
5c6b51ff
CE
479## Other ##
480
e31fc141
ZJS
481# Logitech M-BJ58 Optical Mouse
482mouse:usb:v046dpc00e:name:Logitech USB-PS/2 Optical Mouse:
0919362b
CE
483 MOUSE_DPI=400@125
484
6b829ddd
TA
485# Logitech Mini Optical Mouse
486mouse:usb:v046dpc016:name:Logitech Optical USB Mouse:
0919362b
CE
487 MOUSE_DPI=400@125
488
e31fc141
ZJS
489# Logitech MX310 Optical Mouse
490mouse:usb:v046dpc01b:name:Logitech USB-PS/2 Optical Mouse:
0919362b
CE
491 MOUSE_DPI=400@125
492
7731320a
ZJS
493# Logitech USB-PS/2 M-BT58
494mouse:usb:v046dpc03e:name:Logitech USB-PS/2 Optical Mouse:
0919362b
CE
495 MOUSE_DPI=400@125
496
5967bda0
PH
497# Logitech TrackMan Marble Wheel USB
498mouse:usb:v046dpc401:name:Logitech USB-PS/2 Trackball:
7731320a
ZJS
499 MOUSE_DPI=400@125
500
77eaf7b4
JT
501# Logitech Cordless MouseMan Optical M-RM63
502mouse:usb:v046dpc501:name:Logitech USB Receiver:
503 MOUSE_DPI=800@63
504
7731320a
ZJS
505# Logitech USB-PS/2 M-BZ96C
506mouse:usb:v046dpc045:name:Logitech USB-PS/2 Optical Mouse:
507 MOUSE_DPI=600@125
508
95a0e128
SP
509# Logitech MX400 Performance Laser Mouse
510mouse:usb:v046dpc043:name:Logitech USB-PS/2 Optical Mouse:
0919362b
CE
511 MOUSE_DPI=800@125
512
6a057a99
PH
513# Logitech MX1000 Laser Cordless Mouse
514mouse:usb:v046dpc50e:name:Logitech USB RECEIVER:
0919362b
CE
515 MOUSE_DPI=800@125
516
eb59c75e
PH
517# Logitech Cordless Click! Plus
518mouse:usb:v046dpc50e:name:Logitech USB Receiver:
0919362b
CE
519 MOUSE_DPI=800@125
520
17134776
TJ
521# Logitech, Inc. RX 300 Optical Mouse
522mouse:usb:v046dpc040:name:Logitech USB-PS/2 Optical Mouse:
eb59c75e
PH
523 MOUSE_DPI=800@125
524
dba76359
ZJS
525# Logitech, Inc. RX 250 Optical Mouse
526mouse:usb:v046dpc050:name:Logitech USB-PS/2 Optical Mouse:
c7c9fd04 527 MOUSE_DPI=1000@142
dba76359 528
7731320a 529# Logitech B605 Wireless Mouse (also M505)
7a37956e
PH
530mouse:usb:v046dp101d:name:Logitech B605:
531mouse:usb:v046dp101d:name:Logitech M505:
7731320a
ZJS
532mouse:usb:v046dpc52b:name:Logitech Unifying Device. Wireless PID:101d:
533 MOUSE_DPI=900@166
534
95a0e128
SP
535# Logitech Cordless Desktop Wave Mouse
536mouse:usb:v046dpc517:name:Logitech USB Receiver:
537 MOUSE_DPI=950@125
538
e31fc141
ZJS
539# Logitech RX1000 Laser Mouse
540mouse:usb:v046dpc046:name:Logitech USB Optical Mouse:
0919362b
CE
541 MOUSE_DPI=1000@125
542
e31fc141 543# Logitech M100 Optical Mouse
7731320a 544mouse:usb:v046dpc05a:name:Logitech USB Optical Mouse:
0919362b
CE
545 MOUSE_DPI=1000@125
546
bf66fe26
CB
547# Logitech USB Laser Mouse M-U0011-O rebranded as "terra Laser"
548mouse:usb:v046dpc065:name:Logitech USB Laser Mouse:
0919362b
CE
549 MOUSE_DPI=1000@125
550
10086bb7
PH
551# Logitech USB Laser Mouse M-U0007 [M500]
552mouse:usb:v046dpc069:name:Logitech USB Laser Mouse:
0919362b
CE
553 MOUSE_DPI=1000@125
554
95a0e128
SP
555# Logitech V500 Cordless Notebook Mouse
556mouse:usb:v046dpc510:name:Logitech USB Receiver:
0919362b
CE
557 MOUSE_DPI=1000@125
558
84faaa1f
ZJS
559# Logitech M560 Wireless Mouse
560mouse:usb:v046dp402d:name:Logitech M560:
561mouse:usb:v046dpc52b:name:Logitech Unifying Device. Wireless PID:402d:
7731320a
ZJS
562 MOUSE_DPI=1000@125
563
149ff903
CB
564# Logitech MK260 Wireless Combo Receiver aka M-R0011
565mouse:usb:v046dpc52e:name:Logitech USB Receiver:
566 MOUSE_DPI=1000@200
567
bdd31644
CB
568# Logitech USB Laser Mouse M-UAS144 [LS1 Laser Mouse]
569mouse:usb:v046dpc062:name:Logitech USB Laser Mouse:
570 MOUSE_DPI=1200@125
571
eb59c75e 572# Logitech T620 (or, the soap)
7a37956e 573mouse:usb:v046dp4027:name:Logitech T620:
eb59c75e
PH
574mouse:usb:v046dpc52b:name:Logitech Unifying Device. Wireless PID:4027:
575 MOUSE_DPI=1200@250
576
7731320a 577# Logitech ZoneTouch Mouse T400
7a37956e 578mouse:usb:v046dp4026:name:Logitech T400:
7731320a
ZJS
579mouse:usb:v046dpc52b:name:Logitech Unifying Device. Wireless PID:4026:
580 MOUSE_DPI=1300@166
85c24db1 581
da858c38 582# Logitech TrackMan Wheel (USB)
583mouse:usb:v046dpc404:name:Logitech Trackball:
584 MOUSE_DPI=300@125
585
eb59c75e
PH
586# Logitech Ultrathin Touch Mouse
587mouse:bluetooth:v046dpb00d:name:Ultrathin Touch Mouse:
588 MOUSE_DPI=1000@1000
589
6b829ddd
TA
590# ImPS/2 Logitech Wheel Mouse
591mouse:ps2:*:name:ImPS/2 Logitech Wheel Mouse:
592 MOUSE_DPI=400@100
593
60329a9d
PH
594# ImExPS/2 Logitech Wheel Mouse
595mouse:ps2:*:name:ImExPS/2 Logitech Wheel Mouse:
596 MOUSE_DPI=400@250
597
eb59c75e
PH
598##########################################
599# Microsoft
600##########################################
601
edbda61f 602mouse:usb:v045ep0040:name:Microsoft Microsoft 3-Button Mouse with IntelliEye(TM):
9fba65f1
LM
603 MOUSE_DPI=400@125
604
b631b481
PH
605# Note: unsure that these work, it's likely that all devices on these
606# receivers show up with the same vid/pid/name
607
6b829ddd
TA
608# Microsoft Wireless Mouse 5000
609mouse:usb:v045ep0745:name:Microsoft Microsoft® 2.4GHz Transceiver v6.0:
610 MOUSE_DPI=800@142
611
682f7705
CH
612# Microsoft Comfort Mouse 4500
613mouse:usb:v045ep076c:name:Microsoft Microsoft® Comfort Mouse 4500:
614 MOUSE_DPI=1000@125
615
ea243432
TA
616# Microsoft Wireless Mobile Mouse 4000
617mouse:usb:v045ep0745:name:Microsoft Microsoft® Nano Transceiver v2.0:
0919362b
CE
618 MOUSE_DPI=1000@142
619
b631b481
PH
620# Microsoft Sculpt Ergonomic Mouse
621mouse:usb:v045ep07a5:name:Microsoft Microsoft® 2.4GHz Transceiver v9.0:
622 MOUSE_DPI=1000@142
623
eb59c75e
PH
624# Microsoft Arc Touch Mouse USB
625mouse:usb:v045ep07b1:name:Microsoft Microsoft® Nano Transceiver v1.0:
626 MOUSE_DPI=1400@142
627
2c561af2
FT
628# Microsoft Wireless Laser Mouse 8000
629mouse:bluetooth:v045ep0702:name:Microsoft Wireless Laser Mouse 8000:
630 MOUSE_DPI=1000@1000
631
0d2eef9b
MS
632# Microsoft Sculpt Comfort Mouse
633mouse:bluetooth:v045ep07a2:name:Microsoft Sculpt Comfort Mouse:
634 MOUSE_DPI=1000@2000
635
3641cff2
PH
636# Microsoft Arc Touch Mouse SE:
637mouse:bluetooth:v045ep07f3:name:Arc Touch Mouse SE:
638 MOUSE_DPI=1000@2000
639
a020d2df
ES
640# Microsoft Surface Mouse
641mouse:bluetooth:v0000p0000:name:Surface Mouse:
642 MOUSE_DPI=2000@2000
643
26d7cf3d
DV
644# Microsoft Classic IntelliMouse
645mouse:usb:v045ep0823:name:Microsoft Microsoft?? Classic IntelliMouse??:
646 MOUSE_DPI=3200@1000
647
f0e04d20
M
648##########################################
649# Mionix
650##########################################
651
652#Mionix Avior 7000
653mouse:usb:v22d4p1308:name:Laview Technology Mionix Avior 7000:
654 MOUSE_DPI=400@1000 *1600@1000 7000@1000
655 MOUSE_WHEEL_CLICK_ANGLE=15
656
c29b3379
RW
657##########################################
658# MODECOM
659##########################################
660
661# MODECOM MC-WM4 Wireless Optical Mouse
662mouse:usb:v0e8fp00a7:name:DaKai 2.4G RX:
663 MOUSE_DPI=*800@126 1600@126
664
eb59c75e
PH
665##########################################
666# Oklick
667##########################################
668
0068de37 669# Oklick 406S Bluetooth Laser Mouse
eb59c75e
PH
670mouse:bluetooth:v056ep0061:name:Laser BTmouse:
671 MOUSE_DPI=*800@333 1600@333
0068de37 672
77eaf7b4
JT
673##########################################
674# P-Active
675##########################################
676
677# P-Active Wireless Mouse PA-27K2
678mouse:usb:v0425p0101:name:G-Tech CHINA USB Wireless Mouse & KeyBoard V1.01 :
679 MOUSE_DPI=800@125
680
0068de37
TG
681##########################################
682# Razer
683##########################################
684
685# Razer Abyssus
686mouse:usb:v1532p0042:name:Razer Razer Abyssus:
f674c168 687 MOUSE_DPI=1600@1000
729bc933 688
502f8269
FC
689# Razer DeathAdder Black Edition
690mouse:usb:v1532p0029:name:Razer Razer DeathAdder:
691 MOUSE_DPI=3500@1000
692
729bc933
BT
693##########################################
694# Roccat
695##########################################
696
697# Roccat Lua (ROC-11-310)
698mouse:usb:v1e7dp2c2e:name:ROCCAT ROCCAT Lua:
699 MOUSE_DPI=250@125 500@125 1000@125 1250@125 1500@125 1750@125 2000@125 250@250 500@250 1000@250 1250@250 1500@250 1750@250 2000@250 250@500 500@500 1000@500 1250@500 1500@500 1750@500 2000@500 250@1000 500@1000 *1000@1000 1250@1000 1500@1000 1750@1000 2000@1000
700 MOUSE_WHEEL_CLICK_ANGLE=15
c29b3379
RW
701
702##########################################
703# Sharkoon
704##########################################
705
706# Sharkoon Shark Force Gaming Mouse
707mouse:usb:v093ap2521:name:USB OPTICAL MOUSE:
708 MOUSE_DPI=*1000@125 1600@125 600@125
7b2cee49
MP
709
710##########################################
711# SteelSeries
712##########################################
713
714# SteelSeries Sensei Raw
715mouse:usb:v1038p1369:name:SteelSeries Sensei Raw Gaming Mouse:
716 MOUSE_DPI=1000@1022
5f390fc0
FDP
717
718##########################################
719# Trust
720##########################################
721
722# Trust illuminated mouse gxt 152
723mouse:usb:v145fp01ac:name:HID-compliant Mouse Trust Gaming Mouse:
724 MOUSE_DPI=*800@528 1200@537 1600@536 2400@521
ac741b47 725
c498df3a
LP
726##########################################
727# Zelotes
728##########################################
ac741b47
RS
729
730# Zelotes 5500 DPI 7 Button USB Wired Gaming Mouse
731mouse:usb:v1d57pad17:*
732 MOUSE_DPI=1000@500 1600@500 2400@500 3200@500 5500@500 *1000@1000 1600@1000 2400@1000 3200@1000 5500@1000
877aa0bd
TW
733
734##########################################
735# Zowie
736##########################################
737
738# Zowie FK2
739mouse:usb:v3057p0001:*
740 MOUSE_DPI=400@125 *800@125 1600@125 3200@125 400@500 800@500 1600@500 3200@500 400@1000 800@1000 1600@1000 3200@1000
741 MOUSE_WHEEL_CLICK_COUNT=16
742 MOUSE_WHEEL_CLICK_ANGLE=23
a8acbf97
FPR
743
744# Zowie ZA12
745mouse:usb:v1af3p0001:name:Kingsis Peripherals ZOWIE Gaming mouse:
746 MOUSE_DPI=400@125 *800@125 1600@125 3200@125 400@500 800@500 1600@500 3200@500 400@1000 800@1000 1600@1000 3200@1000
747 MOUSE_WHEEL_CLICK_COUNT=16
748 MOUSE_WHEEL_CLICK_ANGLE=23