Re: [PATCH 2/2] iio: magn: bmc150: add support for bmc156

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 12/06/15 09:31, Vlad Dogaru wrote:
> The BMC156 is a slightly less capable version of BMC150 which lacks
> support for magnetometer thresholds.  Since this driver does not support
> those anyway, adding support is trivial.
> 
> Datasheet is available at
> https://ae-bst.resource.bosch.com/media/products/dokumente/bmc156_1/BST-BMC156-DS000-01.pdf
> 
> Signed-off-by: Vlad Dogaru <vlad.dogaru@xxxxxxxxx>
Applied,

Thanks,

Jonathan
> ---
>  drivers/iio/magnetometer/bmc150_magn.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/iio/magnetometer/bmc150_magn.c b/drivers/iio/magnetometer/bmc150_magn.c
> index a0e64f1..cd00271 100644
> --- a/drivers/iio/magnetometer/bmc150_magn.c
> +++ b/drivers/iio/magnetometer/bmc150_magn.c
> @@ -1089,12 +1089,14 @@ static const struct dev_pm_ops bmc150_magn_pm_ops = {
>  
>  static const struct acpi_device_id bmc150_magn_acpi_match[] = {
>  	{"BMC150B", 0},
> +	{"BMC156B", 0},
>  	{},
>  };
>  MODULE_DEVICE_TABLE(acpi, bmc150_magn_acpi_match);
>  
>  static const struct i2c_device_id bmc150_magn_id[] = {
>  	{"bmc150_magn", 0},
> +	{"bmc156_magn", 0},
>  	{},
>  };
>  MODULE_DEVICE_TABLE(i2c, bmc150_magn_id);
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-iio" in



[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Input]     [Linux Kernel]     [Linux SCSI]     [X.org]

  Powered by Linux