All of lore.kernel.org
 help / color / mirror / Atom feed
From: simon@mungewell.org
To: Antonio Ospite <ospite@studenti.unina.it>
Cc: simon@mungewell.org, linux-input@vger.kernel.org,
	Marcin Tolysz <tolysz@gmail.com>
Subject: Re: Byte swapping u16 data in HID report
Date: Wed, 1 Jun 2011 11:02:44 -0400	[thread overview]
Message-ID: <dcea9655b8d109dafa45f240f7aebf9f.squirrel@host171.canaca.com> (raw)
In-Reply-To: <20110601125832.78d862ee.ospite@studenti.unina.it>


> Marcin Tolysz (added to CC), worked on the sixaxis descriptor before,
> see http://permalink.gmane.org/gmane.linux.bluez.kernel/5184

Looks like this is over a year old, so I presume that it got dropped.

For reference I use a small(er) shim to the existing descriptor
--
static const u8 sixaxis_rdesc_fixup[] = {
    0x95, 0x13, 0x09, 0x01, 0x81, 0x02, 0x95, 0x0C,
    0x81, 0x01, 0x75, 0x10, 0x95, 0x04, 0x26, 0xFF,
    0x03, 0x46, 0xFF, 0x03, 0x09, 0x01, 0x81, 0x02
    };
--
    if ((sc->quirks & SIXAXIS_CONTROLLER_USB) &&
            *rsize == 148 && rdesc[83] == 0x75) {
        hid_info(hdev, "Fixing up Sony Sixaxis report descriptor\n");
        memcpy((void *)&rdesc[83], (void *) &sixaxis_rdesc_fixup,
sizeof(sixaxis_rdesc_fixup));
--

I'll look at the byte swap stuff from Marcin's patch and submit a patch
here it appears to work.

BTW. There are a great set of tools for encoding/decoding the HID
descriptors here:
http://digimend.sourceforge.net/

Cheers,
Simon


      reply	other threads:[~2011-06-01 15:02 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-01  5:32 Byte swapping u16 data in HID report simon
2011-05-23 10:19 ` [PATCH 1/2] sony_ff_hid_descriptor Simon Wood
2011-05-23 10:19   ` [PATCH 2/2] sony_ff_byteswap_accelerometer Simon Wood
2011-06-01 19:53     ` Antonio Ospite
2011-06-01 19:49   ` [PATCH 1/2] sony_ff_hid_descriptor Antonio Ospite
2011-06-07 13:32     ` Jiri Kosina
2011-06-07 13:32       ` Jiri Kosina
2011-06-07 14:12       ` Antonio Ospite
2011-06-07 15:53       ` simon
2011-06-07 19:40         ` Antonio Ospite
2011-05-23 10:23 ` Simon Wood
2011-05-23 10:23   ` [PATCH 2/2] sony_ff_byteswap_accelerometer Simon Wood
2011-06-01 10:58 ` Byte swapping u16 data in HID report Antonio Ospite
2011-06-01 15:02   ` simon [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=dcea9655b8d109dafa45f240f7aebf9f.squirrel@host171.canaca.com \
    --to=simon@mungewell.org \
    --cc=linux-input@vger.kernel.org \
    --cc=ospite@studenti.unina.it \
    --cc=tolysz@gmail.com \
    /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.