| 83235903 | 15-Apr-2021 |
Vladimir Kondratyev <[email protected]> |
ng_ubt: Block attachment of uninitialized Intel Wireless 7265
As this controller requires firmware patch downloading to operate. "Intel Wireless 7265" support in iwmbtfw(8) is yet to be done.
Teste
ng_ubt: Block attachment of uninitialized Intel Wireless 7265
As this controller requires firmware patch downloading to operate. "Intel Wireless 7265" support in iwmbtfw(8) is yet to be done.
Tested by: arrowd et al PR: 228787
show more ...
|
| ac76cdc6 | 26-Dec-2012 |
Raphael Kubo da Costa <[email protected]> |
Use the correct USB interface macros instead of USB_IF_CSI.
As pointed out by hselasky@, USB_IF_CSI is the wrong macro here since we want to declare the device's interface class, subclass and protoc
Use the correct USB interface macros instead of USB_IF_CSI.
As pointed out by hselasky@, USB_IF_CSI is the wrong macro here since we want to declare the device's interface class, subclass and protocol, not class, subclass and driver info.
Follow-up to r244704.
PR: kern/174707 Approved by: glebius MFC after: 1 week
show more ...
|