From c5b018a16bc39fcc59f7cec36db20a536c13625c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Alejandro=20Campoverde=20Carri=C3=B3n=20=5Balx741?=
 =?UTF-8?q?=5D?= <alx741@riseup.net>
Date: Mon, 19 Jan 2015 14:58:10 -0500
Subject: [PATCH] Line formatting issue fixed at keyboard USB section

---
 README.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index 34469481..49f8b7b4 100644
--- a/README.rst
+++ b/README.rst
@@ -47,8 +47,8 @@ connection, but historically has been over PS/2 or ADB connections.
 - This value goes to the USB SIE (Serial Interface Engine) to be converted in
   one or more USB packets that follows the low level USB protocol.
 
-- Those packets are sent by a differential electrical signal over D+ and D- pins
-  (the middle 2) at a maximum speed of 1.5 Mb/s, as an HID
+- Those packets are sent by a differential electrical signal over D+ and D-
+  pins (the middle 2) at a maximum speed of 1.5 Mb/s, as an HID
   (Human Interface Device) device is always declared to be a "low speed device"
   (USB 2.0 compliance).