Lenovo ThinkPad T410
The ThinkPad T410 is a laptop with little to no hardware issues.
Trackpoint
To make the trackpoint able to scroll while holding down the middle button, make a xorg configuration file /etc/X11/xorg.conf.d/20-trackpoint.conf
with the following contents:
Section "InputClass" Identifier "Trackpoint Wheel Emulation" MatchProduct "TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint|ThinkPad USB Keyboard with TrackPoint|USB Trackpoint pointing device|Composite TouchPad / TrackPoint" MatchDevicePath "/dev/input/event*" Option "EmulateWheel" "true" Option "EmulateWheelButton" "2" Option "Emulate3Buttons" "false" Option "XAxisMapping" "6 7" Option "YAxisMapping" "4 5" EndSection
Fingerprint reader
The fingerprint reader works, just follow the setup guide in Fprint.
Bus 001 Device 004: ID 147e:2016 Upek Biometric Touchchip/Touchstrip Fingerprint Sensor
Graphics
See NVIDIA.
Modules
The tp_smapi module is available in the AUR. After installation put the following in /etc/modules-load.d/thinkpad.conf
to load the module on boot.
tp_smapi