summaryrefslogtreecommitdiff
path: root/hwdb
AgeCommit message (Collapse)Author
2013-11-29hwdb: Update database of Bluetooth company identifiersMarcel Holtmann
2013-11-21hwdb: Update database of Bluetooth company identifiersMarcel Holtmann
2013-11-19keymap: Add Toshiba Satellite U940Jose Ignacio Naranjo
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
2013-10-28keymap: Fix stuck keys on Lenovo IdeaPad Z370Martin Pitt
https://launchpad.net/bugs/1245189
2013-10-28keymap: Reorder IdeaPad rulesMartin Pitt
So that they are together in the file.
2013-10-20hwdb: updateKay Sievers
2013-10-09keymap: Fix Samsung 900X[34]CMartin Pitt
It appears that it's not really the 900 vs. 940 or the X3 vs X4, but the A/B/C/D suffix after that which makes the difference between the keymaps. On a NP900X3C-A04RU you get MODALIAS=dmi:bvn*:bvr*:bd*:svnSAMSUNGELECTRONICSCO.,LTD.:pn900X3C/900X3D/900X4C/900X4D:* So change the matches to use AB vs. CDG as the differentiator. Thanks to Anatoly Markov for reporting and testing!
2013-09-25keymap: Add Samsung Ativ 9 PlusJimmie Tauriainen
https://launchpad.net/bugs/1229936
2013-09-24hwdb: updateKay Sievers
2013-09-19keymap: Fix wrong assignments to F23Martin Pitt
These days, F21/F22/F23 mean Touchpad toggle/on/off. Clean up other assignments to that from ancient times which belong to keys like "Auto Brightness" (which doesn't have a keycode and is usually hardwired) or some "launch vendor tool" key. https://bugs.freedesktop.org/show_bug.cgi?id=62953
2013-09-16keymap: Add Samsung Series 5 [Ultra]Martin Pitt
Also consolidate the wlan key into the "all Samsung" rule to avoid repetition. Thanks to Mauro Carvalho Chehab! https://bugzilla.redhat.com/show_bug.cgi?id=989103
2013-09-13keymap: remove some commented out linesZbigniew Jędrzejewski-Szmek
2013-09-12hwdb: add Toshiba Satellite P75-AZbigniew Jędrzejewski-Szmek
Contributed by Guillermo Dominguez Duarte <guillermod84@gmail.com>.
2013-09-11hwdb: updateKay Sievers
2013-09-09keymap: Add Asus WMI moduleMartin Pitt
We need to override the TOUCHPAD_TOGGLE to F21 to make it useful under X, as for other models.
2013-09-02keymap: Explicitly match "any product name" for "all models from vendor" rulesMartin Pitt
Without this, the hwdb trie gets mis-sorted to match the more specific rules first, as ":pvr" is lexicographically after ":pn". So ensure that all our matches have some ":pn" match to avoid this trap.
2013-09-02keymap: Fix typo in Latitude/Precision rulesMartin Pitt
We actually want to match the product name, "pn:" makes no sense.
2013-08-30keymap: Don't use spaces in DMI modalias matchesMartin Pitt
Spaces get dropped from DMI modaliases. Replace them with '*' to make them robust against future changes in space escaping.
2013-08-30keymap: Fix Dell vendor namesMartin Pitt
Spaces are dropped from vendor and product names in DMI modaliases, so a match like "svnDell Inc.:" will never happen. Also, some machines use "Dell", some "Dell Inc", some "Dell Inc.", so just match on "Dell*" to avoid all these traps. https://launchpad.net/bugs/1218433
2013-08-29keymap: Don't erase previous assignmentsMartin Pitt
Don't use "KEYBOARD_KEY_xx=!" assignments (i. e. only enabling force-release) if more general matches already explicitly set a key code before, to not override the previously set value. https://launchpad.net/bugs/1218433
2013-08-27keymap: Add Logitech Internet Navigator variant [PID C309]Martin Pitt
By Albrecht Kolthoff <kolthoff@gmx.net> via linux-hotplug@.
2013-08-26keymap: Add Samsung NP53U3CMartin Pitt
https://launchpad.net/bugs/1203853
2013-08-23Keyboard map for Samsung NP700Z3CHerczeg Zsolt
I'm using Ubuntu 13.04 on a Samsung Series 5 computer and found that that Fn hotkeys does not work.
2013-08-23keyboard: add eMachines E725Zbigniew Jędrzejewski-Szmek
Information supplied by Ludvig <enthymeme@lavabit.com>.
2013-08-20keymap: add Pavilion dv7 keysZbigniew Jędrzejewski-Szmek
2013-08-15hwdb: keyboard - remove stray "Kay Sievers
<dvdhrm> kay, hwdb/60-keyboard.hwdb line 147 it says KEYBOARD_KEY_ee=screenlock" with a " at the end. I guess that's a typo?
2013-08-13build-sys: add two makefile symlinksLennart Poettering
2013-08-09hwdb: map logitech R400 presenter keys from powerpoint hotkeys to sensible ↵Lennart Poettering
KEY_ definitions
2013-08-07hwdb: updateKay Sievers
2013-08-07hwdb: add GIGABYTE U2442 mute key to the force-release listZbigniew Jędrzejewski-Szmek
https://bugs.freedesktop.org/show_bug.cgi?id=67651
2013-08-06keymap: add HP EliteBook 2570p's wlan switch to hwdbChristoph Junghans
https://bugs.freedesktop.org/show_bug.cgi?id=66178
2013-07-18hwdb: data updateKay Sievers
2013-07-1660-keyboard.hwdb: Fix syntax errorMartin Pitt
Add missing '='.
2013-07-16keymap: re-add Logitech USB corded/cordless modelsMartin Pitt
These add back are the remaining 3 udev keymap rules which used name based instead of ID based matching.
2013-07-16switch from udev keymaps to hwdbKay Sievers
2013-07-16hwdb: follow: "keymap: Drop non-existant Samsung 900XC3"Kay Sievers
2013-07-15hwdb: keyboard updateKay Sievers
2013-07-15hwdb: import dataKay Sievers
2013-07-12hwdb: keyboard -- update commentsKay Sievers
2013-07-12hwdb: keyboard -- add fileKay Sievers
Do not enable/install it now, until we switch over from the current keymap tool.
2013-07-08hwdb: import dataKay Sievers
2013-07-08hwdb: remove too broad PNP* match from 20-acpi-vendor.hwdbKay Sievers
2013-07-01hwdb: import dataKay Sievers
2013-05-06hwdb: updateKay Sievers
2013-04-30hwdb: updateKay Sievers
2013-04-20hwdb: updateKay Sievers
2013-04-16hwdb: updateKay Sievers
2013-03-28hwdb: updateKay Sievers
2013-03-23hwdb: ID_PRODUCT_FROM_DATABASE --> ID_MODEL_FROM_DATABASEKay Sievers
With the conversion from pci-db + usb-db to hwdb, the property got accitentially renamed. Move the name back to the long established identifier *MODEL* instead of *PRODUCT*. $ git grep -l ID_MODEL_FROM_DATABASE hwdb/20-pci-vendor-model.hwdb hwdb/20-usb-vendor-model.hwdb hwdb/ids-update.pl man/systemd.device.xml rules/78-sound-card.rules src/core/device.c src/cryptsetup/cryptsetup.c
2013-03-21hwdb: updateKay Sievers