Re: DVF_ATTACH_INPROGRESS

2018-11-30 Thread SAITOH Masanobu
as called */  #define    DVF_DRIVER_SUSPENDED    0x0010    /* device driver suspend was called */  #define    DVF_BUS_SUSPENDED    0x0020    /* device bus suspend was called */ +#define    DVF_ATTACH_INPROGRESS    0x0040    /* device attach is in progress */  #define    DVF_DETACH_SHUTDOWN

DVF_ATTACH_INPROGRESS

2018-11-29 Thread Masanobu SAITOH
ice driver suspend was called */ #defineDVF_BUS_SUSPENDED 0x0020 /* device bus suspend was called */ +#defineDVF_ATTACH_INPROGRESS 0x0040 /* device attach is in progress */ #defineDVF_DETACH_SHUTDOWN 0x0080 /* device detaches safely at shutdown */ #ifdef _KER