hp206c.c (2f37dd131c5d3a2eac21cd5baf80658b1b02a8ac) hp206c.c (cdd469ad9e008a58ed465efa09f8594f1387e8ce)
1/*
2 * hp206c.c - HOPERF HP206C precision barometer and altimeter sensor
3 *
4 * Copyright (c) 2016, Intel Corporation.
5 *
6 * This file is subject to the terms and conditions of version 2 of
7 * the GNU General Public License. See the file COPYING in the main
8 * directory of this archive for more details.

--- 387 unchanged lines hidden (view full) ---

396
397 return devm_iio_device_register(&client->dev, indio_dev);
398}
399
400static const struct i2c_device_id hp206c_id[] = {
401 {"hp206c"},
402 {}
403};
1/*
2 * hp206c.c - HOPERF HP206C precision barometer and altimeter sensor
3 *
4 * Copyright (c) 2016, Intel Corporation.
5 *
6 * This file is subject to the terms and conditions of version 2 of
7 * the GNU General Public License. See the file COPYING in the main
8 * directory of this archive for more details.

--- 387 unchanged lines hidden (view full) ---

396
397 return devm_iio_device_register(&client->dev, indio_dev);
398}
399
400static const struct i2c_device_id hp206c_id[] = {
401 {"hp206c"},
402 {}
403};
404MODULE_DEVICE_TABLE(i2c, hp206c_id);
404
405#ifdef CONFIG_ACPI
406static const struct acpi_device_id hp206c_acpi_match[] = {
407 {"HOP206C", 0},
408 { },
409};
410MODULE_DEVICE_TABLE(acpi, hp206c_acpi_match);
411#endif

--- 15 unchanged lines hidden ---
405
406#ifdef CONFIG_ACPI
407static const struct acpi_device_id hp206c_acpi_match[] = {
408 {"HOP206C", 0},
409 { },
410};
411MODULE_DEVICE_TABLE(acpi, hp206c_acpi_match);
412#endif

--- 15 unchanged lines hidden ---