4
device.category == 'MOUSE' or device.category == 'TOUCH'
5
_description: Pointing device tests.
7
cat <<'EOF' | run_templates -t -s 'udev_resource | filter_templates -w "category=MOUSE" -w "category=TOUCH"'
9
name: input/pointing_`basename $path`
10
requires: device.path == "$path"
13
This will test your $product device
15
1. Move the cursor with your $product.
24
This test will test your pointing device
26
1. Move the cursor using the pointing device or touch the screen.
27
2. Perform some single/double/right click operations.
29
Did the pointing device work as expected?
33
command: keyboard_test
34
requires: device.category == 'KEYBOARD'
37
This test will test your keyboard
40
2. On the open text area, use your keyboard to type something
42
Is your keyboard working properly?
45
name: input/accelerometer_verify
48
Manual detection of accelerometer.
50
1. Look at the specifications for your system.
52
Is this system supposed to have an accelerometer?
55
name: input/accelerometer
57
depends: input/accelerometer_verify
58
command: accelerometer_test -m
61
This test will test your accelerometer to see if it is detected
62
and operational as a joystiq device.
65
2. Tilt your hardware in the directions onscreen until the axis threshold is met.
67
Is your accelerometer properly detected? Can you use the device?