1libhid-detach-device(1) libhid-detach-device(1)
2
3
4
6 libhid-detach-device - simple tool to take away control over a HID from
7 the kernel HID driver's
8
10 libhid-detach-device dead:beef
11
13 libhid-detach-device removes the device identified by the ID string (as
14 output by lsusb) from under the kernel HID driver's control. Subse‐
15 quently, programmes using libhid can access the HID's descriptors from
16 user-space (and lsusb -vvv can give information about the HID usages).
17
19 This manual page was written by martin f. krafft <libhid@pobox.mad‐
20 duck.net>
21
22 Permission is granted to copy, distribute and/or modify this document
23 under the terms of the Artistic License: http://www.opensource.org/li‐
24 censes/artistic-license.php . On Debian systems, the complete text of
25 the Artistic License can be found in /usr/share/common-licenses/Artis‐
26 tic.
27
28
29
30 Nov 09, 2004 libhid-detach-device(1)