Add power management feature display.

This commit is contained in:
rocky
2004-08-07 03:37:46 +00:00
parent 1fb9bce71d
commit 5f3ed4ee3a
2 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: sample10.c,v 1.3 2004/08/07 03:25:02 rocky Exp $
$Id: sample10.c,v 1.4 2004/08/07 03:37:46 rocky Exp $
Copyright (C) 2004 Rocky Bernstein <rocky@panix.com>
@@ -273,6 +273,9 @@ main(int argc, const char *argv[])
}
printf("\n");
break;
case CDIO_MMC_FEATURE_POWER_MGMT:
printf("Initiator and device directed power management\n");
break;
case CDIO_MMC_FEATURE_MCODE_UPGRADE:
printf("Ability for the device to accept new microcode via "
"the interface\n");