1303980Sngie# $NetBSD: test_usb_hid_usages,v 1.1 2016/01/01 21:38:54 jakllsch Exp $
2303980Sngie#
3303980Sngie# USB HID usage table (for t_usbhid)
4303980Sngie# Syntax:
5303980Sngie#  - lines that do not start with a white space give the number and name of
6303980Sngie#    a usage page.
7303980Sngie#  - lines that start with a white space give the number and name of
8303980Sngie#    a usage with the last given page.
9303980Sngie#    If the number is * then the line matches all usages and the name
10303980Sngie#    is a printf formatting string that will be given the usage number.
11303980Sngie#
12303980Sngie0xff1b	t_usbhid page
13303980Sngie	0xff2a	t_usbhid usage
14303980Sngie
15303980Sngie0xff2a	Quick zephyrs blow vexing daft Jim.
16303980Sngie	0	Usage ID Zero %
17303980Sngie	*	Usage ID %u %%
18