From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932423AbcFGXcm (ORCPT ); Tue, 7 Jun 2016 19:32:42 -0400 Received: from mail-wm0-f46.google.com ([74.125.82.46]:37861 "EHLO mail-wm0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932371AbcFGXcj (ORCPT ); Tue, 7 Jun 2016 19:32:39 -0400 From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Matthew Garrett , Darren Hart , Gabriele Mazzotta , =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Cc: Mario Limonciello , Andy Lutomirski , Alex Hung , platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org, =?UTF-8?q?Pali=20Roh=C3=A1r?= Subject: [PATCH v2 0/4] dell-wmi: Changes in WMI event code handling Date: Wed, 8 Jun 2016 01:32:23 +0200 Message-Id: <1465342347-20635-1-git-send-email-pali.rohar@gmail.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org First patch describe problem about 0xe045 code. Second and third are just cosmetic and last rework code which processing WMI events. It should be properly tested on more Dell machines, to check that everything is still working correctly. Changes since v1: * Fixed comments * Fixed memory leak * Added Tested-By lines * Added event 0xe06e Pali Rohár (4): dell-wmi: Ignore WMI event code 0xe045 dell-wmi: Sort WMI event codes and update comments dell-wmi: Add information about other WMI event codes dell-wmi: Rework code for generating sparse keymap and processing WMI events drivers/platform/x86/dell-wmi.c | 290 +++++++++++++++++++++++---------------- 1 file changed, 169 insertions(+), 121 deletions(-) -- 1.7.9.5