Skip to content

Instantly share code, notes, and snippets.

@FFY00
Last active November 4, 2020 23:45
Show Gist options
  • Save FFY00/e246390a01bdd8e5c9a63d47428f0777 to your computer and use it in GitHub Desktop.
Save FFY00/e246390a01bdd8e5c9a63d47428f0777 to your computer and use it in GitHub Desktop.
$ lshid
can't open '/dev/hidraw15': [Errno 13] Permission denied: '/dev/hidraw15'
Device /dev/hidraw14: ID 0000:0000 Example Security Key (U2F interface)
$ sudo lshid
Device /dev/hidraw15: ID 0000:0000 Example Security Key (vendor interface)
Device /dev/hidraw14: ID 0000:0000 Example Security Key (U2F interface)
$ sudo lshid -v
Device /dev/hidraw15: ID 0000:0000 Example Security Key (vendor interface)
Report Descriptor:
Usage Page (Vendor Page)
Usage (0x0001)
Collection (Application)
Report Size (8)
Report Count (6)
Logical Minimum (0)
Logical Maximum (255)
Usage (0x0001)
Input (Data, Array, Absolute, No Wrap, Linear, Preferred State, No Null position, Bit Field)
Usage (0x0001)
Output (Data, Array, Absolute, No Wrap, Linear, Preferred State, No Null position, Bit Field)
End Collection
Device /dev/hidraw14: ID 0000:0000 Example Security Key (U2F interface)
Report Descriptor:
Usage Page (FIDO Alliance)
Usage (U2F Authenticator Device)
Collection (Application)
Usage (Input Report Data)
Logical Minimum (0)
Logical Maximum (255)
Report Size (8)
Report Count (64)
Input (Data, Array, Absolute, No Wrap, Linear, Preferred State, No Null position, Bit Field)
Usage (Output Report Data)
Logical Minimum (0)
Logical Maximum (255)
Report Size (8)
Report Count (64)
Output (Data, Array, Absolute, No Wrap, Linear, Preferred State, No Null position, Bit Field)
End Collection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment