Charles Huber
682f77059a
hwdb: Add mice ( #6641 )
...
* Dell MS111-T
* Dell MS116t
* Microsoft Comfort Mouse 4500
2017-09-06 17:00:57 +02:00
Jonathan Teh
77eaf7b4b9
hwdb: Add various USB mice ( #6676 )
2017-08-29 08:32:59 +10:00
Charles Huber
850c8bd7b7
hwdb: Add Logitech G100s Optical Gaming Mouse ( #6570 )
2017-08-18 05:53:25 +10:00
hadess
ff434e21f2
hwdb: Add SNES Mouse plugged through Retrode 2 ( #6263 )
...
Note that this will only work with the new "hid-retrode" driver in the
upcoming 4.12 kernel as otherwise the mouse events and the 4 joypad
ports are bundled into a single event node.
2017-07-03 06:59:44 +10:00
Zbigniew Jędrzejewski-Szmek
bf79c7ab96
hwdb: add IBM USB Travel Mouse (MO32BO) ( #5787 )
...
Contributed by rderooy. Closes #5785 .
2017-04-24 23:02:09 +02:00
clearyf
502f826999
hwdb: add Razer DeathAdder Black Edition ( #5157 )
2017-01-25 20:20:17 -05:00
kilian-k
da858c3888
hwdb: add Logitech TrackMan Wheel ( #5084 )
2017-01-15 17:21:33 -05:00
Peter Hutterer
1a4132ae1d
hwdb: add MOUSE_WHEEL_TILT_VERTICAL/HORIZONTAL to the mouse db ( #5023 )
...
Plenty of single scroll-wheel mice have the ability to tilt the wheel to
generate horizontal wheel events. They use the same evdev axis as a real
horizontal wheel (REL_HWHEEL) and are indistinguishable to userspace from the
real thing. libinput promises physical degrees for wheel events but that's not
accurate for those tilting wheels, hence mark them as tilting wheels so we can
treat them like the special snowflakes they think they are.
2017-01-05 10:31:51 +01:00
Taylor Smock
123c1ff73f
hwdb/70-mouse.hwdb: Add Logitech Wired Mouse (G502)
2016-12-30 19:36:56 -07:00
esoleyman
a020d2dfd9
Add Microsoft Surface Mouse DPI
2016-12-21 21:49:32 -06:00
Michael Biebl
331d6a201b
hwdb: use systemd-hwdb instead of obsolete udevadm hwdb ( #4722 )
...
Fixes : #4721
2016-11-23 19:21:56 +01:00
Peter Hutterer
9107a33777
hwdb: add MOUSE_WHEEL_CLICK_COUNT for non-integer click angles ( #4440 )
...
MOUSE_WHEEL_CLICK_ANGLE has been an integer, and at least libinput (probably
the only user) parses it as strict integer. For backwards compatibility, we
cannot change it to a decimal number now.
Add a new property to list the number of clicks for a full 360 degree
rotation, to be specified in addition to the old click angle property. Clients
can prefer the new one where available and calculate the decimal value to
whatever precision they want.
2016-10-21 12:31:32 +02:00
Lennart Poettering
a6a8e60bd3
hwdb: let's no abbreivate HORIZONTAL as HORIZ ( #3994 )
...
I think I am developing OCD... Let's fix this before this actually gets used in
the wild.
A follow-up for #3986 (5fc9e4abb4
).
2016-08-19 15:31:36 +02:00
Peter Hutterer
5fc9e4abb4
hwdb: add a udev property for a wheel click angle on horiz wheels
...
The Logitech MX Master has a horizontal scroll wheel with a different click
angle than the vertical one. Add a new property for this case, we can't add
values to the normal one without risking upsetting existing parsers.
Fixes #3947
2016-08-19 11:57:36 +10:00
Lennart Poettering
ff0bb1ed93
Merge pull request #3933 from keszybz/hwdb-parser
...
Add hwdb parser to check for inconsistencies
2016-08-11 10:49:57 +02:00
romanstingler
ac741b47dc
added Zelotes gaming mouse ( #3925 )
2016-08-09 00:51:38 -04:00
Zbigniew Jędrzejewski-Szmek
704c3aa9e8
hwdb: remove duplicated matches for old Logitech unifying receiver
...
Quoting https://github.com/systemd/systemd/pull/3906#discussion_r73828368 :
> According to
> http://support.logitech.com/en_us/product/v220-cordless-optical-mouse-for-notebooks
> it seems the mouse is using a pre-version of the small unifying receiver we
> know now. If there are 2 mice with the same receiver, that means that the
> values should both be dropped IMO.
2016-08-09 00:42:52 -04:00
Zbigniew Jędrzejewski-Szmek
3d431503b3
hwdb: remove extra spaces
2016-08-09 00:42:52 -04:00
Peter Hutterer
d5c3b228f0
hwdb: add ID_INPUT_TRACKBALL as additional identifier ( #3872 )
...
Whether a device is a trackball or not is a physical property so we should
store this globally, in one place. The new property must be set in addition to
ID_INPUT_MOUSE, otherwise existing clients won't detect the device.
No actual code changes required, the default match rule is simply checking for
"Trackball" in the name (in a few versions), other entries need to be added
manually.
2016-08-03 12:34:56 +02:00
Peter Hutterer
10086bb78f
Revert "hwdb: change the Logitech MX500 to 1100 dpi ( #3517 )"
...
Likely bad measurement and all other websites refer to it being 1000dpi.
See https://bugs.freedesktop.org/show_bug.cgi?id=96225#c13
This reverts commit e7b90ddc34
.
2016-06-17 11:04:27 +10:00
Peter Hutterer
e7b90ddc34
hwdb: change the Logitech MX500 to 1100 dpi ( #3517 )
...
https://bugs.freedesktop.org/show_bug.cgi?id=96225
and specifically the tech specs here:
http://support.logitech.com/en_us/product/corded-mouse-m500
2016-06-12 20:52:48 -04:00
Federico
5f390fc01c
hwdb: add trust illuminated mouse gxt 152 ( #3085 )
2016-04-21 16:27:56 -04:00
Martin Pitt
7b2cee4994
hwdb: Add SteelSeries Sensei Raw mouse
...
Fixes #3009
2016-04-11 10:48:43 +02:00
Martin Pitt
d24b90cb5d
Merge pull request #3002 from robertwec/master
...
hwdb: Add MODECOM MC-WM4 and Sharkoon Shark Force
2016-04-10 09:50:44 +02:00
Taylor Smock
7fab057dcc
hwdb/70-mouse.hwdb: Add Dynex Wired Mouse (DX-WMSE2)
2016-04-09 17:37:48 -06:00
Robert Węcławski
c29b3379b2
hwdb: Add MODECOM MC-WM4 and Sharkoon Shark Force
2016-04-10 00:53:23 +02:00
Daniel Mack
599601a4b9
Merge pull request #2222 from snakeroot/eventsplat
...
hwdb: remove references to udevadm info /dev/input/event*
2016-01-20 17:06:56 +01:00
Chris Mayo
62f6eed416
hwdb: move Logitech M-U0007 [M500] to 1000dpi
...
http://www.logitech.com/en-gb/product/corded-mouse-m500
2015-12-27 11:48:53 +00:00
Chris Atkinson
52bd587fe7
hwdb: remove references to udevadm info /dev/input/event*
2015-12-24 13:34:24 -05:00
Zbigniew Jędrzejewski-Szmek
84faaa1f75
Merge pull request #1588 from mhalano/logitech-m560-mouse
...
[zj: rearrange into the sort order]
2015-10-16 20:58:28 -04:00
Marcos Alano
4ff28fa20c
Added support to the wireless mouse Logitech M560.
2015-10-16 19:12:51 -03:00
David Herrmann
0ac58d849f
hwdb: fix typo in G9x DPI
...
Fix typo in DPI: 32000 -> 3200
2015-09-21 21:56:10 +02:00
David Herrmann
ed1236bed8
hwdb: drop weird whitespace
...
Remove whitespace from empty line in hwdb.
2015-09-21 20:19:23 +02:00
NoXPhasma
7703518c20
G9/G9x change to default resolutions
2015-09-18 14:28:16 +02:00
NoXPhasma
29264ff382
Add G9 and G9x [Call of Duty MW3 Edition]
2015-09-18 11:55:38 +02:00
Mangix
f0e04d2032
Add Mionix Mouse
2015-09-02 15:56:57 -07:00
Thomas Hindoe Paaboel Andersen
ea24343247
hwdb: more mice
2015-09-01 22:02:05 +02:00
Peter Hutterer
c10919874e
hwdb: move the Performance MX to 1000dpi
...
Original entry may have been skewed by an earlier setting on the device, we
have a confirmed 1000dpi for a new device.
https://github.com/systemd/systemd/issues/1049
2015-08-31 14:53:07 +10:00
David Herrmann
d981d5163a
Merge pull request #1058 from spasche/hwdb-logitech-mice
...
hwdb: add DPI data for a few Logitech mice
2015-08-29 00:21:46 +02:00
Thomas Hindoe Paaboel Andersen
c7c9fd04bd
hwdb: update entry for logitech RX 250
...
I tested a RX 250 and measured 1000 DPI. The spec for the mouse
agrees:
http://www.logitech.com/en-gb/product/rx250-optical-mouse-business
This is an optical mouse so it is extra sensitive to what kind of
surface it is tested on.
2015-08-28 23:47:48 +02:00
Thomas Hindoe Paaboel Andersen
23c4147f2b
hwdb: add a few more mice
2015-08-28 23:47:44 +02:00
Sylvain Pasche
95a0e12878
hwdb: add DPI data for a few Logitech mice
2015-08-27 21:17:15 +02:00
Peter Hutterer
fb8ab3c895
hwdb: add more DPI entries
...
Provided by Francois Marier
2015-08-24 15:30:46 +10:00
Thomas Hindoe Paaboel Andersen
6b829dddc6
hwdb: add DPI for a few more mice
2015-08-12 22:29:28 +02:00
Zbigniew Jędrzejewski-Szmek
3d5c0e15b0
hwdb: add Logitech G500 (another version)
...
https://github.com/systemd/systemd/issues/562
2015-08-05 19:15:05 -04:00
Thomas Hindoe Paaboel Andersen
75440a51b2
hwdb: add Logitech LX8 DPI and wheel click settings
2015-08-04 22:15:30 +02:00
Zbigniew Jędrzejewski-Szmek
195c9e37fc
Update bugtracker address
2015-08-04 00:03:55 -04:00
Andreas Kempf
3407fcd575
hwdb: Add mouse DPI info for Logitech G402.
...
DPI information was taken from the device's setup guide.
Additional (shortened) information from udevadm info:
P: .../usb2/2-1/2-1:1.0/0003:046D:C07E.0002/input/input6/event2
N: input/event2
S: input/by-id/usb-Logitech_Gaming_Mouse_G402_6D93117D5049-event-mouse
S: input/by-path/pci-0000:00:12.0-usb-0:1:1.0-event-mouse
...
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Gaming_Mouse_G402
E: ID_MODEL_ENC=Gaming\x20Mouse\x20G402
E: ID_MODEL_ID=c07e
E: ID_PATH=pci-0000:00:12.0-usb-0:1:1.0
E: ID_PATH_TAG=pci-0000_00_12_0-usb-0_1_1_0
E: ID_REVISION=9002
E: ID_SERIAL=Logitech_Gaming_Mouse_G402_6D93117D5049
E: ID_SERIAL_SHORT=6D93117D5049
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:030000:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: LIBINPUT_DEVICE_GROUP=3/46d/c07e/111:usb-0000:00:12.0-1
E: MAJOR=13
E: MINOR=66
E: SUBSYSTEM=input
...
2015-07-31 10:34:27 +02:00
Andreas Kempf
8601a85cb4
hwdb: Update info for potential contributors.
...
Update the location of the bug tracker and mention that pull requests
are preferred.
2015-07-31 10:34:27 +02:00
Thomas Hindoe Paaboel Andersen
d78dfff261
hwdb: add HP USB 1000dpi Laser Mouse
2015-07-28 20:10:59 +02:00