summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-04-21 13:59:35 +0200
committerGerd Hoffmann <kraxel@redhat.com>2010-04-21 13:59:35 +0200
commitc08af0b3c00d9e8d01da8d3f2e235e204ad58e3e (patch)
tree671bcbbeb4fe92261f6e85f5145c04baa8c59a18
parent857ab7bf502c2033a81b0f35ee764b1b181934be (diff)
redhat is .com not .org
-rw-r--r--99-vdagent.rules4
-rw-r--r--vdagent.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/99-vdagent.rules b/99-vdagent.rules
index 42cbc49..48c2389 100644
--- a/99-vdagent.rules
+++ b/99-vdagent.rules
@@ -1,2 +1,2 @@
-KERNEL=="vport*", ATTR{name}=="org.redhat.spice.0" RUN+="/sbin/modprobe uinput"
-KERNEL=="vport*", ATTR{name}=="org.redhat.spice.0" RUN+="/sbin/vdagent"
+KERNEL=="vport*", ATTR{name}=="com.redhat.spice.0" RUN+="/sbin/modprobe uinput"
+KERNEL=="vport*", ATTR{name}=="com.redhat.spice.0" RUN+="/sbin/vdagent"
diff --git a/vdagent.c b/vdagent.c
index 26f743f..db1aea0 100644
--- a/vdagent.c
+++ b/vdagent.c
@@ -35,7 +35,7 @@ typedef struct __attribute__ ((__packed__)) vmc_message {
/* variables */
-static const char *portdev = "/dev/virtio-ports/org.redhat.spice.0";
+static const char *portdev = "/dev/virtio-ports/com.redhat.spice.0";
static const char *uinput = "/dev/uinput";
static int vmc, tablet;