mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-07-21 17:05:32 -04:00
ebc18502b7
Added manufacturer and product strings to the hid_device struct.
3 lines
130 B
Python
Executable File
3 lines
130 B
Python
Executable File
gcc -Wall -g -c hid.c -I ../hidapi
|
|
gcc -Wall -g -c ../hidtest/hidtest.cpp -I ../hidapi
|
|
g++ -Wall -g -o test hid.o hidtest.o -ludev |