6 lines
157 B
Bash
Executable File
6 lines
157 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# blob:summary=Match Dell XPS systems with the Synaptics haptic touchpad.
|
|
|
|
blob-hw-match "XPS" && [[ -e /sys/bus/i2c/devices/i2c-VEN_06CB:00 ]]
|