Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751695AbbHVWPh (ORCPT ); Sat, 22 Aug 2015 18:15:37 -0400 Received: from smtpoutz29.laposte.net ([194.117.213.104]:45910 "EHLO smtp.laposte.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750824AbbHVWPf (ORCPT ); Sat, 22 Aug 2015 18:15:35 -0400 X-Greylist: delayed 550 seconds by postgrey-1.27 at vger.kernel.org; Sat, 22 Aug 2015 18:15:34 EDT From: Yann Cantin To: linux-input@vger.kernel.org, linux-usb@vger.kernel.org Cc: linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, dmitry.torokhov@gmail.com, jkosina@suse.cz, gregkh@linuxfoundation.org, oneukum@suse.com, Yann Cantin Subject: [ebeam PATCH v2 0/2] Add a new USB eBeam input driver Date: Sun, 23 Aug 2015 00:06:02 +0200 Message-Id: <1440281164-23111-1-git-send-email-yann.cantin@laposte.net> X-Mailer: git-send-email 2.3.8 X-VR-SrcIP: 2.6.195.89 X-VR-FullState: 0 X-VR-Score: 0 X-VR-Cause-1: gggruggvucftvghtrhhoucdtuddrfeekfedrhedvgddufeekucetufdoteggodetrfcurfhrohhfihhl X-VR-Cause-2: vgemucfntefrqffuvffgnecuuegrihhlohhuthemucehtddtnecunecujfgurhephffvufffkffosedt X-VR-Cause-3: tdertdertddtnecuhfhrohhmpegjrghnnhcuvegrnhhtihhnuceohigrnhhnrdgtrghnthhinheslhgr X-VR-Cause-4: phhoshhtvgdrnhgvtheqnecuffhomhgrihhnpehlkhhmlhdrohhrghdpthhugihfrghmihhlhidrohhr X-VR-Cause-5: ghenucfrrghrrghmpehmohguvgepshhmthhpohhuthdphhgvlhhopehnvghsthhorhdrhihsohhfthdr X-VR-Cause-6: ohhrghdpihhnvghtpedvrdeirdduleehrdekledpmhgrihhlfhhrohhmpeihrghnnhdrtggrnhhtihhn X-VR-Cause-7: sehlrghpohhsthgvrdhnvghtpdhrtghpthhtoheplhhinhhugidquhhssgesvhhgvghrrdhkvghrnhgv X-VR-Cause-8: lhdrohhrgh X-VR-AvState: No X-VR-State: 0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1350 Lines: 42 Hi, New USB input driver for eBeam devices. Notable stuff : - need userspace gui tool for calibration (ebeam.tuxfamily.org) - This driver breaks Luidia's proprietary application suite. Patch 1 to blacklist the devices for hid generic-usb. Patch 2 is the actual driver. Changes : RFC https://lkml.org/lkml/2015/7/20/634 : Use DEVICE_ATTR_RW() RFC https://lkml.org/lkml/2015/7/21/107 : move usb id definitions out of ebeam.c RFC https://lkml.org/lkml/2015/7/20/657 : Fix ABI documentation Thanks for your help. Yann Cantin (2): hid: Blacklist eBeam devices input: misc: New USB eBeam input driver Documentation/ABI/testing/sysfs-driver-ebeam | 53 ++ drivers/hid/hid-core.c | 6 + drivers/hid/hid-ids.h | 6 + drivers/input/misc/Kconfig | 22 + drivers/input/misc/Makefile | 1 + drivers/input/misc/ebeam.c | 759 +++++++++++++++++++++++++++ 6 files changed, 847 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-driver-ebeam create mode 100644 drivers/input/misc/ebeam.c -- 2.3.8 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/