usb-storage: make sddr55 a separate module

This patch (as1209) converts usb-storage's sddr55 subdriver into a
separate module.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Alan Stern
2009-02-12 14:47:59 -05:00
committed by Greg Kroah-Hartman
parent 32d5493eb8
commit 70fcc00507
8 changed files with 139 additions and 81 deletions

View File

@ -79,6 +79,7 @@ struct ignore_entry {
static struct ignore_entry ignore_ids[] = {
# include "unusual_isd200.h"
# include "unusual_sddr09.h"
# include "unusual_sddr55.h"
{ } /* Terminating entry */
};