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