summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Add a GObject-based wrapper library for libudevDavid Zeuthen2009-06-011-2/+56
| | | | | | | This makes it much simpler to use libudev from programs already using GObject. It also makes it possible to easily use libudev from other programming languages, such as Javascript, because of GObject introspection support.
* udev-acl: tool to grant device node access to local usersKay Sievers2009-05-171-18/+27
|
* detect awk in configure (used by keymap)Martin Pitt2009-05-101-0/+1
| | | | | | 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.
* add v4l_idKay Sievers2009-05-091-1/+2
|
* configure.ac: check for gperf (required by keymap)Martin Pitt2009-05-091-0/+5
|
* add keymap directory and toolMartin Pitt2009-05-091-0/+1
| | | | | | | | | | | | 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
|
* do not use libtoolKay Sievers2009-04-141-6/+1
|
* sync with and depend on recent udevKay Sievers2009-04-141-61/+16
|
* usb-db: make optional, but enabled by defaultDan Williams2009-03-151-3/+7
| | | | Fedora 9, for example, doesn't have libudev, but can use the modem prober.
* modem-probe: removeDan Williams2009-03-151-5/+0
| | | | | | | | | | | At the moment, it doesn't have a future. NetworkManager + ModemManager won't use it becuase ModemManager has to do more interrogation of the ttys than the simple prober can do, and it makes sense to do all the probing & interrogation in one place anyway. Furthermore, some devices like BlackBerries need much more serial port setup before they will start talking AT commands, and we don't really want to link stuff like libarry into udev-extras. So remove it for now. We can add it back later if we need to.
* update version and NEWSKay Sievers2009-02-261-1/+1
|
* add Lennart's 78-sound-card.rules to rules.d/Kay Sievers2009-02-261-0/+1
|
* add autoconf logic to find usb.ids/pci.idsLennart Poettering2009-02-261-0/+33
|
* add usb-db for reading usb vendor/product data from usb.idsLennart Poettering2009-02-261-0/+7
|
* fully move m4 scripts to m4/ since that's apparently what was intendedLennart Poettering2009-02-261-0/+1
|
* instead of defining _GNU_SOURCE manually use AC_USE_SYSTEM_EXTENSIONSLennart Poettering2009-02-261-1/+1
|
* update versionKay Sievers2009-01-251-1/+1
|
* modem-probe: rename from probe-modem for consistencyDan Williams2009-01-221-1/+1
|
* build: default to --prefix=/usr --exec-prefix=""Kay Sievers2008-12-291-0/+6
|
* build: fix "make distcheck"; require --exec-prefix=""Kay Sievers2008-12-291-9/+10
|
* build: include Makefile.am.incKay Sievers2008-12-291-6/+23
|
* build: remove more autotools magicKay Sievers2008-12-291-34/+1
|
* build: remove maintainer-modeKay Sievers2008-12-291-5/+8
|
* Make modem switcher generic; fix rules install locationDan Williams2008-12-171-1/+1
|
* fixesDan Williams2008-12-161-1/+6
|
* initial bitsDan Williams2008-12-151-0/+96