aboutsummaryrefslogtreecommitdiff
path: root/hwdb
Commit message (Collapse)AuthorAgeFilesLines
* hwdb: update databaseZbigniew Jędrzejewski-Szmek2018-12-2112-3080/+18273
| | | | | | I looked over the diff, and it seems it's only additions and fixes, no removals. The diff for the source files is much bigger, but it seems that the sorting code is working well.
* hwdb: Add accelerometer orientation quirk for the PoV TAB-P1006W-232-3GHans de Goede2018-12-201-0/+4
| | | | | Add accelerometer orientation quirk for the Point of View TAB-P1006W-232-3G tablet.
* hwdb: Add support for HP ProBook 645 wifi and slash key (#11207)Jeremy Su2018-12-201-0/+5
| | | hwdb: Add support for HP ProBook 645 wifi and slash key
* hwdb: add accelerometer orientation quirk for the Teclast F5 (#11005) lbernstone2018-12-171-0/+4
|
* Fixed small typo in 70-mouse.hwdbClaudius Ellsel2018-12-161-1/+1
|
* add device hwdb for IdeaPad Miix510-12ISKBruce Zhang2018-12-141-1/+3
| | | | | | | | | | | | | | add ACCEL_MOUNT_MATRIX for IdeaPad Miix510-12ISK multiple match expressions for Miix510 series extend comments for miix510 series Signed-off-by: Bruce Zhang <zttt183525594@gmail.com> add device hwdb for IdeaPad Miix510-12ISK Signed-off-by: Bruce Zhang <zttt183525594@gmail.com>
* Logitech MX Master 2S: Unifying Receiver and Bluetooth Connectivity (#11078)Emil Soleyman2018-12-111-1/+10
| | | | | | | | | | | * Logitech MX Master 2S: Unifying Receiver and Bluetooth Connectivity Logitech MX Master 2S can connect through either the unifying receiver or bluetooth. Clarify that the previous listing was for unifying receiver and add listing for bluetooth. Note the MOUSE_DPI differences between the two listings.
* Add RF kill switch button for Zbook 15 G2 (#11060)Cedric Viou2018-12-101-0/+4
|
* tree-wide: drop header for emacs from python scriptsYu Watanabe2018-12-101-2/+1
|
* hwdb: drop unused imported objectYu Watanabe2018-12-101-2/+1
|
* hwdb: drop commentYu Watanabe2018-12-101-1/+0
|
* hwdb: Add accelerometer orientation quirk for the PoV P1005W-232 tabletHans de Goede2018-12-081-0/+4
| | | | Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* hwdb: Add accelerometer orientation quirk for the Prowise PT301 tabletHans de Goede2018-12-081-0/+6
|
* hwdb: Put Lenovo mouse under the correct category in 70-mouse.hwdb (#10995)Claudius Ellsel2018-11-301-7/+6
| | | | | [zj: the entry for a Thinkpad mouse is moved to the end of Lenovo section, and a Lenovo mouse is moved from Logitech section to Lenovo section.]
* First restructuration of Logitech mice in 70-mouse.hwdbClaudius Ellsel2018-11-271-113/+121
| | | Untested, just carefully copy and pasted under the created sections. First approach to #10941
* hwdb: Add ACCEL_MOUNT_MATRIX for Trekstor T13B tabletMarian Cepok2018-11-251-0/+3
|
* 70-mouse.hwdb: Set DPI for MS Classic IntelliMouseDaniel van Vugt2018-11-231-0/+4
| | | | | It defaults to 3200 DPI and 1000 Hz. Note the ?? is required to match the multibyte UTF-8 character '®'.
* hwdb: Add accelerometer orientation quirk for the Chuwi CoreBook tabletRuben Suarez Alvarez2018-11-141-0/+6
|
* hwdb: Add Onda V820w accelerometer transformation matrixjambonmcyeah2018-11-141-0/+1
| | | Added accelerometer transformation matrix for the Onda V820w Tablet
* hwdb: revert airplane mode keys handling on Dellseb1282018-11-121-1/+6
| | | That reverts the commits #8762 and #9868, those created double key events issues on some Dell laptops.
* hwdb: IdeaPad Miix 310 with another bios version (#10661)imayoda2018-11-071-1/+2
| | | | another bios version for same model with portrait screen.
* hwdb: Apply the same quirk to all the lis3lv02d devicesBastien Nocera2018-10-301-2/+6
| | | | | | | | | | | | | | HP laptops and desktop containing the lis3lv02d device (as supported by the drivers/platform/x86/hp_accel.c driver) are supposed to output their values according to their "standard" orientation, one that corresponds to "can play neverball". For all those devices, we need to convert that "neverball" orientation to a "Windows 8" orientation. We will not accept quirks for HP machines that use the lis3lv02d device, they should go in the hp_accel.c driver instead. Closes: #5160
* hwdb: add a click angle entry for the Logitech MX Anywhere 2sPeter Hutterer2018-10-301-0/+2
|
* hwdb: Add Asus T300CHI accelerator matrixTJ2018-10-291-0/+3
|
* hwdb: add Aiptek Hyperpen 12000U (#10424)Ervin Peters2018-10-171-2/+11
| | | Closes #9834.
* hwdb: Add mapping for unknown keycodes on Microsofy Reclusa keyboardHans de Goede2018-10-121-0/+6
| | | | Add mapping for unknown keycodes on Microsoft Reclusa keyboard.
* hwdb: Add accelerometer orientation quirk for the Onda V80 Plus tabletHans de Goede2018-10-121-0/+3
| | | | Add accelerometer orientation quirk for the Onda V80 Plus tablet.
* hwdb: Add accelerometer orientation quirk for the Acer One 10 aka S1003Hans de Goede2018-10-121-0/+3
| | | | | Add accelerometer orientation quirk for the Acer One 10 2-in-1 also known as the Acer S1003.
* hwdb: Map 45 to bookmarks on the ThinkPad L380Zhang Xianwei2018-10-091-0/+1
| | | | | | | | | | | | | | | | | The ThinkPad L380 has a F12(Favorate) key. The keycode 0x45 is mapped to KEY_FAVORITES(0x16c) in kernel thinkpad_acpi driver, but this keycode is too big for xorg to handle. xkeyboard-config mapped KEY_BOOKMARKS to XF86Favorites: keycodes/evdev: <I164> = 164; // #define KEY_BOOKMARKS 156 symbols/inet: key <I164> { [ XF86Favorites ] }; So map 45 to bookmarks to correct keycode. Signed-off-by: Zhang Xianwei <zhang.xianwei8@zte.com.cn>
* Remove trailing spacejavitoom2018-09-191-1/+1
| | | Remove trailing space
* hwdb: Add accelerometer orientation quirk for the Teclast X98 Plus I (A5C6) ↵javitoom2018-09-191-0/+4
| | | | | tablet Add accelerometer orientation quirk for the Teclast X98 Plus I (A5C6) tablet.
* Support for Kensington Expert Mouse in hwdbTony Novak2018-09-191-0/+8
| | | | Fixes #10120.
* meson: disable _all_ tests when -Dtests=falseZbigniew Jędrzejewski-Szmek2018-09-131-3/+5
| | | | | | Back in 08318a2c5acb3d0e4243c36461e69a3e45482441, value "false" was enabled for '-Dtests=', but various tests were not conditionalized properly. So even with -Dtests=false -Dslow-tests=false we'd run 120 tests. Let's make this consistent.
* hwdb: Update PNP IDs of Goldstar (now: LG Electronics). (#10051)Dariusz Gadomski2018-09-111-2/+11
| | | hwdb: Update PNP IDs of Goldstar (now: LG Electronics)
* hwdb: Add accelerometer orientation quirk for the Onda v975w tabletHans de Goede2018-09-091-0/+4
| | | | Add accelerometer orientation quirk for the Onda v975w tablet.
* hwdb: Add accelerometer orientation quirk for the Connect Tablet9 tabletHans de Goede2018-09-091-0/+6
| | | | Add accelerometer orientation quirk for the Connect Tablet9 tablet.
* hwdb: Add accelerometer orientation quirk for the HP Pavilion x2 - 10-n000ndHans de Goede2018-09-091-0/+4
| | | | Add accelerometer orientation quirk for the HP Pavilion x2 - 10-n000nd 2-in-1.
* hwdb: Add accelerometer orientation quirk for the Chuwi Vi10 tabletHans de Goede2018-09-091-1/+5
| | | | | | | Add accelerometer orientation quirk for the Chuwi Vi10 (CWI505) tablet. While at it also update the Chuwi Hi8 Pri comment to include the CWI model-number.
* hwdb: Add hwdb entry for X220 tablet (#10036)Wyatt Ward2018-09-081-0/+2
|
* hwdb: Added entry for X200 Tablet/X201 Tablet so their pointing sticks would ↵Wyatt Ward2018-09-071-1/+2
| | | | be recognized. They share parts with normal X200 and X201's. (#10029)
* hwdb: add Logitech G703 Wired/Wireless (#10005)Trevonn2018-09-041-0/+6
|
* hwdb: Synaptics touchpad edge fix for HP Pavilion G6 (#10008)Network Silence2018-09-041-0/+7
|
* Update 60-sensor.hwdb (#9991)Arkan492018-09-031-0/+4
|
* Add sensor configuration for Asus TP201SAVictor Laskurain2018-08-301-0/+3
|
* hwdb: Added values for another WALTOP Tabletdj-kaktus2018-08-271-0/+5
|
* hwdb: Apply Acer mappings to all Gateway and Packard Bell modelsChris Chiu2018-08-231-5/+2
| | | | | | | | | Gateway and Packard Bell both belong to Acer and need the same mappings. This has been checked on several Gateway and Packard Bell models enabled by Endless and confirmed by Acer Product Manager. Signed-off-by: Chris Chiu <chiu@endlessm.com> Signed-off-by: João Paulo Rechi Vita <jprvita@endlessm.com>
* hwdb: Map 8a to f20 on the Acer Travelmate P648-G3-MChris Chiu2018-08-231-1/+2
| | | | | | | | This model emits 0x8a for the microphone-mute button above the keyboard, so let's map it to correct keycode. Signed-off-by: Chris Chiu <chiu@endlessm.com> Signed-off-by: João Paulo Rechi Vita <jprvita@endlessm.com>
* hwdb: Add keymaps for HP ProBook 11 G1Carlo Caione2018-08-231-0/+6
| | | | | | | | Add microphone-mute and touchpad-toggle keymaps for the HP ProBook 11 G1 notebook. Signed-off-by: Carlo Caione <carlo@endlessm.com> Signed-off-by: João Paulo Rechi Vita <jprvita@endlessm.com>
* hwdb: explicitly label the XP-PEN STAR 06 as tabletPeter Hutterer2018-08-201-0/+4
| | | | | | | | Exports BTN_LEFT...BTN_FORWARD, BTN_TOUCH, REL_X/Y/WHEEL/MISC and ABS_X/Y/PRESSURE. Rather than figure out what builtin-input_id tweak we need for this device, just add the tablet bit. https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput/issues/8
* hwdb: Fix wlan keycode for all Dell Latitude and Precision systemsShih-Yuan Lee (FourDollars)2018-08-201-1/+0
| | | | | | | | Removing this line is because cab01e9ecf1c69656785e64f5fc94cd4ed09e57f has contained the wlan keycode fix. This line will only break the wlan keycode for all Dell Latitude and Precision systems after cab01e9ecf1c69656785e64f5fc94cd4ed09e57f.