uas.c (c39f2d9db0fd81ea20bb5cce9b3f082ca63753e2) | uas.c (32bca2df7da27be34371a37f9bb5e2b85fdd92bd) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2/* 3 * USB Attached SCSI 4 * Note that this is not the same as the USB Mass Storage driver 5 * 6 * Copyright Hans de Goede <hdegoede@redhat.com> for Red Hat, Inc. 2013 - 2016 7 * Copyright Matthew Wilcox for Intel Corp, 2010 8 * Copyright Sarah Sharp for Intel Corp, 2010 --- 1205 unchanged lines hidden (view full) --- 1214 .reset_resume = uas_reset_resume, 1215 .drvwrap.driver.shutdown = uas_shutdown, 1216 .id_table = uas_usb_ids, 1217}; 1218 1219module_usb_driver(uas_driver); 1220 1221MODULE_LICENSE("GPL"); | 1// SPDX-License-Identifier: GPL-2.0 2/* 3 * USB Attached SCSI 4 * Note that this is not the same as the USB Mass Storage driver 5 * 6 * Copyright Hans de Goede <hdegoede@redhat.com> for Red Hat, Inc. 2013 - 2016 7 * Copyright Matthew Wilcox for Intel Corp, 2010 8 * Copyright Sarah Sharp for Intel Corp, 2010 --- 1205 unchanged lines hidden (view full) --- 1214 .reset_resume = uas_reset_resume, 1215 .drvwrap.driver.shutdown = uas_shutdown, 1216 .id_table = uas_usb_ids, 1217}; 1218 1219module_usb_driver(uas_driver); 1220 1221MODULE_LICENSE("GPL"); |
1222MODULE_IMPORT_NS(USB_STORAGE); |
|
1222MODULE_AUTHOR( 1223 "Hans de Goede <hdegoede@redhat.com>, Matthew Wilcox and Sarah Sharp"); | 1223MODULE_AUTHOR( 1224 "Hans de Goede <hdegoede@redhat.com>, Matthew Wilcox and Sarah Sharp"); |