diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-09-06 02:09:05 +0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-09-06 02:09:05 +0300 |
commit | 26dc8445ffa66aa3c933442848c3a92070b25fb7 (patch) | |
tree | b4c0216eae7e216a6918d227bf72cbcf186cef94 /input | |
parent | 8b2e688eaf5b71006c72cf91a8e4df3c0c41c306 (diff) |
Fix audio and input interfaces match the API documentation
Diffstat (limited to 'input')
-rw-r--r-- | input/device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/input/device.c b/input/device.c index e5fe0c46..44bec0d6 100644 --- a/input/device.c +++ b/input/device.c @@ -52,7 +52,7 @@ #include "fakehid.h" #include "glib-helper.h" -#define INPUT_DEVICE_INTERFACE "org.bluez.input.Device" +#define INPUT_DEVICE_INTERFACE "org.bluez.Input" #define BUF_SIZE 16 |