]> sigrok.org Git - libsigrok.git/blobdiff - hardware/common/skeleton.c
Add a field for the full name of a device.
[libsigrok.git] / hardware / common / skeleton.c
index ad2698f68c85015427dbb4ad5fd47daa98a4d435..e5e1372a95b308089fa8fb68b18e31fba79d23bb 100644 (file)
@@ -61,6 +61,7 @@ static void hw_stop_acquisition(int device_index, gpointer session_device_id)
 
 struct device_plugin skeleton_plugin_info = {
        "skeleton",
+       "Skeleton driver",
        1,
        hw_init,
        hw_cleanup,