Auto-detect FN swap feature for newer devices

This commit is contained in:
Peter Wu 2015-05-31 10:56:57 +02:00
parent 73344cbf26
commit a515cc3860
1 changed files with 1 additions and 0 deletions

View File

@ -203,3 +203,4 @@ def check_feature_settings(device, already_known):
check_feature(_SMOOTH_SCROLL[0], _F.HI_RES_SCROLLING)
check_feature(_FN_SWAP[0], _F.FN_INVERSION)
check_feature(_FN_SWAP[0], _F.NEW_FN_INVERSION, 'new_fn_swap')