Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L linux-coresight-backports
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • linux-arm
  • linux-coresight-backports
  • Repository
Switch branch/tag
  • linux-coresight-backports
  • drivers
  • platform
  • x86
  • dell-wmi.c
Find file BlameHistoryPermalink
  • Kai Heng Feng's avatar
    platform/x86: dell-wmi: Ignore new rfkill and fn-lock events · 64b82464
    Kai Heng Feng authored Jun 01, 2018
    
    
    There are two new events generated by dell-wmi, rfkill and fn-lock, from
    Dell Systems.
    
    When Fn-lock hotkey gets pressed to switch to function mode:
    [85951.591542] dell_wmi: Unknown key with type 0x0010 and code 0xe035
    pressed
    [85951.591546] dell_wmi: Unknown key with type 0x0010 and code 0x0000
    pressed
    
    When Fn-lock hotkey gets pressed to switch to multimedia mode:
    [85956.667686] dell_wmi: Unknown key with type 0x0010 and code 0xe035
    pressed
    [85956.667690] dell_wmi: Unknown key with type 0x0010 and code 0x0001
    pressed
    
    When radio hotkey gets pressed:
    [85974.430220] dell_wmi: Unknown key with type 0x0010 and code 0xe008
    pressed
    
    These events are for notification purpose, so we can ignore them.
    
    This patch is tested on XPS 9370.
    
    Reviewed-by: default avatarPali Rohár <pali.rohar@gmail.com>
    Reviewed-by: default avatarMario Limonciello <mario.limonciello@dell.com>
    Signed-off-by: default avatarKai-Heng Feng <kai.heng.feng@canonical.com>
    Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
    64b82464