summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2010-07-19libudev: bump minor so version after adding symbolsKay Sievers
2010-07-05keymap: Add Logitech Cordless Wave ProMartin Pitt
https://launchpad.net/bugs/592371
2010-07-02keymap: Add support for IBM-branded USB devicesMatthew Garrett
These seem to use a different layout to the Lenovo-branded devices Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
2010-06-29gudev: respect possibly given LD_LIBRARY_PATHMichael Meeks
michael@linux-iwk5:/opt/hgnome/src/udev> make V=1 make --no-print-directory all-recursive Making all in . PKG_CONFIG_PATH=./data:$PKG_CONFIG_PATH \ LD_LIBRARY_PATH=./extras/gudev \ /opt/hgnome/bin/g-ir-scanner -v \ --namespace GUdev \ .. ./extras/gudev/gudevdevice.c /opt/hgnome/bin/python: error while loading shared libraries: libpython2.5.so.1.0: cannot open shared object file: No such file or directory make[2]: *** [extras/gudev/GUdev-1.0.gir] Error 127
2010-06-25make: fix 'make distcheck'Kay Sievers
udev-159.tar.gz
2010-06-25make: pre-process and install systemd service files when neededKay Sievers
2010-06-24rules: remove unused subdirKay Sievers
2010-06-23mtd_probe: add autodetection for xD cardsMaxim Levitsky
commit 2599cabd36770785a13bf884049d649d385fd80c Author: Maxim Levitsky <maximlevitsky@gmail.com> Date: Fri Jun 18 02:08:48 2010 +0300 Add autodetection for xD/smartmedia cards This can easily be extended for other types of FTL Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com>
2010-06-13Revert "add Vala vapi for gudev-1.0"Martin Pitt
Argh, recent vala already ships with a gudev vapi. This reverts commit 6a7b5ec7712ea53fd756b07036e23ac0d751cec4.
2010-06-13add Vala vapi for gudev-1.0Martin Pitt
Add gudev-1.0.vapi. This is based on the output of vapigen --library gudev-1.0 GUdev-1.0.gir with fixes to array/list semantics and include file names.
2010-06-05libudev: fix fd leak in udev_enumerate_scan_devices() when tags are searchedKay Sievers
Thanks to Lennart for finding this.
2010-05-30make: fix rules/ subdir namesKay Sievers
2010-05-30make: mkdir /lib/udev/devices/Kay Sievers
2010-05-28rules: delete pilot rules and remove redhat directoryKay Sievers
2010-05-25Makefile.am: silent build mkdirKay Sievers
2010-05-25libudev: fix udev_queue_get_seqnum_sequence_is_finished() with empty queue fileKay Sievers
We an empty or garbage-collected queue file, we might not have a record for the first sequence we wait for, and therefore must not wait for it.
2010-05-24man: directly use 'refentry'Kay Sievers
And make Lennart happy! :)
2010-05-14libudev: add O_CLOEXECKay Sievers
2010-04-27Makefile.am: add LGPL COPYING file to EXTRA_DISTHarald Hoyer
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
2010-04-22add TAG= to improve event filtering and device enumerationKay Sievers
2010-04-20configure.ac: ddd --with-firmware-path optionYury G. Kudryashov
In NixOS we need to use non-standard firmware path: we have no /lib.
2010-04-19keymap: Unite laptop models needing common volume-key release quirkKamal Mostafa
Many laptop models need the same volume-key release quirk. Currently, two models have identical force-release-maps/ keymap files (dell-studio-1557 and fujitsu-amilo-si1848) and two more need to be added (Mitac and Coolbox QBook). This replaces the identical force-release-maps files with one 'common-volume-keys' file to make adding new models easier. There is no obvious DMI commonality between the models needing the quirk (i.e. they do not all share the same BIOS), so it will remain necessary to scan for each model separately in 95-keyboard-force-release.rules. https://launchpad.net/bugs/565459 Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
2010-03-18modeswitch: morph into tool that only switches Mobile Action cablesDan Williams
Remove option modeswitching code; use usb_modeswitch already, people.
2010-03-10input_id: Fix linkingMartin Pitt
Link against libudev-private.a instead of libudev.a, to avoid runtime dependency to libudev.
2010-03-02keymap: Add Fujitsu Amilo 1848+u force-release quirkAndy Whitcroft
The Fujitsu Amilo Si 1848+u laptop requires the volume and mute keys quirking. https://launchpad.net/bugs/530089 Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
2010-02-18libudev: bump minor versionKay Sievers
2010-02-15keymap: Add Toshiba Satellite M30XMartin Pitt
Thanks to Alessio Gaeta! https://launchpad.net/bugs/510019
2010-02-13Force key release for volume keys on Dell Studio 1557Jerone Young
Dell Studio 1557 does not generate a release code when the volume keys are pressed, causing them to generate infinite key presses. This forces key release of these keys. Signed-off-by: Jerone Young <jerone.young@canonical.com> Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
2010-02-12keymap: Fix LG X110Martin Pitt
The LG X110 is not a perfect clone of the MSI Wind after all, and needs its own keymap. Thanks to Konstantin Lavrov! https://launchpad.net/bugs/520650
2010-01-25delete outdated and unmaintained writing_udev_rulesKay Sievers
Many statements in this document are no longer correct, or even suggest things we do not want to support, or do not work at all with the current version of udev. Any new documentation should better be added to the udev man page, which is usually kept up-to-date.
2010-01-25keymap: linux/input.h - get absolute include path from gccKay Sievers
2010-01-21keymap: move force-release directoryMartin Pitt
Move extras/keymap/keymaps/force-release/ to extras/keymap/force-release-maps/, so that check-keymaps.sh does not stumble over the directory. It's also a more logical source layout.
2010-01-13libudev: device - create db file atomicallyKay Sievers
We need to prevent that libudev parses half-written database files. Also for "change" events, we need to make sure, that database files always exist to be read by libudev, and that they are not first deleted before they are re-created.
2010-01-07build: keymap - create subdirMarco d'Itri
2010-01-03keymap: Lenovo Thinkpad USB Keyboard with TracepointJerone Young
Add support for special function keys on Lenovo Thinkpad USB Keyboard Tracepoint. - VoIP hotkey "FN+F6" is mapped to camera, and may need to change if there is a standard VoIP hotkey defined. - Mute Microphone key has not been defined, as there is no standard key defined for it yet. Signed-off-by: Jerone Young <jerone.young@canonical.com> Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
2009-12-27keymap: Add OLPC XO key mappingsDaniel Drake
This supports both XO-1 and XO-1.5. Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
2009-12-25remove UDEV_RUN environment variableKay Sievers
It handles only RUN but not IMPORT and PROGRAM. There is no sane way to suppress program execution. Most important programs run with IMPORT these days. Also events can no longer suppressed with the libudev netlink messages, so UDEV_RUN does nothing useful and is just inconsistent.
2009-12-15firmware: convert shell script to CPiter PUNK
2009-12-15remove remaining support for CONFIG_SYSFS_DEPRECATEDKay Sievers
2009-12-15floppy: fix rule to create additional floppy device nodesKay Sievers
2009-12-14keymap: handle atkbd force_release quirkJohannes Stezenbach
Some laptop keyboards don't generate release events for some hotkeys. Since linux-2.6.32 the list of scancodes for which to enable the force_release quirk can be set via sysfs. Apply this to Samsung N130. Signed-off-by: Johannes Stezenbach <js@sig21.net> Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
2009-12-03fix both in-tree and out-of-tree buildsKay Sievers
On Thu, Dec 3, 2009 at 14:31, Daniel Elstner <daniel.kitta@googlemail.com> wrote: > However, I'd recommend to look first in the build directory, and then in > the source directory to match the behavior of make with VPATH builds. > The idea is that a file in the build tree, if it exists, overrides a > file of the same name in the source tree.
2009-12-03really really fix both in-tree and out-of-tree buildsKay Sievers
The include is still missing: GEN extras/gudev/GUdev-1.0.gir In file included from <stdin>:4: /home/kay/work/src/udev/extras/gudev/gudev.h:26:34: error: gudev/gudevenumtypes.h: No such file or directory Also prepend $(builddir).
2009-12-03really fix both in-tree and out-of-tree buildsDaniel Elstner
Makefile.am (extras/gudev/GUdev-1.0.gir): Look for gudevenumtypes.h in both the build directory and the source directory, so that it works in either case.
2009-12-02Revert "Fix out-of-tree builds"Kay Sievers
This reverts commit 326e15a8ed97a22f2fe52d203896763d75f93c2c. The issue in: http://git.kernel.org/?p=linux/hotplug/udev.git;a=commit;h=7fa9bb9dbf538bf3c8a25a6699f65a8ac9cc8bbf still exists. We need to find a reliable way not to break "make distcheck" here.
2009-12-02input_id: code cleanupMartin Pitt
Now use libudev to clean up hardcoded /sys/ and /device/ paths, and to also support direct input device arguments. Now both "input4" and "event4" will work.
2009-12-02Fix out-of-tree buildsScott James Remnant
gudevenumtypes.h won't be under $(top_srcdir) when built out-of-tree from GIT. Signed-off-by: Scott James Remnant <scott@ubuntu.com>
2009-11-30extras: Add input_idMartin Pitt
input_id probes input/event devices for their class (keyboard, keys, mouse, touchpad, tablet, joystick). This is based on the corresponding hal code in hald/linux/device.c, input_test_{abs,rel,...}. This should provide enough functionality to get hal-less X.org working (which in particular needs to know exactly which devices are touchpads). Replace the brittle hacks in 60-persistent-input.rules with checking for the new ID_INPUT_* flags. This keeps the old ID_CLASS properties for now (but they are to be removed later on). Note: The current code has several hacks still, which are to be replaced with proper libudev calls later on.
2009-11-10Revert "gudev: fix out-of-tree build"Kay Sievers
This reverts commit b15b08913800c4a2fad6530becca55b896f66984. This breaks "make distcheck". The header is distributed in the tarball, and does not live in builddir.
2009-11-10gudev: fix out-of-tree buildMarco d'Itri