Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753932AbdDQMq0 (ORCPT ); Mon, 17 Apr 2017 08:46:26 -0400 Received: from ec2-52-27-115-49.us-west-2.compute.amazonaws.com ([52.27.115.49]:49466 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753768AbdDQMqX (ORCPT ); Mon, 17 Apr 2017 08:46:23 -0400 X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , Mauro Carvalho Chehab , Jonathan Corbet , linux-kernel@vger.kernel.org, Dmitry Torokhov Subject: [PATCH 3/4] input: xpad.rst: proc/bus/usb was renamed to dev/bus/usb Date: Mon, 17 Apr 2017 09:46:15 -0300 Message-Id: X-Mailer: git-send-email 2.9.3 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1107 Lines: 24 xpad.rst requests a dump of the USB description, as found on the USB character device. When we got rid of usbfs, its location change. Update it. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/devices/xpad.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/input/devices/xpad.rst b/Documentation/input/devices/xpad.rst index c7c4e154bd34..3c74c185be7d 100644 --- a/Documentation/input/devices/xpad.rst +++ b/Documentation/input/devices/xpad.rst @@ -89,7 +89,7 @@ HOWEVER if you have an unknown dance pad not listed below, it will not work UNLESS you set "dpad_to_buttons" to 1 in the module configuration. PLEASE, if you have an unknown controller, email Dom with -a dump from /proc/bus/usb and a description of the pad (manufacturer, country, +a dump from /dev/bus/usb and a description of the pad (manufacturer, country, whether it is a dance pad or normal controller) so that we can add your pad to the list of supported devices, ensuring that it will work out of the box in the future. -- 2.9.3