Skip to content
  1. Apr 11, 2010
    • Takashi Iwai's avatar
      ALSA: usb - Fix Oops after usb-midi disconnection · 29aac005
      Takashi Iwai authored
      
      
      usb-midi causes sometimes Oops at snd_usbmidi_output_drain() after
      disconnection.  This is due to the access to the endpoints which have
      been already released at disconnection while the files are still alive.
      
      This patch fixes the problem by checking disconnection state at
      snd_usbmidi_output_drain() and by releasing urbs but keeping the
      endpoint instances until really all freed.
      
      Tested-by: default avatarTvrtko Ursulin <tvrtko@ursulin.net>
      Cc: <stable@kernel.org>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      29aac005
  2. Apr 07, 2010
  3. Apr 04, 2010
  4. Mar 29, 2010
  5. Mar 26, 2010
  6. Mar 24, 2010
  7. Mar 21, 2010
  8. Mar 20, 2010
  9. Mar 19, 2010