From 589d60855eedc4d207ed6e79cae3e18c48a4586f Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 25 Oct 2007 10:38:47 +0000 Subject: Add uinput support for AVRCP --- audio/device.h | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/device.h') diff --git a/audio/device.h b/audio/device.h index 3fbf29de..04ce36de 100644 --- a/audio/device.h +++ b/audio/device.h @@ -56,6 +56,7 @@ struct device { DBusConnection *conn; char *adapter_path; char *path; + char *name; bdaddr_t store; bdaddr_t src; bdaddr_t dst; -- cgit