xref: /freebsd/contrib/netbsd-tests/lib/libusbhid/test_usb_hid_usages (revision c22165b4f1f5d38b681921797a44b3ba8c13b7e0)
1*640235e2SEnji Cooper# $NetBSD: test_usb_hid_usages,v 1.1 2016/01/01 21:38:54 jakllsch Exp $
2*640235e2SEnji Cooper#
3*640235e2SEnji Cooper# USB HID usage table (for t_usbhid)
4*640235e2SEnji Cooper# Syntax:
5*640235e2SEnji Cooper#  - lines that do not start with a white space give the number and name of
6*640235e2SEnji Cooper#    a usage page.
7*640235e2SEnji Cooper#  - lines that start with a white space give the number and name of
8*640235e2SEnji Cooper#    a usage with the last given page.
9*640235e2SEnji Cooper#    If the number is * then the line matches all usages and the name
10*640235e2SEnji Cooper#    is a printf formatting string that will be given the usage number.
11*640235e2SEnji Cooper#
12*640235e2SEnji Cooper0xff1b	t_usbhid page
13*640235e2SEnji Cooper	0xff2a	t_usbhid usage
14*640235e2SEnji Cooper
15*640235e2SEnji Cooper0xff2a	Quick zephyrs blow vexing daft Jim.
16*640235e2SEnji Cooper	0	Usage ID Zero %
17*640235e2SEnji Cooper	*	Usage ID %u %%
18