From 6f0a3e0f85fd439fabfc1b8f64b01d93151cff3c Mon Sep 17 00:00:00 2001 From: Burt P Date: Sun, 10 Sep 2017 12:10:19 -0500 Subject: usb: requested changes Signed-off-by: Burt P --- includes/usb_util.h | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/usb_util.h b/includes/usb_util.h index 5d7f55bf..e9130b99 100644 --- a/includes/usb_util.h +++ b/includes/usb_util.h @@ -1,3 +1,21 @@ +/* + * HardInfo - Displays System Information + * Copyright (C) 2003-2017 Leandro A. F. Pereira + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 2. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef __USB_UTIL_H__ #define __USB_UTIL_H__ @@ -20,7 +38,7 @@ typedef struct usbd { int speed_mbs; /* TODO: */ - int user_scan; /* not scanned as root */ + gboolean user_scan; /* not scanned as root */ struct usbd *next; } usbd; -- cgit v1.2.3