#include <hid.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <assert.h>#include <debug.h>Go to the source code of this file.
Defines | |
| #define | HID_INTERNAL |
Functions | |
| int | main (int argc, char **argp) |
| #define HID_INTERNAL |
Definition at line 1 of file libhid-detach-device.c.
| int main | ( | int | argc, | |
| char ** | argp | |||
| ) |
Definition at line 11 of file libhid-detach-device.c.
References hid_cleanup(), hid_close(), hid_delete_HIDInterface(), hid_force_open(), hid_init(), hid_new_HIDInterface(), and HID_RET_SUCCESS.
1.5.1