Mageia Bugzilla – Attachment 2695 Details for
Bug 7248
Input devices are dead at begin of iso install (Mageia 3 Alpha 1)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
adapt ldetect to kernel-3.5+
7248.diff (text/plain), 443 bytes, created by
Thierry Vignaud
on 2012-08-30 11:36:04 CEST
(
hide
)
Description:
adapt ldetect to kernel-3.5+
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2012-08-30 11:36:04 CEST
Size:
443 bytes
patch
obsolete
>diff -p -up ./usb.c.tv ./usb.c >--- ./usb.c.tv 2012-08-30 09:33:12.326646690 +0000 >+++ ./usb.c 2012-08-30 09:28:18.104093966 +0000 >@@ -7,7 +7,7 @@ > #include "common.h" > #include "names.h" > >-static char *proc_usb_path_default = "/proc/bus/usb/devices"; >+static char *proc_usb_path_default = "/sys/kernel/debug/usb/devices"; > char *proc_usb_path = NULL; > > static void build_text(struct pciusb_entry *e, char *vendor_text, char *product_text) {
diff -p -up ./usb.c.tv ./usb.c --- ./usb.c.tv 2012-08-30 09:33:12.326646690 +0000 +++ ./usb.c 2012-08-30 09:28:18.104093966 +0000 @@ -7,7 +7,7 @@ #include "common.h" #include "names.h" -static char *proc_usb_path_default = "/proc/bus/usb/devices"; +static char *proc_usb_path_default = "/sys/kernel/debug/usb/devices"; char *proc_usb_path = NULL; static void build_text(struct pciusb_entry *e, char *vendor_text, char *product_text) {
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 7248
:
2694
| 2695 |
2697