From: Uwe Hermann Date: Fri, 14 May 2010 11:07:03 +0000 (+0200) Subject: Cosmetics. X-Git-Tag: libsigrok-0.1.0~500 X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=28fc6de055eae2d6ba97206bb636f28e12fd68a9;p=libsigrok.git Cosmetics. --- diff --git a/hardware/saleae-logic/saleae-logic.c b/hardware/saleae-logic/saleae-logic.c index b3b78d2a..a7f14713 100644 --- a/hardware/saleae-logic/saleae-logic.c +++ b/hardware/saleae-logic/saleae-logic.c @@ -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) {