Skip to content

Commit 42e8e62

Browse files
committed
Add wildcards to alias to load it for all XMM7360 versions.
1 parent 35d4aa5 commit 42e8e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmm7360_usb.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ MODULE_LICENSE("GPL");
2828
MODULE_VERSION("0.1");
2929
MODULE_AUTHOR("Juho Vähä-Herttua <[email protected]>");
3030
MODULE_DESCRIPTION("A simple driver that sets the XMM7360 card from PCIe to USB mode.");
31-
MODULE_ALIAS("pci:v00008086d00007360sv00001CF8sd00008521bc0Dsc40i00");
31+
MODULE_ALIAS("pci:v00008086d00007360sv*sd*bc*sc*i*");
3232

3333
#define XMM7360 0x7360
3434

0 commit comments

Comments
 (0)