- Fix type in previous commit; unbreak build
Approved by: ssouhlal Pointy hat to: pav
This commit is contained in:
parent
b7b34cdbb4
commit
612477f7ac
@ -1626,7 +1626,7 @@ umass_bbb_state(usbd_xfer_handle xfer, usbd_private_handle priv,
|
||||
|
||||
/* Translate weird command-status signatures. */
|
||||
if (sc->quirks & WRONG_CSWSIG) {
|
||||
uDWord dCSWSignature = UGETDW(sc->csw.dCSWSignature);
|
||||
u_int32_t dCSWSignature = UGETDW(sc->csw.dCSWSignature);
|
||||
if (dCSWSignature == CSWSIGNATURE_OLYMPUS_C1 ||
|
||||
dCSWSignature == CSWSIGNATURE_IMAGINATION_DBX1)
|
||||
USETDW(sc->csw.dCSWSignature, CSWSIGNATURE);
|
||||
|
Loading…
Reference in New Issue
Block a user