Diff between 7bd80379a9d85acae1c1b6bcb08c673d9760dee9 and c67bd8faea392e4a9bafb7bff6223d64ded16f0a

Changed Files

File Additions Deletions Status
profiles/input/fakehid.c +10 -0 modified

Full Patch

diff --git a/profiles/input/fakehid.c b/profiles/input/fakehid.c
index e258e60..05f5894 100644
--- a/profiles/input/fakehid.c
+++ b/profiles/input/fakehid.c
@@ -374,6 +374,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,
+	},
 
 	{ },
 };