From patchwork Wed May 26 18:50:50 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Achatz X-Patchwork-Id: 102467 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o4QIpJOt013787 for ; Wed, 26 May 2010 18:51:19 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757593Ab0EZSu4 (ORCPT ); Wed, 26 May 2010 14:50:56 -0400 Received: from mail-in-13.arcor-online.net ([151.189.21.53]:36520 "EHLO mail-in-13.arcor-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756726Ab0EZSu4 (ORCPT ); Wed, 26 May 2010 14:50:56 -0400 Received: from mail-in-12-z2.arcor-online.net (mail-in-12-z2.arcor-online.net [151.189.8.29]) by mx.arcor.de (Postfix) with ESMTP id 3E8F921262C; Wed, 26 May 2010 20:50:52 +0200 (CEST) Received: from mail-in-11.arcor-online.net (mail-in-11.arcor-online.net [151.189.21.51]) by mail-in-12-z2.arcor-online.net (Postfix) with ESMTP id 173A51DF4D3; Wed, 26 May 2010 20:50:52 +0200 (CEST) Received: from [192.168.0.1] (dslb-088-065-129-082.pools.arcor-ip.net [88.65.129.82]) by mail-in-11.arcor-online.net (Postfix) with ESMTPS id D861B35A379; Wed, 26 May 2010 20:50:50 +0200 (CEST) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-11.arcor-online.net D861B35A379 Subject: [PATCH 1/3] HID: Removed obsolete comment from roccat kone driver From: Stefan Achatz Reply-To: erazor_de@users.sourceforge.net To: Randy Dunlap , Stefan Achatz , Jiri Kosina , Stephen Rothwell , Tejun Heo , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-input@vger.kernel.org Date: Wed, 26 May 2010 20:50:50 +0200 Message-ID: <1274899850.9492.1.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 (2.28.3-1.fc12) Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Wed, 26 May 2010 18:51:20 +0000 (UTC) diff --git a/drivers/hid/hid-roccat-kone.c b/drivers/hid/hid-roccat-kone.c index 17f2dc0..3e5b553 100644 --- a/drivers/hid/hid-roccat-kone.c +++ b/drivers/hid/hid-roccat-kone.c @@ -22,11 +22,6 @@ * Is it possible to remove and reinstall the urb in raw-event- or any * other handler, or to defer this action to be executed somewhere else? * - * TODO implement notification mechanism for overlong macro execution - * If user wants to execute an overlong macro only the names of macroset - * and macro are given. Should userland tap hidraw or is there an - * additional streaming mechanism? - * * TODO is it possible to overwrite group for sysfs attributes via udev? */