They are both set to none and will result in no id being added to the device. This is a backport of: commit 689ae231afbac8979f96100b372a5a73458baaa9 Author: Jean Delvare <khali@xxxxxxxxxxxx> Date: Fri Jul 27 22:14:59 2012 +0200 platform: Add support for automatic device IDs Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- include/linux/compat-3.7.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/linux/compat-3.7.h b/include/linux/compat-3.7.h index 6b1d2cf..dd05e00 100644 --- a/include/linux/compat-3.7.h +++ b/include/linux/compat-3.7.h @@ -197,6 +197,9 @@ static inline s64 nla_get_s64(struct nlattr *nla) return tmp; } +#define PLATFORM_DEVID_NONE (-1) +#define PLATFORM_DEVID_AUTO (-1) + #else /* (LINUX_VERSION_CODE > KERNEL_VERSION(3,7,0)) */ #define netlink_notify_portid(__notify) (__notify->portid) #define genl_info_snd_portid(__genl_info) (__genl_info->snd_portid) -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html