summaryrefslogtreecommitdiff
path: root/hwdb
AgeCommit message (Collapse)AuthorFilesLines
2018-06-18Fix orientation sensor position for Lenovo Miix 510petur1-0/+4
Looks like the Miix 510 has the same sensor and placement as the Miix 320 (put it separate for clarity) Verified on own hardware
2018-06-18hwdb: fix backlash/pipe on Librem 13v3Mladen Pejaković1-0/+3
2018-06-14Drop my copyright headersZbigniew Jędrzejewski-Szmek2-4/+0
perl -i -0pe 's/\s*Copyright © .... Zbigniew Jędrzejewski.*?\n/\n/gms' man/*xml git grep -e 'Copyright.*Jędrzejewski' -l | xargs perl -i -0pe 's/(#\n)?# +Copyright © [0-9, -]+ Zbigniew Jędrzejewski.*?\n//gms' git grep -e 'Copyright.*Jędrzejewski' -l | xargs perl -i -0pe 's/\s*\/\*\*\*\s+Copyright © [0-9, -]+ Zbigniew Jędrzejewski[^\n]*?\s*\*\*\*\/\s*/\n\n/gms' git grep -e 'Copyright.*Jędrzejewski' -l | xargs perl -i -0pe 's/\s+Copyright © [0-9, -]+ Zbigniew Jędrzejewski[^\n]*//gms'
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering2-2/+2
Let's unify an beautify our remaining copyright statements, with a unicode ©. This means our copyright statements are now always formatted the same way. Yay.
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+1
This part of the copyright blurb stems from the GPL use recommendations: https://www.gnu.org/licenses/gpl-howto.en.html The concept appears to originate in times where version control was per file, instead of per tree, and was a way to glue the files together. Ultimately, we nowadays don't live in that world anymore, and this information is entirely useless anyway, as people are very welcome to copy these files into any projects they like, and they shouldn't have to change bits that are part of our copyright header for that. hence, let's just get rid of this old cruft, and shorten our codebase a bit.
2018-06-13hwdb: update from upstreamLennart Poettering13-3454/+11288
2018-06-07hwdb: HP ZBook Studio G4 wireless switchAlessandro Casale1-0/+4
2018-06-07hwdb: Logitech Anywhere MX wheel data (#9203)Ivan Shapovalov1-0/+5
2018-06-06hwdb: add accel mount settings for Cube i7 Stylus I8L Model (#9207)rubensa1-0/+4
There are different Cube i7 Stylus generations. Those are identified with the printed serial code sticker on motherboard (Printed serial code on casing is not always true) Order of Model (Old - New): W WA WWA WN(I8WN) I8L(With W on casing) I own a I8L generation so the hw identification for my model does not work. # cat /sys/class/dmi/id/sys_vendor Cube # сat /sys/class/dmi/id/product_name i8-L
2018-06-06Fix DPI for Logitech M185, M510, and M705. (#9182)Peter Jones1-1/+1
The DPI for three logitech models, the M185, M510, and M705, appear to have always been different here than what logitech's given specs say. With my M510, this results in jumpy behavior when transitioning from fast motion to slow motion, making clicking specific buttons or highlighting specific text *very* frustrating. This patch changes those 3 mice to the published resolution, which resolves the problem with my M510. I have chosen to fix those 3 simply because they were already grouped together, and all incorrect as compared to logitech's web site, and as such I have not tried other mice or investigated if there are other non-matching values in the database as well. Signed-off-by: Peter Jones <pjones@redhat.com>
2018-06-04Update 60-sensor.hwdbMarcel Hoppe1-0/+1
add chuwi hibook with newer bios version [zj: remove duplicate matrix]
2018-06-02hwdb: Add accelerometer orientation quirk for the Onda V891w tabletHans de Goede1-0/+7
Add accelerometer orientation quirk for the Onda V891w tablet, this does a partial match on the BIOS version because the other strings are somewhat generic. The BIOS match is done for both the W89* and D89* BIOS versions which are for the Windows only and Dual boot versions respectively.
2018-06-02hwdb: Add accelerometer orientation quirk for the Nuvision/TMAX TM800W560LHans de Goede1-0/+6
Add accelerometer orientation quirk for the Nuvision/TMAX TM800W560L 8" Windows signature edition tablet.
2018-06-02hwdb: Add accelerometer orientation quirk for the Archos 80 Cesium tablet.Hans de Goede1-0/+6
Add accelerometer orientation quirk for the Archos 80 Cesium 8" windows tablet.
2018-06-02hwdb: Extend Point of View TAB-P800W accelerometer quirk for another versionHans de Goede1-0/+1
Extend the accelerometer quirk for the Point of View TAB-P800W to also match the BIOS info on the Point of View TAB-P800W (v2.0).
2018-05-31hwdb: consolidate multiple razer evdev sectionsJared Kazimir1-11/+7
2018-04-28hwdb: Add accelerometer orientation quirk for the Kazam Vision tablet (#8845)Hans de Goede1-0/+6
Add accelerometer orientation quirk for the 8" Kazam Vision "gaming" tablet.
2018-04-26hwdb: add "special" keys on Dell XPS L702x (#8828)Zbigniew Jędrzejewski-Szmek1-0/+5
Based on information provided by phenest in https://github.com/systemd/systemd/issues/5341. Those keys map to some special functions in windows, so let's map them to prog1/prog2 so the user map them to something. Fixes #5341.
2018-04-23hwdb: Add accelerometer orientation quirk for the Linx 1010B tablet (#8784)Paul Milliken1-0/+8
2018-04-23hwdb: Use wlan keycode for all Dell systems (#8762)Kai-Heng Feng1-5/+1
Once the seat is acquired, gnome-settings-daemon (GSD) takes full control of rfkill by sending RFKILL_IOCTL_NOINPUT ioctl to disable rfkill control in kernel. Since GSD expects wlan keycode when the hotkey gets pressed, we should change the "unknown" to "wlan" accordingly. Tested under both GNOME and KDE.
2018-04-17hwdb: Add a 2nd accelerometer orientation quirk for the Lenovo Ideapad Miix ↵Hans de Goede1-1/+2
320 (#8734) Different batches of the Lenovo Ideapad Miix 320 use a different sensor it seems. Add a quirk for the model which uses the SMO8840 (ST) sensor.
2018-04-15Support for Dell Inspiron 5378/5379 WLAN key (#8715)dmig1-0/+4
2018-04-10hwdb: drop a space (#8701)Evgeny Vereshchagin1-1/+1
This should make `parse_hwdb.py` and the CI happy again.
2018-04-10Merge pull request #8676 from keszybz/drop-license-boilerplateLennart Poettering1-13/+0
Drop license boilerplate
2018-04-10Add override axis for Toshiba Satellite R830 (#8694)emelenas1-0/+7
Incorrect range and resolution for the touchpad at a Toshiba Satellite R830 reported by kernel. After running $ sudo touchpad-edge-detector 85x50 /dev/input/event4 the new axis overrides are as follows #Toshiba Satellite R830 evdev:name:SynPS/2 Synaptics TouchPad:dmi:svnTOSHIBA:pnSATELLITER830 EVDEV_ABS_00=1238:5785:53 EVDEV_ABS_01=1045:4826:76 EVDEV_ABS_35=1238:5785:53 EVDEV_ABS_36=1045:4826:76 Those overrides have been tested to work.
2018-04-09hwdb: add support for VMBUS guids (#8677)Stephen Hemminger2-0/+58
This addresses missing feature on #8677 Devices in Hyper-V/Azure exist on vmbus and are identified by UUID value. This patch adds a hardware table so that udevadm can report properties. I chose names are based on the values reported in Window Device Manager (for consistency). The table includes several devices that are not used by Linux but are present and ignored. For example: $ udevadm info -q property /sys/bus/vmbus/devices/58f75a6d-d949-4320-99e1-a2a2576d581c DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI0004:00/VMBUS:00/58f75a6d-d949-4320-99e1-a2a2576d581c DRIVER=hid_hyperv ID_MODEL_FROM_DATABASE=Microsoft Hyper-V Mouse MODALIAS=vmbus:9eb6a8cf4a5bc04cb98b8ba1a1f3f95a SUBSYSTEM=vmbus USEC_INITIALIZED=11076966 Or with updated kernel the driverctl script. $ driverctl -b vmbus -v list-devices 1eccfd72-4b41-45ef-b73a-4a6e44c12924 hv_balloon (Microsoft Hyper-V Dynamic Memory) 242ff919-07db-4180-9c2e-b86cb68c8c55 hv_util (Microsoft Hyper-V Data Exchange) 2450ee40-33bf-4fbd-892e-9fb06e9214cf hv_util (Microsoft Hyper-V Backup/Restore) 2dd1ce17-079e-403c-b352-a1921ee207ee hv_util (Microsoft Hyper-V Time Sync) 4487b255-b88c-403f-bb51-d1f69cf17f87 (none) (Microsoft Hyper-V Virtual Machine Activation) 53557f8e-057d-425b-9265-01c0fd7e273e hv_netvsc (Microsoft Hyper-V Network Adapter) 5620e0c7-8062-4dce-aeb7-520c7ef76171 hyperv_fb (Microsoft Hyper-V Video) 58f75a6d-d949-4320-99e1-a2a2576d581c hid_hyperv (Microsoft Hyper-V Mouse) 849a776e-8120-4e4a-9a36-7e3d95ac75b3 hv_netvsc (Microsoft Hyper-V Network Adapter) 99221fa0-24ad-11e2-be98-001aa01bbf6e (none) (Microsoft Hyper-V Remote Desktop Control) b2f44faf-2a29-42ba-91b2-f13fd30a2d4b hv_storvsc (Microsoft Hyper-V SCSI Controller) b6650ff7-33bc-4840-8048-e0676786f393 hv_util (Microsoft Hyper-V Guest Shutdown) d34b2567-b9b6-42b9-8778-0a4ec0b955bf hyperv_keyboard (Microsoft Hyper-V Keyboard) f5bee29c-1741-4aad-a4c2-8fdedb46dcc2 (none) (Microsoft Hyper-V Remote Desktop Virtualization) fd149e91-82e0-4a7d-afa6-2a4166cbd7c0 hv_util (Microsoft Hyper-V Heartbeat)
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
Files which are installed as-is (any .service and other unit files, .conf files, .policy files, etc), are left as is. My assumption is that SPDX identifiers are not yet that well known, so it's better to retain the extended header to avoid any doubt. I also kept any copyright lines. We can probably remove them, but it'd nice to obtain explicit acks from all involved authors before doing that.
2018-03-30hwdb: Add accelerometer orientation quirk for the Pipo W4 tabletHans de Goede1-0/+4
Add an accelerometer orientation quirk for the Pipo W4 tablet.
2018-03-30hwdb: Add accelerometer orientation quirk for the Lenovo Ideapad Miix 310Hans de Goede1-0/+5
Add an accelerometer orientation quirk for the Lenovo Ideapad Miix 310. Note this quirk is limited to the production batches which ship with a portrait panel, rather then with a landscape panel (recognized by the different BIOS version these 2 variants use).
2018-03-30hwdb: Add accelerometer orientation quirk for the MSI S100 2-in-1Hans de Goede1-0/+6
Add an accelerometer orientation quirk for the MSI S100 2-in-1.
2018-03-30hwdb: Add accelerometer orientation quirk for the Yours Y8W81 tabletHans de Goede1-0/+6
Add an accelerometer orientation quirk for the Yours Y8W81 8" tablet. For future reference: this tablet has the same case and mostly the same internals as the Chuwi Vi8. Both seem to be from an ODM called inet-tek. Both are labelled: "INET-I86M-REVxx" on the PCB, with the Chuwi Vi8 being REV03 (and having a ALC5640 audio codec) and the Yours Y8W81 being REV21 (and having a ALC5651 audio codec).
2018-03-30hwdb: Add accelerometer orientation entry for the I.T.Works TW701 tabletHans de Goede1-0/+4
Add accelerometer orientation entry for the I.T.Works TW701 7" windows tablet, note this is the same hardware/PCB as the Trekstor ST70416-6 for which we already have the same quirk.
2018-03-30hwdb: 60-sensors: Fix alphabetic sorting by vendor nameHans de Goede1-13/+12
The Cytrix entry was added at the end instead of sorted alphabetically by vendor name.
2018-03-26Fix for alphabetical ordering (#8581)mourikwa1-4/+9
I read the addition of the purism laptop keyboard and noticed that the 60-keyboard.hwdb file could/should have an alphabetical ordering. I scratched that itch with this commit.
2018-03-20hwdb: ThinkPad 4x0s and X1 Carbon 3rd gen LEDs (#8492)Matteo F. Vescovi1-0/+12
2018-03-20hwdb: ThinkPad T560 doesn't have a caps lock led (#8490)Salvo 'LtWorf' Tomaselli1-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: ```
2018-03-19hwdb: ThinkPad T450s doesn't have a caps lock led (#8433)Paride Legovini1-0/+4
2018-03-19hwdb: fix accelerometer mount matrix for Asus TP300LD (#8327) (#8463)futpib1-1/+1
2018-03-19Merge pull request #8476 from EliaGeretto/n550jv-touchpad-fixYu Watanabe1-2/+4
hwdb: correct touchpad resolution for Asus N550JV
2018-03-19hwdb: Correct touchpad resolution for Asus N550JVElia Geretto1-1/+2
2018-03-19hwdb: Split touchpad rules for X550CC and S550CElia Geretto1-1/+2
2018-03-16hwdb: fix comment suggested `udevadm trigger` command (#8465)futpib1-1/+1
2018-03-14hwdb: add axis override for the Razer Blade Stealth (#8436)Peter Hutterer1-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
2018-03-09hwdb: add axis overrides for HP Pavilion 15 (#8404)Peter Hutterer1-0/+7
https://bugzilla.redhat.com/show_bug.cgi?id=1551188
2018-03-08hwdb: add accelerometer mount matrix for Eve V (#8382)Daniel Lin1-0/+6
2018-03-08hwdb: add Dell Inspiron 3537 axis overrides (#8388)Peter Hutterer1-0/+14
PS/2 and RMI4 entries https://bugs.freedesktop.org/show_bug.cgi?id=105370
2018-03-05Add accel matrix for iOTA 360 (#8342)Marco Gulino1-0/+7
2018-03-04hwdb: add axis range corrections for the Lenovo ThinkPad Edge 13 (02173BG) ↵snorreflorre1-0/+7
(#8253)
2018-03-02Merge pull request #8333 from keszybz/hwdb-updateLennart Poettering8-996/+4183
Hwdb update
2018-03-02hwdb: updateZbigniew Jędrzejewski-Szmek7-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.