[gnome-settings-daemon] updates: fix the firmware auto-installing
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] updates: fix the firmware auto-installing
- Date: Fri, 8 Apr 2011 13:59:12 +0000 (UTC)
commit 2e1067d7813e823331fb02cac837980ca4224571
Author: Richard Hughes <richard hughsie com>
Date: Wed Apr 6 09:42:16 2011 +0100
updates: fix the firmware auto-installing
UDev has switched to /run/udev rather than /dev/.udev for firmware requests.
---
From: Kay Sievers <kay sievers vrfy org>
Date: Fri, 8 Apr 2011 03:12:20 +0200
Subject: /run/udev vs. /dev/.udev
Content-Type: text/plain; charset=UTF-8
hey,
you asked for a ping when this stuff hit fedora. it's there,
/dev/.udev not coming back, you can switch the define.
cheers,
kay
plugins/updates/gsd-updates-firmware.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/updates/gsd-updates-firmware.c b/plugins/updates/gsd-updates-firmware.c
index f972a17..fdddace 100644
--- a/plugins/updates/gsd-updates-firmware.c
+++ b/plugins/updates/gsd-updates-firmware.c
@@ -48,7 +48,7 @@
static void gsd_updates_firmware_finalize (GObject *object);
#define GSD_UPDATES_FIRMWARE_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), GSD_UPDATES_TYPE_FIRMWARE, GsdUpdatesFirmwarePrivate))
-#define GSD_UPDATES_FIRMWARE_MISSING_DIR "/dev/.udev/firmware-missing"
+#define GSD_UPDATES_FIRMWARE_MISSING_DIR "/run/udev/firmware-missing"
#define GSD_UPDATES_FIRMWARE_LOADING_DIR "/lib/firmware"
#define GSD_UPDATES_FIRMWARE_LOGIN_DELAY 10 /* seconds */
#define GSD_UPDATES_FIRMWARE_PROCESS_DELAY 2 /* seconds */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]