tty: declare MODULE_FIRMWARE in various drivers
Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
02c95a62d8
commit
e6c4ef984e
@@ -789,6 +789,13 @@ static int keyspan_pda_fake_startup(struct usb_serial *serial)
|
||||
return 1;
|
||||
}
|
||||
|
||||
#ifdef KEYSPAN
|
||||
MODULE_FIRMWARE("keyspan_pda/keyspan_pda.fw");
|
||||
#endif
|
||||
#ifdef XIRCOM
|
||||
MODULE_FIRMWARE("keyspan_pda/xircom_pgs.fw");
|
||||
#endif
|
||||
|
||||
static int keyspan_pda_startup(struct usb_serial *serial)
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user