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