diff options
author | Burt P <pburt0@gmail.com> | 2017-09-10 12:10:19 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2018-03-12 09:20:16 -0700 |
commit | 6f0a3e0f85fd439fabfc1b8f64b01d93151cff3c (patch) | |
tree | e2156c1d91d77edd37a721545e910b91c6a8d4cf /includes/usb_util.h | |
parent | fdb1a05b6b5c84b67e3df107288f5046b763647e (diff) |
usb: requested changes
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'includes/usb_util.h')
-rw-r--r-- | includes/usb_util.h | 20 |
1 files changed, 19 insertions, 1 deletions
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 <leandro@hardinfo.org> + * + * 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; |