Mailinglist Archive: opensuse-kernel (129 mails)
| < Previous | Next > |
Re: [opensuse-kernel] Problems booting laptop Dell XPS 15z
- From: Cristian Rodríguez <crrodriguez@xxxxxxxxxxxx>
- Date: Fri, 23 Dec 2011 01:54:09 -0300
- Message-id: <4EF40971.8000009@opensuse.org>
On 23/12/11 01:39, Greg KH wrote:
I wonder why the
I do not wonder, here is the fix :)
Date: Fri, 23 Dec 2011 01:53:11 -0300
Subject: [PATCH] Fix usb feature in machines with USB 3.0
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Cristian RodrÃguez <crrodriguez@xxxxxxxxxxxx>
---
scripts/boot-usb.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/scripts/boot-usb.sh b/scripts/boot-usb.sh
index 3cd8704..9e2e57c 100644
--- a/scripts/boot-usb.sh
+++ b/scripts/boot-usb.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#%stage: device
-#%udevmodules: usbcore ohci_hcd uhci-hcd ehci_hcd usbhid
+#%udevmodules: usbcore ohci_hcd uhci-hcd ehci_hcd xhci-hcd usbhid
#%if: "$use_usb"
#
##### usb module helper
--
1.7.7
I wonder why the
installer didn't get this right for you in the beginning...
I do not wonder, here is the fix :)
From c723fb7c68ffe80faff1443003e6855bf9ae4705 Mon Sep 17 00:00:00 2001From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= <crrodriguez@xxxxxxxxxxxx>
Date: Fri, 23 Dec 2011 01:53:11 -0300
Subject: [PATCH] Fix usb feature in machines with USB 3.0
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Cristian RodrÃguez <crrodriguez@xxxxxxxxxxxx>
---
scripts/boot-usb.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/scripts/boot-usb.sh b/scripts/boot-usb.sh
index 3cd8704..9e2e57c 100644
--- a/scripts/boot-usb.sh
+++ b/scripts/boot-usb.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#%stage: device
-#%udevmodules: usbcore ohci_hcd uhci-hcd ehci_hcd usbhid
+#%udevmodules: usbcore ohci_hcd uhci-hcd ehci_hcd xhci-hcd usbhid
#%if: "$use_usb"
#
##### usb module helper
--
1.7.7
| < Previous | Next > |