summaryrefslogtreecommitdiff
path: root/hwdb
Commit message (Collapse)AuthorAgeFilesLines
...
* hwdb: ThinkPad 4x0s and X1 Carbon 3rd gen LEDs (#8492)Matteo F. Vescovi2018-03-201-0/+12
|
* hwdb: ThinkPad T560 doesn't have a caps lock led (#8490)Salvo 'LtWorf' Tomaselli2018-03-201-0/+5
| | | | | | | | Similar to 16bed3afa1b916ace5e927392a1baab9dd9ff963, this model also doesn't have the LED. ``` cat /sys/class/dmi/id/modalias dmi:bvnLENOVO:bvrN1KET16W(1.03):bd01/20/2016:svnLENOVO:pn20FH001AMX:pvrThinkPadT560:rvnLENOVO:rn20FH001AMX:rvrSDK0J40705WIN:cvnLENOVO:ct10:cvrNone: ```
* hwdb: ThinkPad T450s doesn't have a caps lock led (#8433)Paride Legovini2018-03-191-0/+4
|
* hwdb: fix accelerometer mount matrix for Asus TP300LD (#8327) (#8463)futpib2018-03-191-1/+1
|
* Merge pull request #8476 from EliaGeretto/n550jv-touchpad-fixYu Watanabe2018-03-191-2/+4
|\ | | | | hwdb: correct touchpad resolution for Asus N550JV
| * hwdb: Correct touchpad resolution for Asus N550JVElia Geretto2018-03-191-1/+2
| |
| * hwdb: Split touchpad rules for X550CC and S550CElia Geretto2018-03-191-1/+2
| |
* | hwdb: fix comment suggested `udevadm trigger` command (#8465)futpib2018-03-161-1/+1
|/
* hwdb: add axis override for the Razer Blade Stealth (#8436)Peter Hutterer2018-03-141-0/+11
| | | | | This touchpad has heavy jitter, set a fuzz of 8 to work around this. From https://bugs.freedesktop.org/show_bug.cgi?id=105409
* hwdb: add axis overrides for HP Pavilion 15 (#8404)Peter Hutterer2018-03-091-0/+7
| | | https://bugzilla.redhat.com/show_bug.cgi?id=1551188
* hwdb: add accelerometer mount matrix for Eve V (#8382)Daniel Lin2018-03-081-0/+6
|
* hwdb: add Dell Inspiron 3537 axis overrides (#8388)Peter Hutterer2018-03-081-0/+14
| | | | | PS/2 and RMI4 entries https://bugs.freedesktop.org/show_bug.cgi?id=105370
* Add accel matrix for iOTA 360 (#8342)Marco Gulino2018-03-051-0/+7
|
* hwdb: add axis range corrections for the Lenovo ThinkPad Edge 13 (02173BG) ↵snorreflorre2018-03-041-0/+7
| | | | (#8253)
* Merge pull request #8333 from keszybz/hwdb-updateLennart Poettering2018-03-028-996/+4183
|\ | | | | Hwdb update
| * hwdb: updateZbigniew Jędrzejewski-Szmek2018-03-027-996/+4181
| | | | | | | | | | | | | | usb.ids are not updated, because linux-usb.org is down. It seems that the updates are corrections and new entries, to major removal of existing entries.
| * hwdb: ignore whitespace in downloaded filesZbigniew Jędrzejewski-Szmek2018-03-021-0/+2
| |
* | hwdb: add accelerometer mount matrix for Asus TP300LD (#8327)futpib2018-03-021-0/+3
|/
* hwdb: Fix Chuwi Hi12 orientation sensor (#8266)Giacomo Longo2018-02-231-0/+4
| | | hwdb: Fix Chuwi Hi12 orientation sensor
* hwdb: drop bad definition for Cordless Wave Pro keyboard (#8230)Zbigniew Jędrzejewski-Szmek2018-02-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [I'm just submitting the solution originally suggested by @barzog. Nevertheless, this looks pretty straightforward, we don't want to define any keys on a universal receiver. Note that this definition was added back in aedc2eddd16e48d468e6ad0aea2caf00c7d37365, when we didn't yet have support for figuring out what hardware is connected behind a logitech receiver.] In 60-keyboard.hwdb there is a definition of # Cordless Wave Pro evdev:input:b0003v046DpC52[9B]* which in fact not a cordless keyboard but an USB receiver to which different types of keyboard can be connected. The solution is to completely clean definition evdev:input:b0003v046DpC52B* from there. I: Bus=0003 Vendor=046d Product=c52b Version=0111 N: Name="Logitech USB Receiver" P: Phys=usb-0000:00:1d.0-1.8/input1 S: Sysfs=/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.8/4-1.8:1.1/0003:046D:C52B.0005/input/input20 U: Uniq= H: Handlers=kbd mouse0 event8 B: PROP=0 B: EV=1f B: KEY=3007f 0 0 83ffff17aff32d bf54444600000000 ffff0001 130f978b17c000 6773fad941dfed 9ed68000004400 10000002 B: REL=1c3 B: ABS=100000000 B: MSC=10 Fixed #8095.
* hwdb: add axis override for Dell Inspiron MM061 touchpad (#8226)Peter Hutterer2018-02-201-0/+5
| | | https://bugzilla.redhat.com/show_bug.cgi?id=1545389
* Merge pull request #8223 from jwrdegoede/hwdb-keyboard-touchpad-toggleYu Watanabe2018-02-201-0/+14
|\ | | | | hwdb: 60-keyboard add mapping for the touchpad-toggle hotkey on 2 laptops
| * hwdb: Add quirk to fix mapping of T-bao Tbook air touchpad toggle keyHans de Goede2018-02-191-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | The touchpad toggle key (Fn + Esc) on the T-bao Tbook air sends CTRL + META + scancode 0x76 without this quirk. With this quirk it sends CTRL + META + F21, with F21 mapping to XF86TouchpadToggle, which is what we want. Note that the CTRL + META modifiers being send together with the F21 are still somewhat unusual, userspace will need to be thought to deal with this as there is nothing we can do about this at the hwdb level. Note at least one other laptop also sends CTRL + META + F21 instead of just F21. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
| * hwdb: Add quirk to fix mapping of VIOS LTH17 touchpad toggle keyHans de Goede2018-02-191-0/+7
| | | | | | | | | | | | | | | | | | | | | | The touchpad toggle key (Fn + F6) on the VIOS LTH17 sends CTRL + META + F24 without this quirk. With this quirk it sends CTRL + META + F21, with F21 mapping to XF86TouchpadToggle, which is what we want. Note that the CTRL + META modifiers being send together with the F21 are still somewhat unusual, userspace will need to be thought to deal with this as there is nothing we can do about this at the hwdb level. Note at least one other laptop also sends CTRL + META + F21 instead of just F21.
* | hwdb: Logitech M305 Wireless Optical Mouse dpi data (#8217)Daniel Mouritzen2018-02-201-0/+4
|/ | | Closes #8208
* hwdb: fix mute microphone button on TravelMate P645-S (#8105)CuBiC2018-02-051-1/+2
|
* hwdb: added Cube i7 Book rotation info (#8103)Olof Mogren2018-02-051-0/+4
|
* hwdb: Fix bouncing brightness keys on MSI-PR200Martin Pitt2018-01-281-0/+1
| | | | | | Thanks to djfd for the patch! Fixes #6972
* hwdb: run "update-hwdb" in preparation for v237Lennart Poettering2018-01-259-7593/+11863
|
* hwdb: Workaround Purism Librem 13 V2 change 43 to backslash (#7984)Ewout van Mansom2018-01-241-1/+1
| | | | | hwdb: use symbolic name rather than numeric key value for Purism Librem 13 entry Fixes: #7978
* hwdb: whitespace fix to make "ninja test" work againLennart Poettering2018-01-231-1/+1
| | | | Fixes: #7975
* hwdb: map zoomin/out keys to up/downMartin Pitt2018-01-231-14/+14
| | | | | | | | | | | | | | | | | | | Some keyboards come with a zoom see-saw or rocker which until now got mapped to the Linux "zoomin/out" keys in hwdb. However, these keycodes are not recognized by any major desktop. They now produce Up/Down key events so that they can be used for scrolling. The internet is full of instructions how to "unbreak" these keys, e. g. https://askubuntu.com/questions/471802/make-the-zoom-slider-of-microsoft-natural-ergonomic-keyboard-4000-and-7000-scrol https://unix.stackexchange.com/questions/322075/how-to-get-ms-natural-ergonomic-4000-slider-work-on-linux-mint So let's make it official. But keep their physical meaning in comments in case desktops start to do something useful with them at some point. Thanks to Finn Christiansen for the original patch! Replaces #6953
* hwdb: Add Microsoft Sculpt Comfort Mouse data (#7946)Maciej S. Szmigiero2018-01-231-0/+4
| | | This adds measured Microsoft Sculpt Comfort (Bluetooth) Mouse data to hwdb.
* hwdb: Added sensor geometry for Jumper EZpad 6 Pro (#7955)lbernstone2018-01-231-0/+4
|
* hwdb: readded accelerometer orientation entry for AsusTek TP500LB (#7958)Gianluca Boiano2018-01-231-0/+3
|
* hwdb: add Ideazon Zboard Merc and Ideazon Zboard Fang (#6954)Olivier Schwander2018-01-221-0/+62
|
* hwdb: Add Lenovo IdeaPad Miix 320 sensor mount quirk (#7707)jdkbx2018-01-191-0/+5
|
* hwdb: 60-sensors: Add DMI strings for Trekstor Surftab 7.0 newer BIOS ↵Hans de Goede2018-01-171-0/+1
| | | | | | | versions (#7904) Some newer BIOS versions of the TrekStor SurfTab wintron 7.0 tablet use different (better) DMI strings, update the existing 60-sensors.hwdb entry for this tablet to also work with the newer BIOS.
* hwdb: HP vendor name for ZBooks in 60-keyboard.hwdb (#7905)Jerónimo Borque2018-01-171-0/+1
| | | Added new HP vendor name to support Zbook's mic mute key mapping
* hwdb: Add accelerometer orientation entry for Asus TP300LASamuel Dionne-Riel2018-01-111-0/+3
|
* Fix Mount Matrix for Chuwi HiBookSplit7fire2018-01-111-1/+1
|
* hwdb: Add accelerometer orientation entry for Chuwi Hi10 ProSamuel Dionne-Riel2018-01-111-0/+4
|
* hwdb: Add workaround for backslash hardware issue in Purism Librem 13 V2 (#7826)Ewout van Mansom2018-01-091-0/+4
|
* hwdb: add touchpad override for Asus F3SgPeter Hutterer2018-01-081-0/+5
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=104469
* Touchpad range : add another Macbook4,1 variant (#7749)Alexis Deruelle2018-01-051-0/+1
| | | | | | | | | | | | | | | | #Add "Early 2008 Core 2 Duo/Penryn" Macbook4,1 match string to the existing touchpad range definition ##Symptoms * Jerky/Jumpy cursor motion using touchpad * "Axis value outside expected range" message in Xorg.0.log ##Fix I followed the instructions described here :https://wayland.freedesktop.org/libinput/doc/latest/absolute_coordinate_ranges.html and came up with the following : evdev:input:b0003v05ACp022A* EVDEV_ABS_00=256:1469:12 EVDEV_ABS_01=256:829:12 The ranges and resolutions are the same as stated in the existing definition (+/- 2) so only add the match string.
* hwdb: Add accel mount settings for Asus T200TA 2-in-1 (#7810)Hans de Goede2018-01-041-0/+3
| | | | Add accel mount settings for the INVN6500 accelerometer found in Asus T200TA 2-in-1 devices to 60-sensor.hwdb.
* hwdb: Add accelerometer orientation entry for Teclast X98 Plus II tablet (#7766)Paul Cercueil2018-01-031-0/+3
|
* hwdb: Add accelerometer orientation entry for Lenovo MIIX3-1030 tablet (#7713)Michał2017-12-211-0/+3
| | | | | | Full dmi/id/modalias: dmi:bvnLENOVO:bvrB4CN29WW:bd12/04/2015:svnLENOVO:pn80HV:pvrLenovoMIIX3-1030:rvnLENOVO:rnMartini:rvrSDK0G98662WIN:cvnLENOVO:ct11:cvrLenovoMIIX3-1030: Tested on Lenovo MIIX3 with Debian 9
* hwdb: Add accelerometer orientation entry for Teclast X80 Pro tabletHans de Goede2017-12-201-0/+6
| | | | Add an accelerometer orientation entry for the Teclast X80 Pro tablet.
* hwdb: Add accelerometer orientation entry for Chuwi Vi8 (CWI506) tabletHans de Goede2017-12-201-1/+5
| | | | Add an accelerometer orientation entry for the Chuwi Vi8 (CWI506) tablet.