diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-24 13:47:31 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-24 13:47:31 +0100 |
commit | d3a32431b1bd9bfd259c92df66211bff5619628d (patch) | |
tree | 93c2d56d60dfe24dcff2e5c4d9d39d3629aa1a9c /fbiconfig.c | |
parent | f280308eea8a25de18568350cde4c232fd728496 (diff) | |
download | fbida-d3a32431b1bd9bfd259c92df66211bff5619628d.tar.gz |
drm device info
Diffstat (limited to 'fbiconfig.c')
-rw-r--r-- | fbiconfig.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fbiconfig.c b/fbiconfig.c index 0f1cb49..8a82331 100644 --- a/fbiconfig.c +++ b/fbiconfig.c @@ -23,6 +23,12 @@ struct cfg_cmdline fbi_cmd[] = { .value = "1", .desc = "print fbi version number", },{ + .letter = 'i', + .cmdline = "info", + .option = { O_DEVICE_INFO }, + .value = "1", + .desc = "print device info", + },{ .cmdline = "store", .option = { O_WRITECONF }, .value = "1", |