diff options
| author | Takashi Iwai <tiwai@suse.de> | 2015-10-20 11:19:40 +0300 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2015-10-20 11:19:40 +0300 |
| commit | c80a1daa7eb6470b84868ed135a26f414b02bf2e (patch) | |
| tree | c587c1fa6ad7e6d40d61c21b7daf03e75ac867be /include/linux | |
| parent | 9a30ae2df29c27eca58581862928ee2c7bbdfa76 (diff) | |
| parent | b6e84c99b121fcba34166842987be96956148bb8 (diff) | |
| download | linux-c80a1daa7eb6470b84868ed135a26f414b02bf2e.tar.xz | |
Merge branch 'topic/hda-modalias' into for-next
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mod_devicetable.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h index 688997a24aad..00825672d256 100644 --- a/include/linux/mod_devicetable.h +++ b/include/linux/mod_devicetable.h @@ -219,6 +219,14 @@ struct serio_device_id { __u8 proto; }; +struct hda_device_id { + __u32 vendor_id; + __u32 rev_id; + __u8 api_version; + const char *name; + unsigned long driver_data; +}; + /* * Struct used for matching a device */ |
