Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752267Ab0FSDOx (ORCPT ); Fri, 18 Jun 2010 23:14:53 -0400 Received: from xenotime.net ([72.52.115.56]:35502 "HELO xenotime.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751430Ab0FSDOv (ORCPT ); Fri, 18 Jun 2010 23:14:51 -0400 Date: Fri, 18 Jun 2010 20:14:45 -0700 From: Randy Dunlap To: Alan Ott Cc: Jiri Kosina , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, Antonio Ospite Subject: Re: [PATCH v2 0/2] HID: hidraw documentation Message-Id: <20100618201445.28c58573.rdunlap@xenotime.net> In-Reply-To: <1276913623-6126-1-git-send-email-alan@signal11.us> References: <1276832283-12084-1-git-send-email-alan@signal11.us> <1276913623-6126-1-git-send-email-alan@signal11.us> Organization: YPO4 X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1471 Lines: 38 On Fri, 18 Jun 2010 22:13:41 -0400 Alan Ott wrote: > These patches add the hidraw.txt file to a new Documentation/hid/ directory. > > The example program has been moved out of the document and fixed up for style > (it's now checkpatch.pl clean), and a Makefile has been created for it. > > I integrated the comments provided. > > hiddev.txt has been moved from Documentation/usb/ to Documentation/hid/ > > > Alan Ott (2): > HID: Documentation for hidraw > HID: Move hiddev.txt to the new Documentation/HID directory Acked-by: Randy Dunlap Jiri, can you merge these patches, please? > Documentation/hid/Makefile | 8 ++ > Documentation/hid/hid-example.c | 167 +++++++++++++++++++++++++++++++++ > Documentation/{usb => hid}/hiddev.txt | 0 > Documentation/hid/hidraw.txt | 119 +++++++++++++++++++++++ > 4 files changed, 294 insertions(+), 0 deletions(-) > create mode 100644 Documentation/hid/Makefile > create mode 100644 Documentation/hid/hid-example.c > rename Documentation/{usb => hid}/hiddev.txt (100%) > create mode 100644 Documentation/hid/hidraw.txt --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** -- 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/