* [PATCH] Fix PS3 BD remote "pairing"
@ 2008-10-10 0:14 Bastien Nocera
2008-10-10 14:51 ` Marcel Holtmann
0 siblings, 1 reply; 2+ messages in thread
From: Bastien Nocera @ 2008-10-10 0:14 UTC (permalink / raw)
To: linux-bluetooth
[-- Attachment #1: Type: text/plain, Size: 131 bytes --]
The PS3 BD remote doesn't really want to be paired, CreateDevice on
it will be enough to get the it connected and working.
Cheers
[-- Attachment #2: 0001-Fix-PS3-BD-remote-pairing.patch --]
[-- Type: text/x-patch, Size: 870 bytes --]
>From dd1c0184849b12bbda466a2f6bef3d5ff9a1b825 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@hadess.net>
Date: Fri, 10 Oct 2008 01:12:18 +0100
Subject: [PATCH] Fix PS3 BD remote "pairing"
The PS3 BD remote doesn't really want to be paired, CreateDevice on
it will be enough to get the it connected and working.
---
wizard/main.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/wizard/main.c b/wizard/main.c
index cf731e7..ef61f90 100644
--- a/wizard/main.c
+++ b/wizard/main.c
@@ -208,6 +208,10 @@ static void prepare_callback(GtkWidget *assistant,
if (target_type == BLUETOOTH_TYPE_MOUSE)
path = NULL;
+ /* PS3 BD Remote */
+ if (g_str_equal(target_name, "BD Remote Control") == TRUE)
+ path = NULL;
+
bluetooth_client_create_device(client, target_address,
path, create_callback, assistant);
}
--
1.6.0.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-10 14:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-10 0:14 [PATCH] Fix PS3 BD remote "pairing" Bastien Nocera
2008-10-10 14:51 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox