This file is indexed.

/usr/share/psychtoolbox-3/PsychHardware/Contents.m is in psychtoolbox-3-common 3.0.11.20140816.dfsg1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
% Psychtoolbox:PsychHardware
% Sense and control the world outside the computer. For keyboard and mouse 
% see PsychBasic. For other USB devices, see
% web http://psychtoolbox.org/usb.html -browser;
%
%   help Psychtoolbox % For an overview, triple-click me & hit enter.
%
% CedrusResponseBox   - All: Support for RB-x30 response boxes by Cedrus.
% CMCheckInit         - All: Turn on and connect to color meter.
% CMClose             - All: Turn off color meter.
% CMUBox              - All: Access CMUBox or PST (E-Prime) serial port
%                            button response boxes, as well as Bitwhacker
%                            and fORP serial port response boxes.
% ColorCal2           - All: Interface to the CRS ColorCal-II device.
% DatapixxToolbox     - All: Toolbox for control of various VPixx Inc. devices (DataPixx,
%                            ViewPixx, etc.)
% FindSerialPort      - All: Find port number associated with a particular input string.
% FORP                - All: Obsolete support for the FiberOpticResponsePad.
% MeasSpd             - All: Use color meter to measure a spectral power 
%                            distribution.
% MeasXYZ             - All: Use color meter to measure XYZ coordinates.
% PR650Toolbox        - All: Talk to PR650 Colorimeter.
% PR655Toolbox        - All: Talk to PR655 Colorimeter.
% PR670Toolbox        - All: Talk to PR670 Colorimeter.
% Daq folder          - All: Control the USB-1208FS data acquisition
%                            device as well as the 1408FS and 1608FS and
%                            maybe the 1024LS (the latter untested).
% Gamepad             - All: Read USB game controllers. Formerly "Joystick".
% GetGamepadIndices   - All: Get indices of gampads in PsychHID device list.
% GetKeyboardIndices  - All: Get indices of keyboards in PsychHID device list.
% GetMouseIndices     - All: Get indices of mice in the PsychHID device list.
% OptiCAL             - All: Interface to the CRS OptiCAL luminance meter device.
% PsychGPUTestAndTweakGammaTables - All: Helper function. Auto-tweak gamma tables for DataPixx et al. and Bits#
% PsychHID            - All: Read/write any HID-compliant USB device. See web page:
%                            web http://psychtoolbox.org/usb.html
% PsychRTBox          - All: Driver for RTBox reaction time button box.
% SerialComm          - OSX  Send and receive through serial ports.      -> DEPRECATED: Use IOPort instead!
%                            web http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=4952&objectType=file -browser;
% Snd                 - All: Play a sound. Only for simple sounds! Use PsychPortAudio for serious sound playback and capture!
%
% EyelinkToolbox      - All: Toolbox for control of the SR-Research Eyelink gazetrackers.
% iViewXToolbox       - All: Toolbox for control of the MSI-Research iView gazetrackers.
% NetStation          - All: Control the EGI Netstation EEG recording system via network.
%
% 
% Minolta Toolbox
% Set of m-files and sample code that can be used for reading luminance data
% from the Minolta LS-110 luminance meter. Contains simple program for 
% creating a LUT.
% web http://cornelis.med.rug.nl/pub/psychtoolboxstuff/minoltatoolbox.sit -browser;
% 
% TCP/UDP/IP Toolbox 2.0.5
% This toolbox can be used to set up TCP/IP connections or send/receive 
% UDP/IP packets in Matlab. It can transmit data over the Intranet/Internet 
% between Matlab processes or other applications. It is possible to act as 
% server and/or client and transmit strings, arrays of any data type, 
% files, or Matlab variables. There's no mexmac file in this release, 
% but this toolbox works perfectly on Mac OS X as is. Tested with 
% Matlab 7.0.1 and Mac OS X 10.3.7. Just use the MEX command with the main 
% pnet.c file and it will generate a pnet.mexmac.
% web http://www.mathworks.com/Matlabcentral/fileexchange/loadFile.do?objectId=345&objectType=file -browser;
% 
% See also PsychHID, Daq, Gamepad.