commit | 6e460ca64fecc260e0a8799fea9c497dffc81ca1 | [log] [tgz] |
---|---|---|
author | Paweł Zadrożniak <pawel.zadrozniak@nordicsemi.no> | Tue Dec 04 10:50:15 2018 +0100 |
committer | Carles Cufí <carles.cufi@nordicsemi.no> | Tue Dec 04 13:53:48 2018 +0100 |
tree | 8bc6f4bb25fc5deb877a17f17465d2fec2895033 | |
parent | 3fc497ac9af7119e0e56d4b7fe2e47d6ae12cd8a [diff] |
drivers: usb: nordic: Fix class/vendor request handling SetAddress request (0x05) is ignored and not propagated, because it is handled by nRF hardware. Curently, request type is not checked causing class or vendor request 0x05 to be inappropiately ignored. Only standard requests (type = 0) shoud be ignored. This commit fixes the issue. Signed-off-by: Paweł Zadrożniak <pawel.zadrozniak@nordicsemi.no>