X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fdevice.h;h=654499cfd7f0b528fdcdc9c1ac3c156ea72842ca;hp=a5c5f745b81f712dfea4e582e7205269c0a54b8c;hb=73608ed994efef7f00eac0b0275ab0f7bc218af5;hpb=e99e38bbdcca3fe5956823bdb3d38544ccf93221 diff --git a/src/device.h b/src/device.h index a5c5f745b..654499cfd 100644 --- a/src/device.h +++ b/src/device.h @@ -30,7 +30,7 @@ typedef struct Device Device; * simplifies the state engine greatly */ typedef enum DeviceState { DEVICE_DEAD, - DEVICE_AVAILABLE, + DEVICE_PLUGGED, _DEVICE_STATE_MAX, _DEVICE_STATE_INVALID = -1 } DeviceState;