From: Marc <case@corpsmoderne.net>
To: Antonio Ospite <ospite@studenti.unina.it>,
Benjamin Tissoires <btissoir@redhat.com>
Cc: linux-input@vger.kernel.org
Subject: Re: About the PS3 Sixaxis linux driver
Date: Tue, 05 Nov 2013 00:03:06 +0100 [thread overview]
Message-ID: <527827AA.7050406@corpsmoderne.net> (raw)
In-Reply-To: <20131104221824.2bd181e60f01f41e1e4f4898@studenti.unina.it>
Thanks a lot Benjamin (and everyone) to handle this.
Just to let you know, I've updated from 3.5 to 3.11
(basically, from stock ubuntu-12.04 to stock ubuntu-13.10)
and the bug is still there.
On 11/04/2013 10:18 PM, Antonio Ospite wrote:
> The problem with the left D-PAD should be the one I talk about here:
> http://www.spinics.net/lists/linux-input/msg16881.html
I'll try that as soon as possible, but as you noted, it's not a viable
solution for the long term...
> Marc, if you need the latest BlueZ patches for pairing the sixaxis for
> BT operation just let me know.
I forgot to say I've only tested through tethered USB. I'm not even
sure to have a functioning BT host :) but thanks for the proposal.
On 11/04/2013 10:40 PM, simon@mungewell.org wrote:
> We did some patching here:
>
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/drivers/hid/hid-sony.c?id=refs/tags/v3.12#n301
>
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/hid/hid-sony.c?id=61ab44bebdefab296487e7cd723a634849278827
The kernel I'm currently running (ubuntu-saucy) includes this patch.
Also, I'm not very good at this, but I've made a diff of the last
version of hid-sony.c and the version currently in ubuntu-saucy (3.11) :
the changes are minimal and can't have fixed the bug (see bellow).
$ diff hid-sony.c ~/ubuntu-saucy/drivers/hid/hid-sony.c
631c631
< sc = devm_kzalloc(&hdev->dev, sizeof(*sc), GFP_KERNEL);
---
> sc = kzalloc(sizeof(*sc), GFP_KERNEL);
643c643
< return ret;
---
> goto err_free;
656c656
< return ret;
---
> goto err_free;
675a676,677
> err_free:
> kfree(sc);
686a689
> kfree(sc);
--
Marc
prev parent reply other threads:[~2013-11-04 23:09 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <526A697E.7050605@corpsmoderne.net>
2013-11-04 20:37 ` About the PS3 Sixaxis linux driver Benjamin Tissoires
2013-11-04 21:07 ` simon
2013-11-04 21:18 ` Antonio Ospite
2013-11-04 21:40 ` simon
2013-11-16 17:06 ` Antonio Ospite
2013-11-18 15:38 ` Benjamin Tissoires
2013-11-18 16:25 ` Antonio Ospite
2013-11-18 17:02 ` Benjamin Tissoires
2013-11-04 23:03 ` Marc [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=527827AA.7050406@corpsmoderne.net \
--to=case@corpsmoderne.net \
--cc=btissoir@redhat.com \
--cc=linux-input@vger.kernel.org \
--cc=ospite@studenti.unina.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.