From mboxrd@z Thu Jan 1 00:00:00 1970 From: Max Krasnyansky Subject: Re: [Qemu-devel] Re: [PATCH 2/5] husb: support for USB host device auto connect. Date: Mon, 18 Aug 2008 11:16:06 -0700 Message-ID: <48A9BC66.3090903@kernel.org> References: <48A46033.3070200@codemonkey.ws> <48A489D3.5070900@kernel.org> <48A493DE.40506@codemonkey.ws> <48A496E9.2030800@kernel.org> <48A49878.1010502@codemonkey.ws> <20080815074638.GA31016@bogon.ms20.nix> <48A5C9F2.5080400@kernel.org> <48A982FF.8070903@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: =?ISO-8859-1?Q?Guido_G=FCnther?= , qemu-devel@nongnu.org, kvm@vger.kernel.org To: Anthony Liguori Return-path: Received: from hera.kernel.org ([140.211.167.34]:41450 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752623AbYHRSQn (ORCPT ); Mon, 18 Aug 2008 14:16:43 -0400 In-Reply-To: <48A982FF.8070903@codemonkey.ws> Sender: kvm-owner@vger.kernel.org List-ID: Anthony Liguori wrote: > Max Krasnyansky wrote: >> Guido G=FCnther wrote: >> =20 >>> What about /dev/bus/usb - it supports inotify fine on udev? >>> =20 >> >> Yes it should since it's a regular filesystem. >> =20 >=20 > I was thinking of this too since /proc/bus/usb is deprecated in favor= of=20 > /dev/bus/usb. If someone was willing to port QEMU to /dev/bus/usb, i= t=20 > would be greatly appreciated! Sure. It's a one liner. I have one more patch for UHCI and a couple for= =20 usb-linux. I'll include this as well. Max