Up the count of busses supported by usbd(8) from 4 to 40. With the advent
of USB2 "duplicate" psuedo busses, it is not at all uncommon for machines to have more than 4 USB busses nowadays. PR: bin/81533 Submitted by: Darren Pilgrim dmp at bitfreak dot org Approved by: re (scottl) MFC after: 1 week
This commit is contained in:
parent
7df0015945
commit
655a4d037d
@ -81,7 +81,7 @@
|
||||
/* Maximum number of USB busses expected to be in a system
|
||||
* XXX should be replaced by dynamic allocation.
|
||||
*/
|
||||
#define MAXUSBDEV 4
|
||||
#define MAXUSBDEV 40
|
||||
|
||||
/* Sometimes a device does not respond in time for interrupt
|
||||
* driven explore to find it. Therefore we run an exploration
|
||||
|
Loading…
Reference in New Issue
Block a user