]> sigrok.org Git - libsigrok.git/commitdiff
Cosmetics.
authorUwe Hermann <redacted>
Fri, 14 May 2010 11:07:03 +0000 (13:07 +0200)
committerUwe Hermann <redacted>
Mon, 17 May 2010 22:05:09 +0000 (00:05 +0200)
hardware/saleae-logic/saleae-logic.c

index b3b78d2a03ce8c429604f5958cc284cb0b2feedd..a7f14713d5c6a49883b7469ccbb82852d60f493f 100644 (file)
@@ -104,9 +104,11 @@ int trigger_stage = TRIGGER_FIRED;
 static int hw_set_configuration(int device_index, int capability, void *value);
 static void hw_stop_acquisition(int device_index, gpointer session_device_id);
 
-/*
- * Returns 1 if the device's configuration profile match the Logic firmware's
- * configuration, 0 otherwise.
+/**
+ * Check the USB configuration to determine if this is a Saleae Logic.
+ *
+ * @return 1 if the device's configuration profile match the Logic firmware's
+ *         configuration, 0 otherwise.
  */
 int check_conf_profile(libusb_device *dev)
 {