Skip to content

Instantly share code, notes, and snippets.

@mondalaci
Created June 28, 2017 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mondalaci/e761fadc66a4229770c4525039ab08bd to your computer and use it in GitHub Desktop.
Save mondalaci/e761fadc66a4229770c4525039ab08bd to your computer and use it in GitHub Desktop.
hidapi hid device list without privilege escalation on Linux
[
{
"vendorId": 1133,
"productId": 49970,
"path": "0002:006f:00",
"release": 769,
"interface": 0
},
{
"vendorId": 1133,
"productId": 49970,
"path": "0002:006f:01",
"release": 769,
"interface": 1
},
{
"vendorId": 5842,
"productId": 1514,
"path": "0002:0069:00",
"release": 1,
"interface": 0
},
{
"vendorId": 5842,
"productId": 1514,
"path": "0002:0069:01",
"release": 1,
"interface": 1
},
{
"vendorId": 5842,
"productId": 1514,
"path": "0002:0069:02",
"release": 1,
"interface": 2
},
{
"vendorId": 7504,
"productId": 24866,
"path": "0002:0070:00",
"release": 257,
"interface": 0
},
{
"vendorId": 7504,
"productId": 24866,
"path": "0002:0070:01",
"release": 257,
"interface": 1
},
{
"vendorId": 7504,
"productId": 24866,
"path": "0002:0070:02",
"release": 257,
"interface": 2
},
{
"vendorId": 7504,
"productId": 24866,
"path": "0002:0070:03",
"release": 257,
"interface": 3
},
{
"vendorId": 7504,
"productId": 24866,
"path": "0002:0070:04",
"release": 257,
"interface": 4
},
{
"vendorId": 10462,
"productId": 4418,
"path": "0002:0005:00",
"manufacturer": "Valve Software",
"product": "Steam Controller",
"release": 1,
"interface": 0
},
{
"vendorId": 10462,
"productId": 4418,
"path": "0002:0005:01",
"manufacturer": "Valve Software",
"product": "Steam Controller",
"release": 1,
"interface": 1
},
{
"vendorId": 10462,
"productId": 4418,
"path": "0002:0005:02",
"manufacturer": "Valve Software",
"product": "Steam Controller",
"release": 1,
"interface": 2
},
{
"vendorId": 10462,
"productId": 4418,
"path": "0002:0005:03",
"manufacturer": "Valve Software",
"product": "Steam Controller",
"release": 1,
"interface": 3
},
{
"vendorId": 10462,
"productId": 4418,
"path": "0002:0005:04",
"manufacturer": "Valve Software",
"product": "Steam Controller",
"release": 1,
"interface": 4
},
{
"vendorId": 3468,
"productId": 14,
"path": "0002:0003:03",
"release": 256,
"interface": 3
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment