Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754658Ab0FSCNy (ORCPT ); Fri, 18 Jun 2010 22:13:54 -0400 Received: from core.signal11.us ([64.251.29.136]:41833 "EHLO core.signal11.us" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754546Ab0FSCNw (ORCPT ); Fri, 18 Jun 2010 22:13:52 -0400 From: Alan Ott To: Randy Dunlap , Jiri Kosina , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, Antonio Ospite Cc: Alan Ott Subject: [PATCH v2 0/2] HID: hidraw documentation Date: Fri, 18 Jun 2010 22:13:41 -0400 Message-Id: <1276913623-6126-1-git-send-email-alan@signal11.us> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1276832283-12084-1-git-send-email-alan@signal11.us> References: <1276832283-12084-1-git-send-email-alan@signal11.us> X-DSPAM-Result: Whitelisted X-DSPAM-Processed: Fri Jun 18 22:13:51 2010 X-DSPAM-Confidence: 0.9899 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 4c1c27df21751498212569 X-DSPAM-Factors: 27, Received*26+177, 0.01000, Cc*, 0.01000, Received*ESMTP, 0.01000, ), 0.01000, ), 0.01000, To*suse.cz>, 0.01000, Received*(c+76, 0.01000, Received*242.hsd1.fl.comcast.net+[76.26.177.242]), 0.01000, References*send+email, 0.01000, Cc*Ott+ X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1194 Lines: 30 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 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 -- 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/