aboutsummaryrefslogtreecommitdiff
path: root/hwdb
Commit message (Collapse)AuthorAgeFilesLines
* keymap: Add Toshiba Satellite U940Jose Ignacio Naranjo2013-11-191-0/+7
| | | | Signed-off-by: Martin Pitt <martinpitt@gnome.org>
* keymap: Fix stuck keys on Lenovo IdeaPad Z370Martin Pitt2013-10-281-0/+5
| | | | https://launchpad.net/bugs/1245189
* keymap: Reorder IdeaPad rulesMartin Pitt2013-10-281-10/+8
| | | | So that they are together in the file.
* hwdb: updateKay Sievers2013-10-202-29/+578
|
* keymap: Fix Samsung 900X[34]CMartin Pitt2013-10-091-1/+2
| | | | | | | | | | | | 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!
* keymap: Add Samsung Ativ 9 PlusJimmie Tauriainen2013-09-251-0/+1
| | | | https://launchpad.net/bugs/1229936
* hwdb: updateKay Sievers2013-09-242-131/+392
|
* keymap: Fix wrong assignments to F23Martin Pitt2013-09-191-5/+5
| | | | | | | | | 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
* keymap: Add Samsung Series 5 [Ultra]Martin Pitt2013-09-161-5/+12
| | | | | | | | 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
* keymap: remove some commented out linesZbigniew Jędrzejewski-Szmek2013-09-131-6/+0
|
* hwdb: add Toshiba Satellite P75-AZbigniew Jędrzejewski-Szmek2013-09-121-0/+7
| | | | Contributed by Guillermo Dominguez Duarte <guillermod84@gmail.com>.
* hwdb: updateKay Sievers2013-09-113-455/+2429
|
* keymap: Add Asus WMI moduleMartin Pitt2013-09-091-0/+3
| | | | | We need to override the TOUCHPAD_TOGGLE to F21 to make it useful under X, as for other models.
* keymap: Explicitly match "any product name" for "all models from vendor" rulesMartin Pitt2013-09-021-3/+3
| | | | | | 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.
* keymap: Fix typo in Latitude/Precision rulesMartin Pitt2013-09-021-2/+2
| | | | We actually want to match the product name, "pn:" makes no sense.
* keymap: Don't use spaces in DMI modalias matchesMartin Pitt2013-08-301-50/+50
| | | | | Spaces get dropped from DMI modaliases. Replace them with '*' to make them robust against future changes in space escaping.
* keymap: Fix Dell vendor namesMartin Pitt2013-08-301-10/+10
| | | | | | | | | 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
* keymap: Don't erase previous assignmentsMartin Pitt2013-08-291-2/+2
| | | | | | | | 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
* keymap: Add Logitech Internet Navigator variant [PID C309]Martin Pitt2013-08-271-0/+20
| | | | By Albrecht Kolthoff <kolthoff@gmx.net> via linux-hotplug@.
* keymap: Add Samsung NP53U3CMartin Pitt2013-08-261-0/+3
| | | | https://launchpad.net/bugs/1203853
* Keyboard map for Samsung NP700Z3CHerczeg Zsolt2013-08-231-0/+17
| | | | | I'm using Ubuntu 13.04 on a Samsung Series 5 computer and found that that Fn hotkeys does not work.
* keyboard: add eMachines E725Zbigniew Jędrzejewski-Szmek2013-08-231-0/+1
| | | | Information supplied by Ludvig <enthymeme@lavabit.com>.
* keymap: add Pavilion dv7 keysZbigniew Jędrzejewski-Szmek2013-08-201-1/+8
|
* hwdb: keyboard - remove stray "Kay Sievers2013-08-151-1/+1
| | | | | <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?
* build-sys: add two makefile symlinksLennart Poettering2013-08-131-0/+1
|
* hwdb: map logitech R400 presenter keys from powerpoint hotkeys to sensible ↵Lennart Poettering2013-08-091-0/+6
| | | | KEY_ definitions
* hwdb: updateKay Sievers2013-08-072-31/+427
|
* hwdb: add GIGABYTE U2442 mute key to the force-release listZbigniew Jędrzejewski-Szmek2013-08-071-0/+7
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=67651
* keymap: add HP EliteBook 2570p's wlan switch to hwdbChristoph Junghans2013-08-061-0/+4
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=66178
* hwdb: data updateKay Sievers2013-07-183-20/+107
|
* 60-keyboard.hwdb: Fix syntax errorMartin Pitt2013-07-161-13/+13
| | | | Add missing '='.
* keymap: re-add Logitech USB corded/cordless modelsMartin Pitt2013-07-161-2/+51
| | | | | These add back are the remaining 3 udev keymap rules which used name based instead of ID based matching.
* switch from udev keymaps to hwdbKay Sievers2013-07-161-1/+1
|
* hwdb: follow: "keymap: Drop non-existant Samsung 900XC3"Kay Sievers2013-07-161-1/+0
|
* hwdb: keyboard updateKay Sievers2013-07-151-585/+585
|
* hwdb: import dataKay Sievers2013-07-152-4/+172
|
* hwdb: keyboard -- update commentsKay Sievers2013-07-121-42/+93
|
* hwdb: keyboard -- add fileKay Sievers2013-07-121-0/+912
| | | | | Do not enable/install it now, until we switch over from the current keymap tool.
* hwdb: import dataKay Sievers2013-07-082-6/+195
|
* hwdb: remove too broad PNP* match from 20-acpi-vendor.hwdbKay Sievers2013-07-081-3/+0
|
* hwdb: import dataKay Sievers2013-07-013-225/+4509
|
* hwdb: updateKay Sievers2013-05-062-20/+140
|
* hwdb: updateKay Sievers2013-04-302-49/+421
|
* hwdb: updateKay Sievers2013-04-202-41/+149
|
* hwdb: updateKay Sievers2013-04-162-117/+600
|
* hwdb: updateKay Sievers2013-03-283-272/+380
|
* hwdb: ID_PRODUCT_FROM_DATABASE --> ID_MODEL_FROM_DATABASEKay Sievers2013-03-236-115348/+115423
| | | | | | | | | | | | | | | | | 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
* hwdb: updateKay Sievers2013-03-213-975/+2547
|
* hwdb: updateKay Sievers2013-03-072-534/+1425
|
* hwdb: updateKay Sievers2013-02-043-44/+1156
|