fsg_state
enum fsg_state old_state;
enum fsg_state state; /* For exception handling */
static void __raise_exception(struct fsg_common *common, enum fsg_state new_state,
static void raise_exception(struct fsg_common *common, enum fsg_state new_state)