xref: /openbmc/linux/Documentation/ABI/testing/sysfs-driver-hid (revision 0898782247ae533d1f4e47a06bc5d4870931b284)
1*745b2888SMauro Carvalho ChehabWhat:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/report_descriptor
2*745b2888SMauro Carvalho ChehabWhat:		/sys/class/bluetooth/hci<addr>/<hid-bus>:<vendor-id>:<product-id>.<num>/report_descriptor
3*745b2888SMauro Carvalho ChehabWhat:		/sys/class/hidraw/hidraw<num>/device/report_descriptor
46d3bfb74SAlan OttDate:		Jan 2011
56d3bfb74SAlan OttKernelVersion:	2.0.39
66d3bfb74SAlan OttContact:	Alan Ott <alan@signal11.us>
76d3bfb74SAlan OttDescription:	When read, this file returns the device's raw binary HID
86d3bfb74SAlan Ott		report descriptor.
96d3bfb74SAlan Ott		This file cannot be written.
106d3bfb74SAlan OttUsers:		HIDAPI library (http://www.signal11.us/oss/hidapi)
11a877417eSOlivier Gay
12*745b2888SMauro Carvalho ChehabWhat:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/country
13*745b2888SMauro Carvalho ChehabWhat:		/sys/class/bluetooth/hci<addr>/<hid-bus>:<vendor-id>:<product-id>.<num>/country
14*745b2888SMauro Carvalho ChehabWhat:		/sys/class/hidraw/hidraw<num>/device/country
15a877417eSOlivier GayDate:		February 2015
16a877417eSOlivier GayKernelVersion:	3.19
17a877417eSOlivier GayContact:	Olivier Gay <ogay@logitech.com>
18a877417eSOlivier GayDescription:	When read, this file returns the hex integer value in ASCII
19a877417eSOlivier Gay		of the device's HID country code (e.g. 21 for US).
20a877417eSOlivier Gay		This file cannot be written.
21