summaryrefslogtreecommitdiff
path: root/hwdb.d
Commit message (Collapse)AuthorAgeFilesLines
* hwdb: Add Adesso AKB-805MAC keyboard, mfd by OrtekGlen Whitney2020-09-031-0/+34
|
* hwdb: fix size lenovo x240 touchpad (#16871)Jérémy Nouhaud2020-08-271-0/+8
| | | | | | | | | | | | | | | | As discussed in https://gitlab.freedesktop.org/libinput/libinput/-/issues/521, it adds a narrower match that only applies to X240. Other laptops that match `pvrThinkPad??40` are not affected: $ systemd-hwdb query 'evdev:name:SynPS/2 Synaptics TouchPad:dmi:*svnLENOVO*:pvrThinkPadX240:*' EVDEV_ABS_00=1232:5711:51 EVDEV_ABS_01=1159:4700:53 EVDEV_ABS_35=1232:5711:51 EVDEV_ABS_36=1159:4700:53 $ systemd-hwdb query 'evdev:name:SynPS/2 Synaptics TouchPad:dmi:*svnLENOVO*:pvrThinkPadX140:*' EVDEV_ABS_00=::41 EVDEV_ABS_01=::37 EVDEV_ABS_35=::41 EVDEV_ABS_36=::37
* Add sensor configuration for Acer SW5-017-17BUNjibhu2020-08-271-0/+3
|
* Added sensor configuration for One-netbook OneMix 3 ProAndrew Hangsleben2020-08-251-0/+8
|
* hwdb: ACCEL_MOUNT_MATRIX for Irbis TW118 (#16786)brainrom2020-08-201-1/+7
| | | | This was required to get orientation sensor work properly in my tablet.
* hwdb: ACCEL_MOUNT_MATRIX quirk for Acer SP111-32*Grant Mathews2020-08-171-0/+1
|
* hwdb: Add ACCEL_MOUNT_MATRIX quirk for Asus M80TANicholas Narsing2020-08-101-0/+1
|
* hwdb: Add EliteBook to use micmute hotkeyKai-Heng Feng2020-07-301-5/+3
| | | | Like HP ZBooks, all EliteBooks use the same micmute scancode.
* added alternative version of SurfTab TwinBenjamin Dahlhoff2020-07-301-0/+4
|
* hwdb: update again for v246Zbigniew Jędrzejewski-Szmek2020-07-2311-738/+2610
| | | | Just a few minor changes.
* hwdb: check that uppercase digits are used in modalias patternsZbigniew Jędrzejewski-Szmek2020-07-171-2/+24
| | | | | | | | | | | | | | This is all confusing as hell, becuase in some places lowercase hexadecimal digits are used, and in other places uppercase. This adds a check for the most common case that we and others got wrong. I tried to extend the general grammar in hwdb_grammar() to include this check, but it quickly became very complicated and didn't seem to work properly. Doing initial parsing with more general rules is easier and also seems to give better error messages: /home/zbyszek/src/systemd-work/build/../hwdb.d/60-autosuspend.hwdb: 3 match groups, 5 matches, 3 properties Pattern 'v058fp9540*' is invalid: Expected W:(0123...), found 'f' (at char 4), (line:1, col:5)
* hwdb: allow spaces in usb: matches and similar patternsZbigniew Jędrzejewski-Szmek2020-07-171-1/+1
| | | | | In the past we didn't have any matches like that, so the parser was stricter than necessary, but now we have, so allow that.
* Add autosuspend rules for emulated QEMU devicesZbigniew Jędrzejewski-Szmek2020-07-161-0/+10
| | | | | | | | | | | This effectively partially reverts "rules: remove all power management from udev" / e2452eef02a839e1928f4ffd893c93a460474ab6. The rules for emulated QEMU hardware were removed in one fell swoop with other rules which were causing problems. But the qemu rules were working properly (and were adjusted through patches over time). Nowadays we have a hwdb for this, so add hwdb entries using the new detailed modalias. https://github.com/systemd/systemd/pull/353#issuecomment-658810289
* Added MSI Prestige15 A10SC specific keycodesFilippo Falezza2020-07-101-0/+5
| | | This commit enables the microphone mute button and the screen rotate button, even if the latter is improperly linked. I have documented how to achieve this in https://wiki.archlinux.org/index.php/MSI_P15#Fn_Keys .
* Add support for HP Elitebook x360 1040 G6 micmute buttonSurhud More2020-07-101-0/+2
|
* hwdb: Add Google Pixel Slate (nocturne) (#16377)satmandu2020-07-071-0/+4
|
* hwdb: update again for v246Zbigniew Jędrzejewski-Szmek2020-07-075-859/+1381
| | | | Just a few minor changes.
* hwdb: add another Logitech M705 mouse variantMaciej S. Szmigiero2020-07-061-0/+4
| | | | | | | There seems to be a newer version of Logitech M705 mouse in the wild. Let's add it to the hwdb. Signed-off-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name>
* hwdb: Pavilion 13 x360: Tablet mode and SYSRQ keyMaxVerevkin2020-07-041-2/+7
|
* hwdb: Add accel orientation quirk for UMAX VisionBook 10Wi ProJiri Slaby2020-07-021-0/+3
|
* hwdb: adjust touchpad edge detection for X1Tab3 (#16310)Amos Bird2020-06-301-0/+7
|
* hwdb: update for v246Zbigniew Jędrzejewski-Szmek2020-06-2610-1769/+22518
| | | | | As usual, it seems that there are mostly additions with a smaller amount of corrections, no big removals.
* hwdb: add another Logitech G502 Hero variant (#16256)Gigadoc22020-06-241-0/+2
| | | | The commit 67551ea already adds the G502 Hero mouse, but apparently there are multiple variants with the same ID but different names.
* Merge pull request #16179 from keszybz/auto-suspend-hwdbLennart Poettering2020-06-223-11/+87
|\ | | | | Convert autosuspend rules to hwdb
| * hwdb: enable autosuspend for Wacom Pen and EMV Smartcard ReaderZbigniew Jędrzejewski-Szmek2020-06-222-0/+45
| | | | | | | | Replaces #16113.
| * test: also verify the generated autosuspend hwdb fileZbigniew Jędrzejewski-Szmek2020-06-222-19/+42
| | | | | | | | Hint: meson test -C build parse-hwdb -v
| * hwdb: generate a hwdb file instead of rules for autosuspendLennart Poettering2020-06-131-0/+8
| |
* | hwdb: Mask rfkill event from intel-hid on HP platformsKai-Heng Feng2020-06-161-0/+3
| | | | | | | | | | | | HP spec mandates the hp-wireless driver as canonical source of rfkill event, so mask the rfkill event from intel-hid to avoid double rfkill events fired from a single hotkey press.
* | hwdb: Add accel orientation quirk for Odys Fusion Win 12 2in1AndreRH2020-06-151-0/+6
|/
* hwbd entry for Dell Inspiron Chromebook 14 2-in-1 sensor (#16109)Yegor Vialov2020-06-091-0/+4
|
* hwdb: add HP Spectre x360's mic mute switchNiccolò Maggioni2020-06-081-0/+4
| | | | Tested on HP Spectre x360 Convertible 13-aw0xxx
* hwdb: Add accel orientation quirk for Trekstor Surftab Twin 10.1 ST10432-8Hans de Goede2020-05-311-0/+3
| | | | | The Trekstor Surftab Twin 10.1 ST10432-8 accelerometer has its x-axis inverted, add a quirk for this.
* hwdb: Add accel orientation quirk for Toshiba Encore WT10A tabletHans de Goede2020-05-311-0/+8
| | | | | Add a quirk to correct the accelerometer orientation on Toshiba Encore WT10A tablets.
* hwdb: Add accel orientation quirk for Chuwi Hi10 XChristian Oder2020-05-301-0/+4
| | | | | Add a quirk to fix the accelerometer orientation on the Chuwi Hi10 X so that the display is not rotated 90 degree counter clockwise anymore.
* hwdb: whitespace fixLennart Poettering2020-05-281-1/+1
|
* tree-wide: remove spurious whitespaceLennart Poettering2020-05-281-1/+1
|
* ACCEL_MOUNT_MATRIX for additional Acer Spin modelDana Olson2020-05-241-0/+3
| | | | This fixes the broken rotation on the Acer Spin 1 I recently bought (exact model is SP111-34N-P4BZ). It is possible that all of the SP111 models would use the same matrix, but to be on the safe side, I added a new entry.
* hwdb: remove support for MOUSE_WHEEL_TILT_*Peter Hutterer2020-05-242-24/+0
| | | | | | | | | | | | | This has now been deprecated in libinput, the only known user of this property. It was never set for any device and weston and mutter, maybe other compositors, never added the code required to parse it. The benefit we could get in the UI from handling tilt differently to wheel is tiny and the lack of support shows that it isn't of interest to anyone. Let's remove this. See also https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/444
* hwdb: fix microphone shortcut on HP EliteBook 840 G1Frantisek Sumsal2020-05-151-0/+2
| | | | Fixes: #15774
* Added Chuwi Hibook Pro (Model: CWI526) (#15770)Benjamin Dahlhoff2020-05-111-0/+4
|
* hwdb: Fix accel orientation quirk for Medion Akoya E2215T MD60198Hans de Goede2020-05-081-0/+1
| | | | | | | | | | | | | Commit 3d864658ea01 ("hwdb: assume all Medion Akoya E-models have the same matrix"), unified the entries for most Medion Akoya E* modes, including the entry for the Medion Akoya E2215T MD60198. But the accelerometer on the E2215T has an ACPI-id of KIOX000A, rather then KIOX010A as the other models have, so that commit broke the ACCEL_MOUNT_MATRIX for the E2215T. Add a separate match for the E2215T so that it gets the correct ACCEL_MOUNT_MATRIX again.
* Revert "Add Kensington SlimBlade Trackball"Zbigniew Jędrzejewski-Szmek2020-05-071-4/+0
| | | | This reverts commit 8049c79b654f9c00da883423813ec25b7b54f3d6.
* hwdb: Force "mouse" type on Logitech Ultrathin Touch MouseBastien Nocera2020-05-061-0/+4
| | | | Closes: #15657
* Add Zowie ZA12 details to mouse hwdbFerran Pallarès Roca2020-05-051-0/+6
|
* correct evdev dimensions for T490 trackpadianhi2020-05-051-4/+4
| | | | | | The original source of these dimensions had swapped the x y dimension arguments to touchpad-edge-detector. The correct dimensions are x = 100 mm, y = 68 mm
* hwdb: Fix brightness keys for Logitech K811Diego Escalante Urrelo2020-05-051-0/+5
| | | | Closes: #15698
* Add Kensington SlimBlade TrackballLukas Klingsbo2020-05-041-0/+4
|
* Fix Chromebook Caroline board accelerometer not having correct orientationMadMcCrow2020-04-301-0/+4
|
* Add Logitech G502 HERO to mouse hwdbArthur Moraes do Lago2020-04-161-0/+2
|
* hwdb: Add accel orientation quirk for Geoflex laptopRoss Lagerwall2020-04-121-0/+8
| | | | | Add a quirk to fix the accelerometer orientation on the Geoflex laptop so that the display is upright rather than upside-down.