1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-05 06:52:22 +03:00
Commit Graph

128 Commits

Author SHA1 Message Date
Scott James Remnant
bda2674f22 configure: allow usb.ids location to be specified
We already allow the pci.ids location to be specified, so add a
patch doing the same for usb.ids. Please don't make me explain
why this is necessary, it will only make you cry.

Signed-off-by: Scott James Remnant <scott@netsplit.com>
Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-05-23 12:32:55 -07:00
Kay Sievers
e5fd444fee release 170 2011-05-19 23:15:46 +02:00
Michal Soltys
e93244f792 configure.ac: fixes for rule_generator and modeswitch 2011-05-19 13:35:42 +02:00
Kay Sievers
2661ff2117 release 169 2011-05-18 19:05:06 +02:00
Kay Sievers
2906cbbae4 update INSTALL, NEWS, configure comment, queue doc 2011-05-10 14:58:49 +02:00
Koen Kooi
16efbde01a configure: reintroduce introspection flags to fix crosscompilation 2011-05-10 14:52:59 +02:00
Kay Sievers
07f1d2860e delete hid2hci which moved to the bluez tree 2011-04-29 14:31:53 +02:00
Kay Sievers
d5d6a7f304 configure: allow to enable/disable extras individually
- remove gobject introspection switch
      - disable hid2hci by default (moved to bluez)
      - disable action-modeswitch by default (will move to usb_modeswitch)
      - disable edd_id by default (problems with disk signatures)
      - disable legacy floppy by default (no more nasty device node hacks by default)
2011-04-29 14:27:11 +02:00
Kay Sievers
a138cd0714 version bump 2011-03-30 16:03:56 +02:00
Kay Sievers
fc1de713f5 systemd: bind udev control socket in systemd and split udev.service
We should bind the udev socket from systemd, so we are sure
that the abstract namespace socket is always bound by a root
process and there is never a window during an update where
an untrusted process can steal our socket.

Also split the udev.service file, so that the daemon can be
updated/restarted without triggering any coldplug events.
2011-03-23 16:40:23 +01:00
Kay Sievers
180bac9db8 fstab_import: remove from configure 2011-03-19 18:28:57 +01:00
Martin Pitt
f3f70f8d9e v4l_id: Drop videodev.h check again
It only uses v4l2 now.
2011-02-15 17:33:05 +01:00
Kay Sievers
4cbe709522 Merge branch 'master' of git+ssh://master.kernel.org/pub/scm/linux/hotplug/udev 2011-02-15 17:24:12 +01:00
Martin Pitt
c283cd6c59 Fix building with --disable-extras
We always need to define automake conditionals, otherwise configure fails with
--disable-extras.
2011-02-15 16:31:49 +01:00
Martin Pitt
0c0b3f97ca Only build v4l_id if V4L1 header file is available 2011-02-15 14:20:21 +01:00
Kay Sievers
f22f103661 version bump 2011-02-10 09:23:45 +01:00
Kay Sievers
0e6a2e7d3c version bump 2010-12-16 13:37:45 +01:00
Kay Sievers
9c6a11b1c6 libudev: record and export "age" of device record 2010-12-15 08:58:46 +01:00
Kay Sievers
be9c0d5740 version bump 2010-10-23 15:35:35 +02:00
Kay Sievers
457c67e7c1 version bump 2010-10-13 13:08:29 +02:00
David Zeuthen
645d40d004 Bump required GLib version to 2.22
This is needed for g_main_context_get_thread_default().

Signed-off-by: David Zeuthen <davidz@redhat.com>
2010-09-07 11:11:11 -04:00
Kay Sievers
397e0169bb version bump 2010-09-03 15:14:36 +02:00
Michael Forney
620343ddd6 Don't install systemd scripts with --without-systemdsystemunitdir
Currently, the scripts get installed to /no/ if that option is
specified.

Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
2010-09-02 08:54:37 +02:00
Kay Sievers
f7b877ec49 version bump 2010-08-19 18:03:04 +02:00
Kay Sievers
3f42314fb6 version bump 2010-07-12 00:10:16 +02:00
Kay Sievers
db46deec45 version bump 2010-07-07 07:13:20 +02:00
Kay Sievers
08b4c88353 make: pre-process and install systemd service files when needed 2010-06-25 10:30:55 +02:00
Kay Sievers
cbcb846a4c version bump 2010-06-24 10:17:15 +02:00
Kay Sievers
94aa758d0c version bump 2010-06-02 20:31:51 +02:00
Paul Bender
76e6bc2808 configure.ac: fix cross compilation
"Be aware that, like most Autoconf macros, they test a
feature of the host machine, and therefore, they die
when cross-compiling"
2010-06-02 17:35:44 +02:00
Kay Sievers
6edb57c0e4 configure.ac: version bump 2010-05-25 12:37:24 +02:00
Kay Sievers
c22b0d4ad1 configure.ac: version bump 2010-05-25 06:56:14 +02:00
Kay Sievers
bf0323a34f configure.ac: version bump 2010-05-12 08:49:43 +02:00
Robby Workman
0c6a3f4835 configure.ac: move firmware-path setting out of extras section 2010-04-24 21:38:37 +02:00
Kay Sievers
c51d2f2746 configure.ac: version bump 2010-04-21 08:50:59 +02:00
Robby Workman
901e80dc59 configure.ac: fix broken firmware search path in configure.ac
Correct a silly typo: s/fimware/firmware/
2010-04-21 08:30:43 +02:00
Kay Sievers
451dd74d9a configure.ac: version bump 2010-04-20 09:39:24 +02:00
Yury G. Kudryashov
4101ce14b3 configure.ac: ddd --with-firmware-path option
In NixOS we need to use non-standard firmware path: we have no /lib.
2010-04-20 07:02:58 +02:00
Yury G. Kudryashov
b3ad0c3c6f configure.ac - fix typo in --with-pci-ids-path option 2010-04-15 21:35:51 +02:00
Adrian Bunk
b41102757d udev needs automake 1.10
extras/gudev/docs/Makefile.am:4: require Automake 1.10, but have 1.9.6
libudev/docs/Makefile.am:4: require Automake 1.10, but have 1.9.6

Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
2010-03-11 14:24:13 +01:00
Kay Sievers
fff82e9d77 configure.ac: version bump 2010-02-18 11:09:25 +01:00
Kay Sievers
d8f33f0252 keymap: linux/input.h - get absolute include path from gcc 2010-01-25 08:22:47 +01:00
Kay Sievers
a16b18f091 configure.ac: version bump 2010-01-13 12:59:37 +01:00
Kay Sievers
4e45e1ad93 gobject-introspection: use $datadir instead of $prefix 2010-01-07 17:16:23 +01:00
Kay Sievers
ac9b4baac5 configure.ac: version bump 2009-12-15 15:53:21 +01:00
Kay Sievers
4cf3298e1f configure.ac: version bump 2009-12-03 13:31:43 +01:00
Kay Sievers
cdae488a3f remove "ignore_device"
There is no way to ignore an event these days. Libudev events can
not be suppressed. It only prevents RUN keys from being executed,
which results in an inconsistent behavior in current setups.
2009-11-16 15:22:17 +01:00
Kay Sievers
882bcd951c gudev: fix pkg-config call to work with "make distcheck" 2009-11-10 06:49:48 +01:00
Kay Sievers
5751707e0e configure.ac: version bump 2009-08-14 20:08:47 +02:00
Diego Elio 'Flameeyes' Pettenò
09b9a97e1f Use LT_INIT to explicit that udev needs libtool series 2. 2009-08-08 22:51:18 +02:00