From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751491AbcBLQ1v (ORCPT ); Fri, 12 Feb 2016 11:27:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40222 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751361AbcBLQ1t (ORCPT ); Fri, 12 Feb 2016 11:27:49 -0500 From: Benjamin Tissoires To: Jiri Kosina , linux-input@vger.kernel.org Cc: Ping Cheng , Jason Gerecke , Aaron Skomra , linux-kernel@vger.kernel.org Subject: [PATCH 0/6] HID: wacom: cleanup Date: Fri, 12 Feb 2016 17:27:39 +0100 Message-Id: <1455294465-13694-1-git-send-email-benjamin.tissoires@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, While working on the wacom.ko driver, I ended up having those 6 patches that the current wacom.ko could benefit right now. Besides cleaning, the only gain users will see is in patch 6 which allows to actually use the wireless receiver (for development) without having to unplug/replug it. Cheers, Benjamin Benjamin Tissoires (6): HID: wacom: break out wacom_intuos_get_tool_type HID: wacom: break out parsing of device and registering of input HID: wacom: move down wireless_work() HID: wacom: reuse wacom_parse_and_register() in wireless_work HID: wacom: cleanup input devices HID: wacom: close the wireless receiver on remove() drivers/hid/wacom_sys.c | 363 ++++++++++++++++++++++++------------------------ drivers/hid/wacom_wac.c | 166 +++++++++++----------- 2 files changed, 265 insertions(+), 264 deletions(-) -- 2.5.0