On 23 December 2012 15:54, Damien Zammit damien.zammit@gmail.com wrote:
Plus an incremental patch (Version 5-2)
Sorry I forgot the commit message:
Support for Digidesign Mbox 2 USB sound card:
This patch is the result of a lot of trial and error, since there are no specs available for the device.
This is part two (2) of patch_for_next_dz5.txt and should be applied after it.
This patch fixes two things: 1) A kernel panic caused by incorrect allocation of a u8 variable "bootresponse". 2) A noisy dmesg (urb status -32) caused by broken pipe to an invalid midi endpoint.
It is also a little cleaner because there is no need for a new QUIRK_MIDI type as suggested by kernel developers.
Signed-off-by: Damien Zammit damien@zamaudio.com
---
See previous message for the actual patch (version 5-2)