Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 400704 Details for
Bug 545748
sys-kernel/gentoo-sources media/rc/rc-main.c fails to load rc-keymaps b/c wrong #ifdef
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to enable loading of rc-keymap modules in a modularized kernel
drivers_media_rc_rc-main.c.diff (text/plain), 321 bytes, created by
Mark Dominik Bürkle
on 2015-04-06 16:24:19 UTC
(
hide
)
Description:
patch to enable loading of rc-keymap modules in a modularized kernel
Filename:
MIME Type:
Creator:
Mark Dominik Bürkle
Created:
2015-04-06 16:24:19 UTC
Size:
321 bytes
patch
obsolete
>--- drivers/media/rc/rc-main.c.old 2015-04-06 10:54:29.163513906 +0200 >+++ drivers/media/rc/rc-main.c 2015-04-06 10:55:52.103614121 +0200 >@@ -60,7 +60,7 @@ > struct rc_map_list *map; > > map = seek_rc_map(name); >-#ifdef MODULE >+#ifdef CONFIG_MODULES > if (!map) { > int rc = request_module("%s", name); > if (rc < 0) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 545748
:
400704
|
400788