mma7660.c (16217dc79dbc599b110dda26d0421df47904bba4) | mma7660.c (5620318828dce80748c0a8e5fa2775957cf28347) |
---|---|
1/** 2 * Freescale MMA7660FC 3-Axis Accelerometer 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. --- 237 unchanged lines hidden (view full) --- 246#else 247#define MMA7660_PM_OPS NULL 248#endif 249 250static const struct i2c_device_id mma7660_i2c_id[] = { 251 {"mma7660", 0}, 252 {} 253}; | 1/** 2 * Freescale MMA7660FC 3-Axis Accelerometer 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. --- 237 unchanged lines hidden (view full) --- 246#else 247#define MMA7660_PM_OPS NULL 248#endif 249 250static const struct i2c_device_id mma7660_i2c_id[] = { 251 {"mma7660", 0}, 252 {} 253}; |
254MODULE_DEVICE_TABLE(i2c, mma7660_i2c_id); |
|
254 255static const struct acpi_device_id mma7660_acpi_id[] = { 256 {"MMA7660", 0}, 257 {} 258}; 259 260MODULE_DEVICE_TABLE(acpi, mma7660_acpi_id); 261 --- 16 unchanged lines hidden --- | 255 256static const struct acpi_device_id mma7660_acpi_id[] = { 257 {"MMA7660", 0}, 258 {} 259}; 260 261MODULE_DEVICE_TABLE(acpi, mma7660_acpi_id); 262 --- 16 unchanged lines hidden --- |