From: Jeff Mahoney <jeffm@suse.com>
To: Roger Tseng <rogerable@realtek.com>,
akpm <akpm@linux-foundation.org>,
Linux Kernel Maling List <linux-kernel@vger.kernel.org>
Subject: [PATCH] rtsx_usb: export device table
Date: Fri, 08 Aug 2014 17:31:51 -0400 [thread overview]
Message-ID: <53E541C7.9030407@suse.com> (raw)
The rtsx_usb driver contains the table for the devices it supports but
doesn't export it. As a result, no alias is generated and it doesn't
get loaded automatically.
Via https://bugzilla.novell.com/show_bug.cgi?id=890096
Reported-by: Marcel Witte <wittemar@googlemail.com>
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
---
drivers/mfd/rtsx_usb.c | 1 +
1 file changed, 1 insertion(+)
--- a/drivers/mfd/rtsx_usb.c
+++ b/drivers/mfd/rtsx_usb.c
@@ -744,6 +744,7 @@ static struct usb_device_id rtsx_usb_usb
{ USB_DEVICE(0x0BDA, 0x0140) },
{ }
};
+MODULE_DEVICE_TABLE(usb, rtsx_usb_usb_ids);
static struct usb_driver rtsx_usb_driver = {
.name = "rtsx_usb",
--
Jeff Mahoney
SUSE Labs
next reply other threads:[~2014-08-08 21:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-08 21:31 Jeff Mahoney [this message]
2014-08-08 22:20 ` Andrew Morton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53E541C7.9030407@suse.com \
--to=jeffm@suse.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rogerable@realtek.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®