[kernel] r17212 - in dists/sid/linux-2.6/debian: . patches/features/all patches/series

Ben Hutchings benh at alioth.debian.org
Fri Apr 8 00:02:55 UTC 2011


Author: benh
Date: Fri Apr  8 00:02:43 2011
New Revision: 17212

Log:
usb-audio: Define another USB ID for a buggy USB MIDI cable (Closes: #617743)

Added:
   dists/sid/linux-2.6/debian/patches/features/all/ALSA-usb-audio-define-another-USB-ID-for-a-buggy-USB.patch
   dists/sid/linux-2.6/debian/patches/series/4
Modified:
   dists/sid/linux-2.6/debian/changelog

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	Thu Apr  7 02:40:55 2011	(r17211)
+++ dists/sid/linux-2.6/debian/changelog	Fri Apr  8 00:02:43 2011	(r17212)
@@ -1,3 +1,11 @@
+linux-2.6 (2.6.38-4) UNRELEASED; urgency=low
+
+  [ Ben Hutchings ]
+  * usb-audio: Define another USB ID for a buggy USB MIDI cable
+    (Closes: #617743)
+
+ -- Ben Hutchings <ben at decadent.org.uk>  Fri, 08 Apr 2011 00:59:57 +0100
+
 linux-2.6 (2.6.38-3) unstable; urgency=low
 
   [ Ben Hutchings ]

Added: dists/sid/linux-2.6/debian/patches/features/all/ALSA-usb-audio-define-another-USB-ID-for-a-buggy-USB.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/sid/linux-2.6/debian/patches/features/all/ALSA-usb-audio-define-another-USB-ID-for-a-buggy-USB.patch	Fri Apr  8 00:02:43 2011	(r17212)
@@ -0,0 +1,33 @@
+From: Tarek Soliman <tarek at bashasoliman.com>
+Date: Mon, 4 Apr 2011 09:23:53 -0500
+Subject: [PATCH] ALSA: usb-audio: define another USB ID for a buggy USB MIDI cable
+
+commit 49c039f071d36586ba32da75996ef339e4ab8405 upstream.
+
+There are many USB MIDI cables out there that have buggy
+firmware that reports it can do more than 4 bytes in a
+packet when they can only properly handle 4
+
+This patch adds the ID of yet another one of those cables
+
+Signed-off-by: Tarek Soliman <tarek at bashasoliman.com>
+Signed-off-by: Takashi Iwai <tiwai at suse.de>
+---
+ sound/usb/midi.c |    1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/sound/usb/midi.c b/sound/usb/midi.c
+index b4b39c0..f928910 100644
+--- a/sound/usb/midi.c
++++ b/sound/usb/midi.c
+@@ -1301,6 +1301,7 @@ static int snd_usbmidi_out_endpoint_create(struct snd_usb_midi* umidi,
+ 	case USB_ID(0x15ca, 0x0101): /* Textech USB Midi Cable */
+ 	case USB_ID(0x15ca, 0x1806): /* Textech USB Midi Cable */
+ 	case USB_ID(0x1a86, 0x752d): /* QinHeng CH345 "USB2.0-MIDI" */
++	case USB_ID(0xfc08, 0x0101): /* Unknown vendor Cable */
+ 		ep->max_transfer = 4;
+ 		break;
+ 		/*
+-- 
+1.7.4.1
+

Added: dists/sid/linux-2.6/debian/patches/series/4
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/sid/linux-2.6/debian/patches/series/4	Fri Apr  8 00:02:43 2011	(r17212)
@@ -0,0 +1 @@
++ features/all/ALSA-usb-audio-define-another-USB-ID-for-a-buggy-USB.patch



More information about the Kernel-svn-changes mailing list