From: Takashi Iwai <tiwai@suse.de>
To: karsten wiese <annabellesgarden@yahoo.de>
Cc: Clemens Ladisch <clemens@ladisch.de>,
Devel Alsa <alsa-devel@lists.sourceforge.net>
Subject: Re: [PATCH] reenable MIDI for usx2y
Date: Wed, 30 Mar 2005 15:00:48 +0200 [thread overview]
Message-ID: <s5hd5thguf3.wl@alsa2.suse.de> (raw)
In-Reply-To: <20050327120012.26503.qmail@web26510.mail.ukl.yahoo.com>
At Sun, 27 Mar 2005 14:00:12 +0200 (CEST),
karsten wiese wrote:
>
> Hi Clemens,
>
> usx2y needs to specify exactly what usb-endpoints to use.
> this feature got lost lately and is restored by attached
> patch. Please apply!
IMO, it's better to fix snd_usbmidi_detect_endpoints() to check
in_ep and out_ep rather than its caller.
Takashi
>
> rgds,
> Karsten
>
> Canonical Patch:
> ------------------------------------------------------
> Don't detect MIDI usb-endpoint, if quirk specifies it
>
> If for QUIRK_MIDI_FIXED_ENDPOINT a struct
> snd_usb_midi_endpoint_info's
> members out_ep or in_ep are != 0,
> they shall be treated as exactly what usb-endpoints to use.
> This rule was lost due to a recent change in usbmidi.c
> and is reestablished by attached patch.
>
> signed-of-by: Karsten Wiese <annabellesgarden@yahoo.de>
>
>
>
>
>
>
> ___________________________________________________________
> Gesendet von Yahoo! Mail - Jetzt mit 250MB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de
> [2 usbmidi.c.patch <text/x-diff (7bit)>]
> Index: usbmidi.c
> ===================================================================
> RCS file: /cvsroot/alsa/alsa-kernel/usb/usbmidi.c,v
> retrieving revision 1.45
> diff -U3 -r1.45 usbmidi.c
> --- usbmidi.c 24 Mar 2005 07:17:17 -0000 1.45
> +++ usbmidi.c 25 Mar 2005 13:46:50 -0000
> @@ -1492,7 +1492,8 @@
> case QUIRK_MIDI_FIXED_ENDPOINT:
> memcpy(&endpoints[0], quirk->data,
> sizeof(snd_usb_midi_endpoint_info_t));
> - err = snd_usbmidi_detect_endpoints(umidi, &endpoints[0], 1);
> + err = (endpoints[0].in_ep || endpoints[0].out_ep) ? 0 :
> + snd_usbmidi_detect_endpoints(umidi, &endpoints[0], 1);
> break;
> case QUIRK_MIDI_YAMAHA:
> err = snd_usbmidi_detect_yamaha(umidi, &endpoints[0]);
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
next prev parent reply other threads:[~2005-03-30 13:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-27 12:00 [PATCH] reenable MIDI for usx2y karsten wiese
2005-03-30 13:00 ` Takashi Iwai [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-03-30 13:49 karsten wiese
2005-03-30 13:54 ` Takashi Iwai
2005-03-30 15:22 ` Clemens Ladisch
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=s5hd5thguf3.wl@alsa2.suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@lists.sourceforge.net \
--cc=annabellesgarden@yahoo.de \
--cc=clemens@ladisch.de \
/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.