Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1598575

[PATCH 1/4] Documentation: hid: fix path to input bus definitions

From Martin Kepplinger <martink@posteo.de>
Newsgroups linux.kernel
Subject [PATCH 1/4] Documentation: hid: fix path to input bus definitions
Date 2017-03-12 13:00 +0100
Message-ID <tkakh-Zu-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


The UAPI header split failed to update the documentation here; fix things
accordingly.

Signed-off-by: Martin Kepplinger <martink@posteo.de>
---
 Documentation/hid/hidraw.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/hid/hidraw.txt b/Documentation/hid/hidraw.txt
index 029e6cb..c8436e3 100644
--- a/Documentation/hid/hidraw.txt
+++ b/Documentation/hid/hidraw.txt
@@ -81,7 +81,7 @@ of:
 	BUS_HIL
 	BUS_BLUETOOTH
 	BUS_VIRTUAL
-which are defined in linux/input.h.
+which are defined in uapi/linux/input.h.
 
 HIDIOCGRAWNAME(len): Get Raw Name
 This ioctl returns a string containing the vendor and product strings of
-- 
2.1.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 1/4] Documentation: hid: fix path to input bus definitions Martin Kepplinger <martink@posteo.de> - 2017-03-12 13:00 +0100
  [PATCH 4/4] Documentation: input: fix path to struct ff_effect's definition Martin Kepplinger <martink@posteo.de> - 2017-03-12 13:00 +0100
  [PATCH 2/4] Documentation: input: fix path to input code defnitions Martin Kepplinger <martink@posteo.de> - 2017-03-12 13:00 +0100
  [PATCH 3/4] Documentation: admin-guide: fix path to input key definitions Martin Kepplinger <martink@posteo.de> - 2017-03-12 13:00 +0100
  Re: [PATCH 1/4] Documentation: hid: fix path to input bus  definitions Jonathan Corbet <corbet@lwn.net> - 2017-03-14 00:20 +0100

csiph-web