From 3ef17a4e93c33657c59df092f06057b014adfabd Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Fri, 18 May 2007 20:57:09 +0000 Subject: serial: removed dev_id from GetInfo --- serial/port.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/serial/port.c b/serial/port.c index 64a72ff9..22fc0129 100644 --- a/serial/port.c +++ b/serial/port.c @@ -123,9 +123,6 @@ static DBusHandlerResult port_get_info(DBusConnection *conn, dbus_message_iter_append_dict_entry(&dict, "address", DBUS_TYPE_STRING, &pbda); - dbus_message_iter_append_dict_entry(&dict, "dev_id", - DBUS_TYPE_INT16, &node->id); - dbus_message_iter_close_container(&iter, &dict); return send_message_and_unref(conn, reply); -- cgit