From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933732Ab1JaSPe (ORCPT ); Mon, 31 Oct 2011 14:15:34 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:36664 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933212Ab1JaSPb (ORCPT ); Mon, 31 Oct 2011 14:15:31 -0400 Date: Mon, 31 Oct 2011 14:15:26 -0400 From: Seth Forshee To: Chase Douglas Cc: Dmitry Torokhov , Alessandro Rubini , Henrik Rydberg , Andrew Skalski , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/7] Input: ALPS - Move protocol information to Documentation Message-ID: <20111031181525.GA12205@thinkpad-t410> Mail-Followup-To: Chase Douglas , Dmitry Torokhov , Alessandro Rubini , Henrik Rydberg , Andrew Skalski , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org References: <1319663681-11244-1-git-send-email-seth.forshee@canonical.com> <1319663681-11244-2-git-send-email-seth.forshee@canonical.com> <4EAD6E36.4070502@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4EAD6E36.4070502@canonical.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Oct 30, 2011 at 11:33:10AM -0400, Chase Douglas wrote: > On 10/26/2011 05:14 PM, Seth Forshee wrote: > > In preparation for new protocol support, move the protocol > > information currently documented in alps.c to > > Documentation/input/alps.txt, where it can be expanded without > > cluttering up the driver. > > > > Signed-off-by: Seth Forshee > > Makes sense. Only question is whether we should create a subdir for > device protocols (Documentation/input/devices/alps.txt)? That's probably a good idea if protocol documentation is going to proliferate, but currently these docs are in Documentation/input. If we want to move them it's a subject for a separate patch.