All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Artem Egorkine <arteme@gmail.com>
Cc: linux-usb@vger.kernel.org
Subject: Re: [PATCH 1/2] sound: line6: correct midi status byte when receiving data from podxt
Date: Fri, 16 Dec 2022 12:00:54 +0100	[thread overview]
Message-ID: <Y5xP5ihBfHXUA7Un@kroah.com> (raw)
In-Reply-To: <20221216100239.577805-1-arteme@gmail.com>

On Fri, Dec 16, 2022 at 12:02:38PM +0200, Artem Egorkine wrote:
> A PODxt device sends 0xb2, 0xc2 or 0xf2 as a status byte for MIDI
> messages over USB that should otherwise have a 0xb0, 0xc0 or 0xf0
> status byte. This is usually corrected by the driver on other OSes.
> 
> This fixes MIDI sysex messages sent by PODxt.
> 
> Signed-off-by: Artem Egorkine <arteme@gmail.com>

Note, you also add debug logic here, that should be a separate patch,
right?

thanks,

greg k-h

      parent reply	other threads:[~2022-12-16 11:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-16 10:02 [PATCH 1/2] sound: line6: correct midi status byte when receiving data from podxt Artem Egorkine
2022-12-16 10:02 ` [PATCH 2/2] sound: line6: fix stack overflow in line6_midi_transmit Artem Egorkine
2022-12-16 10:59 ` [PATCH 1/2] sound: line6: correct midi status byte when receiving data from podxt Greg KH
2022-12-16 11:00 ` Greg KH
2022-12-16 11:00 ` Greg KH [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=Y5xP5ihBfHXUA7Un@kroah.com \
    --to=greg@kroah.com \
    --cc=arteme@gmail.com \
    --cc=linux-usb@vger.kernel.org \
    /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.