hid_device_t
hid_device = (hid_device_t *) calloc(1, sizeof(*hid_device));
hid_device_t *d;
static hid_device_t *hid_device = NULL;