From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPq3r-0004QV-IW for qemu-devel@nongnu.org; Fri, 27 May 2011 01:58:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QPq3q-0005cc-MI for qemu-devel@nongnu.org; Fri, 27 May 2011 01:58:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26121) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPq3q-0005XP-ER for qemu-devel@nongnu.org; Fri, 27 May 2011 01:58:14 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p4R5wBZV023652 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 27 May 2011 01:58:12 -0400 Message-ID: <4DDF3D71.5040105@redhat.com> Date: Fri, 27 May 2011 07:58:09 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1306406654-19351-1-git-send-email-kraxel@redhat.com> <1306406654-19351-2-git-send-email-kraxel@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 01/12] usb-linux: catch NODEV in more places. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org On 05/26/11 20:20, Markus Armbruster wrote: > Gerd Hoffmann writes: > >> Factor out disconnect code (called when a device disappears) to a >> separate function. Add a check for NODEV errno to a few more places to >> make sure we notice disconnects. > > Ah, you mean ENODEV! Suddenly the subject makes sense. Fix it up? Done. thanks, Gerd