Loading drivers/usb/gadget/function/f_accessory.c +2 −2 Original line number Diff line number Diff line Loading @@ -80,13 +80,13 @@ struct acc_dev { /* online indicates state of function_set_alt & function_unbind * set to 1 when we connect */ int online:1; int online; /* disconnected indicates state of open & release * Set to 1 when we disconnect. * Not cleared until our file is closed. */ int disconnected:1; int disconnected; /* strings sent by the host */ char manufacturer[ACC_STRING_SIZE]; Loading Loading
drivers/usb/gadget/function/f_accessory.c +2 −2 Original line number Diff line number Diff line Loading @@ -80,13 +80,13 @@ struct acc_dev { /* online indicates state of function_set_alt & function_unbind * set to 1 when we connect */ int online:1; int online; /* disconnected indicates state of open & release * Set to 1 when we disconnect. * Not cleared until our file is closed. */ int disconnected:1; int disconnected; /* strings sent by the host */ char manufacturer[ACC_STRING_SIZE]; Loading