Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1463639
| From | Mika Westerberg <mika.westerberg@linux.intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] power: surface3_power: MSHW0011 rev-eng implementation |
| Date | 2016-08-16 12:10 +0200 |
| Message-ID | <s6JtM-1KE-5@gated-at.bofh.it> (permalink) |
| References | <s0icV-6y2-7@gated-at.bofh.it> <s0imB-6Bu-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Jul 29, 2016 at 05:49:26PM +0200, Benjamin Tissoires wrote:
> +static const struct i2c_device_id mshw0011_id[] = {
> + { "MSHW0011:00", 0 },
You should not use ACPI device names in non-ACPI matching table. I think
you can just leave this table empty.
> + { }
> +};
> +MODULE_DEVICE_TABLE(i2c, mshw0011_id);
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 2/2] power: surface3_power: MSHW0011 rev-eng implementation Mika Westerberg <mika.westerberg@linux.intel.com> - 2016-08-16 12:10 +0200
csiph-web