From a79a8d0e221e47d7df97f4d37b67bcba3312f9f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Tue, 13 Apr 2021 15:16:23 +0200 Subject: [PATCH] device: Keep device type ordering as default --- libfprint/fp-device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfprint/fp-device.h b/libfprint/fp-device.h index 603ffdce..34b5b8a5 100644 --- a/libfprint/fp-device.h +++ b/libfprint/fp-device.h @@ -43,8 +43,8 @@ G_DECLARE_DERIVABLE_TYPE (FpDevice, fp_device, FP, DEVICE, GObject) */ typedef enum { FP_DEVICE_TYPE_VIRTUAL, - FP_DEVICE_TYPE_UDEV, FP_DEVICE_TYPE_USB, + FP_DEVICE_TYPE_UDEV, } FpDeviceType; /**