From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com ([134.134.136.20]:23834 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750736Ab3GJPVY (ORCPT ); Wed, 10 Jul 2013 11:21:24 -0400 Message-ID: <51DD7D78.2020506@linux.intel.com> Date: Wed, 10 Jul 2013 08:27:52 -0700 From: Srinivas Pandruvada MIME-Version: 1.0 To: Alexander Holler CC: linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, Jonathan Cameron , Srinivas Pandruvada Subject: Re: [PATCH 0/4] iio: hid-sensor: add module alias for autoload References: <1373445120-5407-1-git-send-email-holler@ahsoftware.de> In-Reply-To: <1373445120-5407-1-git-send-email-holler@ahsoftware.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org Hi, There was no intention to prevent auto loading. Did you get chance to test these changes? Thanks, Srinivas On 07/10/2013 01:31 AM, Alexander Holler wrote: > Hello, > > I'm not sure if it was by intention that none of the hid-sensor drivers > were loaded automatically. But I assume it was not by intention. > > Therefor I've added a module alias to every hid-sensor driver by adding > a MODULE_DEVICE_TABLE. > > This has another benefit: it makes it possible to use a normale driver name. > > Therefor I've changed all driver names to KBUILD_MODNAME instead of > HID-SENSOR-2000xx as the later isn't very descriptive when starring at > kernel messages. > > Regards, > > Alexander Holler > > -- > To unsubscribe from this list: send the line "unsubscribe linux-iio" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >