All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Input1 Connectability revisited
@ 2013-04-04 21:31 Alex Deymo
  2013-04-04 21:31 ` [PATCH v4 1/2] input: Documentation for new Input1 interface Alex Deymo
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Alex Deymo @ 2013-04-04 21:31 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: marcel, keybuk, vinicius.gomes, Alex Deymo

New version of this patch using Vinicius idea of ReconnectMode, except that
instead of "passive" and "active" we use "Host" and "Device", since the
the passive/active is relative to what end are you talking about (host/device)
Names are free to change.

Also, this patch set removes the input config file introduced in a previous
version of this patch. This property is readonly after all, and is derived
from the SDP record passed to the Input plugin init (input_device_register).
This SDP record comes from the SDP cache and hid_device_probe ensures it is
not NULL.

Comments are welcomed!

Alex Deymo (2):
  input: Documentation for new Input1 interface
  input: Implement the new ReconnectMode Input1 property.

 doc/input-api.txt       | 32 ++++++++++++++++++
 profiles/input/device.c | 89 +++++++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 118 insertions(+), 3 deletions(-)
 create mode 100644 doc/input-api.txt

-- 
1.8.1.3


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-04-05  2:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-04 21:31 [PATCH v4 0/2] Input1 Connectability revisited Alex Deymo
2013-04-04 21:31 ` [PATCH v4 1/2] input: Documentation for new Input1 interface Alex Deymo
2013-04-04 21:31 ` [PATCH v4 2/2] input: Implement the new ReconnectMode Input1 property Alex Deymo
2013-04-04 21:49   ` Vinicius Costa Gomes
2013-04-04 21:44 ` [PATCH v4 0/2] Input1 Connectability revisited Vinicius Costa Gomes
2013-04-05  2:47   ` Alex Deymo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.