lomoco_scan.h File Reference
#include "lomoco_list.h"
#include "lomoco.h"
Go to the source code of this file.
Functions | |
lomoco_list_t * | lomoco_get_hid_devices (lomoco_base_t *base, lomoco_list_t *list) |
lomoco_list_t * | lomoco_get_usb_devices (lomoco_base_t *base, lomoco_list_t *list) |
Function Documentation
lomoco_list_t* lomoco_get_hid_devices | ( | lomoco_base_t * | base, | |
lomoco_list_t * | list | |||
) |
Get all attached and supported devices using hiddev.
Get all attached and supported mice and receivers using hiddev.
- Parameters:
-
base The initialized base structure. list The doubly-linked list to append found devices.
- Returns:
- The new head of the doubly-linked list.
lomoco_list_t* lomoco_get_usb_devices | ( | lomoco_base_t * | base, | |
lomoco_list_t * | list | |||
) |
Get all attached and supported usb devices.
Get all attached and supported mice and receivers.
- Parameters:
-
base The initialized base structure. list The doubly-linked list to append found devices.
- Returns:
- The new head of the doubly-linked list.