mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Our quirk table is almost full. Add some room for more quirks.
MFC after: 1 week
This commit is contained in:
parent
860fe6b9fb
commit
e4dfeb5bb1
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
|||
MODULE_DEPEND(usb_quirk, usb, 1, 1, 1);
|
||||
MODULE_VERSION(usb_quirk, 1);
|
||||
|
||||
#define USB_DEV_QUIRKS_MAX 256
|
||||
#define USB_DEV_QUIRKS_MAX 320
|
||||
#define USB_SUB_QUIRKS_MAX 8
|
||||
|
||||
struct usb_quirk_entry {
|
||||
|
|
|
|||
Loading…
Reference in a new issue