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