Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758123AbcCCRRZ (ORCPT ); Thu, 3 Mar 2016 12:17:25 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:47545 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758039AbcCCRRY (ORCPT ); Thu, 3 Mar 2016 12:17:24 -0500 Date: Thu, 3 Mar 2016 09:17:13 -0800 From: Greg Kroah-Hartman To: Jin Qian Cc: linux-kernel@vger.kernel.org, Jeff Sharkey , David Turner , pprabhu@google.com, Yu Ning Subject: Re: allocate an official device major number for virtio device? Message-ID: <20160303171713.GB20826@kroah.com> References: <20160303012530.GA23521@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 220 Lines: 9 On Wed, Mar 02, 2016 at 05:48:24PM -0800, Jin Qian wrote: > Do you mean detecting device name string as in /dev/...? No, I mean reacting to the uevents the kernel gives you when your device shows up. thanks, greg k-h