* [PATCH] Remove sixaxis quirk
@ 2010-02-05 13:52 Bastien Nocera
2010-02-05 14:56 ` Marcel Holtmann
0 siblings, 1 reply; 2+ messages in thread
From: Bastien Nocera @ 2010-02-05 13:52 UTC (permalink / raw)
To: BlueZ development
[-- Attachment #1: Type: text/plain, Size: 40 bytes --]
As it's now done in the kernel.
Cheers
[-- Attachment #2: 0001-Remove-Sixaxis-quirk-now-in-the-kernel.patch --]
[-- Type: text/x-patch, Size: 904 bytes --]
>From 67fbab5f326492dc0f3a9190f6e184bfbdefae30 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@hadess.net>
Date: Fri, 5 Feb 2010 13:49:55 +0000
Subject: [PATCH] Remove Sixaxis quirk, now in the kernel
The quirk in input/device.c to make the Sixaxis joypad operational
in Bluetooth mode is now available directly in the kernel.
---
input/device.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/input/device.c b/input/device.c
index c8ef1ad..922dc98 100644
--- a/input/device.c
+++ b/input/device.c
@@ -659,12 +659,6 @@ static int hidp_add_connection(const struct input_device *idev,
}
}
- if (req->vendor == 0x054c && req->product == 0x0268) {
- unsigned char buf[] = { 0x53, 0xf4, 0x42, 0x03, 0x00, 0x00 };
- int sk = g_io_channel_unix_get_fd(iconn->ctrl_io);
- err = write(sk, buf, sizeof(buf));
- }
-
err = ioctl_connadd(req);
cleanup:
--
1.6.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-02-05 14:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-05 13:52 [PATCH] Remove sixaxis quirk Bastien Nocera
2010-02-05 14:56 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox