linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add support for Logitech Harmony Adapter for PS3
@ 2012-08-31  2:06 David Dillow
  2012-09-05 18:34 ` Bastien Nocera
  2012-09-07 12:45 ` Johan Hedberg
  0 siblings, 2 replies; 48+ messages in thread
From: David Dillow @ 2012-08-31  2:06 UTC (permalink / raw)
  To: linux-bluetooth

This emulates a Sony BD Remote for the Logitech Harmony series of
universal remotes.
--
 profiles/input/fakehid.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/profiles/input/fakehid.c b/profiles/input/fakehid.c
index 3be1489..dd47287 100644
--- a/profiles/input/fakehid.c
+++ b/profiles/input/fakehid.c
@@ -342,6 +342,16 @@ static struct fake_hid fake_hid_table[] = {
 		.setup_uinput	= ps3remote_setup_uinput,
 		.devices	= NULL,
 	},
+	/* Logitech Harmony Adapter for PS3 */
+	{
+		.vendor		= 0x046d,
+		.product	= 0x0306,
+		.connect	= fake_hid_common_connect,
+		.disconnect	= fake_hid_common_disconnect,
+		.event		= ps3remote_event,
+		.setup_uinput	= ps3remote_setup_uinput,
+		.devices	= NULL,
+	},
 
 	{ },
 };



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

end of thread, other threads:[~2012-10-01  8:40 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-31  2:06 [PATCH] Add support for Logitech Harmony Adapter for PS3 David Dillow
2012-09-05 18:34 ` Bastien Nocera
2012-09-05 19:28   ` David Dillow
2012-09-07 12:45 ` Johan Hedberg
2012-09-10 13:11   ` Luiz Augusto von Dentz
2012-09-10 13:47     ` Bastien Nocera
2012-09-10 13:58       ` Luiz Augusto von Dentz
2012-09-10 19:03         ` Luiz Augusto von Dentz
2012-09-11 14:21           ` Luiz Augusto von Dentz
2012-09-11 20:17             ` Bastien Nocera
2012-09-12 10:56               ` Luiz Augusto von Dentz
2012-09-12 13:17                 ` David Dillow
2012-09-12 13:30                 ` Bastien Nocera
2012-09-12 14:32                   ` Luiz Augusto von Dentz
2012-09-12 20:26                     ` David Herrmann
2012-09-12 22:36                       ` Antonio Ospite
2012-09-13 13:26                         ` David Dillow
2012-09-14  3:04                         ` [KERNEL PATCH] HID: Add support for Sony BD Remote David Dillow
2012-09-14 10:42                           ` Luiz Augusto von Dentz
2012-09-14 12:17                             ` David Dillow
2012-09-16 19:35                           ` David Herrmann
2012-09-16 20:56                             ` David Dillow
2012-09-16 21:12                               ` David Dillow
2012-09-16 22:03                               ` Antonio Ospite
2012-09-17  2:38                               ` David Dillow
2012-09-17 10:04                           ` Antonio Ospite
2012-09-17 10:46                             ` Luiz Augusto von Dentz
2012-09-17 10:52                               ` David Herrmann
2012-09-17 18:18                               ` Bastien Nocera
2012-09-18  0:52                             ` David Dillow
2012-09-18  1:33                               ` [PATCH v2] HID: Add support for Sony PS3 BD Remote Control David Dillow
2012-09-19 16:48                                 ` Antonio Ospite
2012-09-19 16:59                                   ` David Dillow
2012-09-21 20:06                                     ` Antonio Ospite
2012-09-21 20:45                                       ` Bastien Nocera
2012-09-24 11:25                                       ` [RFC, PATCH] hid-ps3remote: handle multiple keypresses for joypad buttons Antonio Ospite
2012-09-24 11:32                                         ` Bastien Nocera
2012-09-24 13:56                                         ` David Dillow
2012-09-25  2:13                                           ` David Dillow
2012-09-25 11:21                                             ` Antonio Ospite
2012-09-25 14:30                                               ` [PATCH v3] HID: Add support for Sony PS3 BD Remote Control Antonio Ospite
2012-09-25 14:43                                                 ` David Dillow
2012-09-25 21:02                                                   ` [PATCH v4] " Antonio Ospite
2012-10-01  8:12                                                     ` Jiri Kosina
2012-10-01  8:19                                                     ` Antonio Ospite
2012-10-01  8:24                                                       ` Jiri Kosina
2012-10-01  8:40                                                         ` Antonio Ospite
2012-09-19 17:05                                   ` [PATCH v2] " Bastien Nocera

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).