]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ideapad-laptop: include Yoga 3 1170 in add rfkill whitelist
authorArnd Bergmann <arnd@arndb.de>
Fri, 6 Nov 2015 22:26:59 +0000 (23:26 +0100)
committerDarren Hart <dvhart@linux.intel.com>
Mon, 9 Nov 2015 21:23:10 +0000 (13:23 -0800)
commitc789fffc56a1a6c4bd9cbd15269d86089d757214
treebbe793ee15421f75ab0eaba359eefa46ddb5c1fb
parent74caab996c68393c0a985dccfd0ee6b33fb016e6
ideapad-laptop: include Yoga 3 1170 in add rfkill whitelist

This changes the entry to the whitelist of machines that do not have
a physical rfkill switch. Unfortunately, the Yoga 3 generation seems
to use upper-case letters for the YOGA 3 Pro-1370, while it uses normal
capitalization for its Yoga 3 1170 and 1470 siblings.

In order to catch all variants of the Yoga 3, I'm changing both
the entry for the 1470 (using "Yoga" as the name) and the entry for
the Pro 1370 (using all-caps "YOGA") to not match the exact model number
but only the generation. This way, the 1170 and 1470 models share one
entry, but if the firmware changes from one format to the other, it will
still work.

The second entry for Yoga 2 Pro that was recently added for some
reason ended up not being added in alphanumeric order, and I'm
moving the Yoga 3 1470 entry down while making the change, so they
are sorted more logically.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
drivers/platform/x86/ideapad-laptop.c