Deleted Added
sdiff udiff text old ( 163675 ) new ( 223153 )
full compact
1# $FreeBSD: head/share/misc/usb_hid_usages 163675 2006-10-24 23:52:22Z markus $
2#
3# USB HID usage table
4# Syntax:
5# - lines that do not start with a white space give the number and name of
6# a usage page.
7# - lines that start with a white space give the number and name of
8# a usage with the last given page.
9# If the number is * then the line matches all usages and the name

--- 974 unchanged lines hidden (view full) ---

984 0x06 White Board
985 0x07 Coordinate Measuring Machine
986 0x08 3D Digitizer
987 0x09 Stereo Plotter
988 0x0A Articulated Arm
989 0x0B Armature
990 0x0C Multiple Point Digitizer
991 0x0D Free Space Wand
992 0x20 Stylus
993 0x21 Puck
994 0x22 Finger
995 0x30 Tip Pressure
996 0x31 Barrel Pressure
997 0x32 In Range
998 0x33 Touch
999 0x34 Untouch
1000 0x35 Tap
1001 0x36 Quality
1002 0x37 Data Valid

--- 7 unchanged lines hidden (view full) ---

1010 0x3F Azimuth
1011 0x40 Altitude
1012 0x41 Twist
1013 0x42 Tip Switch
1014 0x43 Secondary Tip Switch
1015 0x44 Barrel Switch
1016 0x45 Eraser
1017 0x46 Tablet Pick
1018
101915 Physical Interface Device
1020 0x00 Undefined
1021 0x01 Physical Interface Device
1022 0x20 Normal
1023 0x21 Set Effect Report
1024 0x22 Effect Block Index
1025 0x23 Parameter Block Offset

--- 705 unchanged lines hidden ---