summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* udev-acl: add/remove ACLs for active/inactive local sessionsKay Sievers2009-05-181-27/+43
|
* update NEWSKay Sievers2009-05-171-1/+17
|
* udev-acl: tool to grant device node access to local usersKay Sievers2009-05-176-40/+378
|
* Merge branch 'master' of ↵Kay Sievers2009-05-1611-16/+301
|\ | | | | | | git+ssh://master.kernel.org/pub/scm/linux/hotplug/udev-extras
| * keymap: install README.keymap.txtMartin Pitt2009-05-151-0/+2
| |
| * keymap: add README with documentation and "how to fix" guideMartin Pitt2009-05-151-0/+100
| |
| * keymap: add findkeyboards scriptMartin Pitt2009-05-142-0/+46
| | | | | | | | | | | | findkeyboards prints out the device names of all "real" keyboards (atkbd and the separate modules as found in ThinkPads or Sonys). This makes it much easier to use a tool like keymap -i or do other debugging.
| * keymap: distribute check-keymaps.shMartin Pitt2009-05-141-1/+1
| | | | | | | | This was forgotten to be added to EXTRA_DIST for building source distributions.
| * keymap: add --interactive modeMartin Pitt2009-05-141-7/+62
| | | | | | | | | | | | | | | | | | Add -i/--interactive mode to keymap tool, for easy debugging of unknown and wrong keymaps. Use like sudo /lib/udev/keymap -i input/event4 and note down the wrong/missing keys.
| * alsa: add persistant device rulesLennart Poettering2009-05-122-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds persistant device node symlinks for ALSA control devices. This mimics the behaviour of the persistancy rules for other subsystems, such as v4l or storage. This patch is useful only when alsa-lib with this patch is used: http://git.alsa-project.org/?p=alsa-lib.git;a=commit;h=33ab0b5381c87e151e87e5000964edd868484886 This will allow referring to ALSA devices with device strings such as: hw:/dev/snd/by-path/pci-0000:00:1a.1-usb-0:1:1.0 instead of hw:0 where the device index might be unstable.
| * keymap: add ThinkPad X200 TabletMartin Pitt2009-05-123-0/+8
| | | | | | | | | | Reported in https://launchpad.net/bugs/356019 by Roger E Critchlow Jr <rec@elf.org>.
| * keymap: check Makefile.am completeness in check-keymaps.shMartin Pitt2009-05-111-0/+4
| | | | | | | | Verify that we have added all key map files to Makefile.am's _DATA list.
| * keymap: fix wrong Sony map file nameMartin Pitt2009-05-111-2/+2
| |
| * keymap: check maps existance in check-keymaps.shMartin Pitt2009-05-111-1/+11
| | | | | | | | Verify that maps referred to in the rules files actually exist in keymaps/.
| * keymap: fix tests for separate build treeMartin Pitt2009-05-111-1/+1
| | | | | | | | | | | | Fix thinko in keymap/check-keymaps.sh: keys.txt is not in ${srcdir}, but in the build dir. This broke "make check" when using a separate build tree.
| * keymap: explicitly list all keymap files in keymaps/Martin Pitt2009-05-111-1/+41
| | | | | | | | | | Automake falls over with the previous glob when building in a separate build tree.
| * keymap: Add HP TX2Martin Pitt2009-05-112-0/+4
| | | | | | | | | | Add keymap for HP TX2, as reported on the hal ML by Stephen Sugden <glurgle@gmail.com>. Translated from hal-info patch.
| * keymap: Fix HP autobrightness keyMartin Pitt2009-05-111-1/+1
| | | | | | | | | | | | | | | | Fix the "auto brightness" substitute key on HP from f21 to f23 to be consistent with other mappings, as per recommendation on http://people.freedesktop.org/~hughsient/quirk/quirk-keymap-try.html. Reported on hal ML by Stephen Sugden.
| * keymap: Add Samsung P560Martin Pitt2009-05-111-1/+1
| | | | | | | | As reported on hal ML.
* | usb-db: remove copy/pasted stuffKay Sievers2009-05-161-3/+0
|/
* v4l_id: install v4l rulesFilippo Argiolas2009-05-111-0/+3
|
* keymap: add check for valid namesMartin Pitt2009-05-102-0/+17
| | | | | | | Add keymap/check-keymaps.sh and run it in make check. This verifies that all key names in keymap/keymaps/* are known in the current <linux/input.h>.
* detect awk in configure (used by keymap)Martin Pitt2009-05-102-3/+4
| | | | | | keymap's Makefile uses awk. Instead of hardcoding it, use AC_PROG_AWK properly and use the detected one in the Makefiles. Thanks to Dan Nicholson for the suggestion.
* keymap/Makefile.am: use configure-detected gperf pathMartin Pitt2009-05-101-1/+1
| | | | | We detect gperf presence and path in configure, so we should use it in keymap's Makefile. Thanks to Dan Nicholson for noticing!
* v4l_id: aa Filippo's mail addressKay Sievers2009-05-091-1/+1
|
* keymap: add .gitignore and replace whitespaceKay Sievers2009-05-092-179/+194
|
* add v4l_idKay Sievers2009-05-096-1/+114
|
* configure.ac: check for gperf (required by keymap)Martin Pitt2009-05-091-0/+5
|
* keymap: fix distributed sourcesMartin Pitt2009-05-091-1/+3
| | | | Do not ship generated keys_{from,to}_name.h, ship keymap files.
* keymap: Add misc rules (from hal-info)Martin Pitt2009-05-0920-0/+122
| | | | Converted from 30-keymap-misc.fdi from hal-info 2009-05-08.
* keymap: Add Sony Vaio rules (from hal-info)Martin Pitt2009-05-093-0/+14
| | | | Converted from 30-keymap-module-sony-laptop.fdi from hal-info 2009-05-07.
* keymap: Add Asus rules (from hal-info)Martin Pitt2009-05-092-0/+12
| | | | Converted from 30-keymap-module-asus-laptop.fdi from hal-info 2009-05-07.
* keymap: Add "ThinkPad Extra Buttons" module rules (from hal-info)Martin Pitt2009-05-093-0/+45
| | | | Converted from 30-keymap-module-thinkpad-acpi.fdi from hal-info 2009-05-07.
* keymap: Add Acer rules (from hal-info)Martin Pitt2009-05-096-0/+39
| | | | Converted from 30-keymap-acer.fdi from hal-info 2009-05-07.
* keymap: Add HP rules (from hal-info)Martin Pitt2009-05-096-0/+32
| | | | Converted from 30-keymap-hp.fdi from hal-info 2009-05-07.
* keymap: Add Lenovo rules (from hal-info)Martin Pitt2009-05-093-0/+16
| | | | Converted from 30-keymap-lenovo.fdi from hal-info 2009-05-07.
* keymap: Add Compaq rules (from hal-info)Martin Pitt2009-05-092-0/+5
| | | | Converted from 30-keymap-compaq.fdi from hal-info 2009-05-07.
* keymap: Add Dell rules (from hal-info)Martin Pitt2009-05-092-0/+37
| | | | | | | | | Converted from 30-keymap-dell.fdi from hal-info 2009-05-07. The "Latitude XT" product case was merged into the general dell map, since there were no overlaps. The "Dell USB Keyboard Hub" was not converted yet.
* keymap: add fdi2rules.pyMartin Pitt2009-05-091-0/+179
| | | | | | | | | Tool to convert hal keymap FDIs into udev rules and key map files. Please note that this is far from perfect, since the mapping between fdi and udev rules is not straightforward (and impossible in some cases). After running this, the result should be cleaned up, and errors from unknown operators etc. corrected manually.
* add keymap directory and toolMartin Pitt2009-05-094-0/+313
| | | | | | | | | | | | keymap assigns keycodes to scancodes, or dumps the current mapping of an evdev keyboard device. It replaces hal-setup-keymap. The former keymap fdi files from hal-info will be converted to udev rules for vendor/product matching, and simple text files for mapping scancodes to keycodes. See this discussion for details: http://lists.freedesktop.org/archives/devkit-devel/2009-May/000152.html
* depend on usbutils 0.82 and use pkg-config to find usb.idsKay Sievers2009-05-071-14/+4
|
* build: use AC_MSG_RESULTKay Sievers2009-05-011-3/+3
|
* sound-card: Recognize good old WinTV cards as TV cardsLennart Poettering2009-04-281-0/+3
|
* do not use libtoolKay Sievers2009-04-142-16/+2
|
* sync with and depend on recent udevKay Sievers2009-04-143-82/+53
|
* modem-modeswitch: fix build warningDan Williams2009-03-151-1/+0
|
* modem-modeswitch: small cleanupDan Williams2009-03-151-1/+1
|
* modem-modeswitch: huge refactor for Mobile Action 8xxxP USB cable supportDan Williams2009-03-1511-170/+815
|
* usb-db: make optional, but enabled by defaultDan Williams2009-03-152-5/+12
| | | | Fedora 9, for example, doesn't have libudev, but can use the modem prober.
* fix autogen.sh for modem-probe removalDan Williams2009-03-151-1/+1
|