mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
12 lines
315 B
D
12 lines
315 B
D
|
#
|
||
|
# Configuration for inputattach
|
||
|
#
|
||
|
|
||
|
# inputattach mode - see 'inputattach --help' for list e.g. "--microsoft" for
|
||
|
# 2 button Microsoft mouse
|
||
|
IAMODE="--microsoft"
|
||
|
|
||
|
# inputattach device - /dev file entry where device is attached e.g.
|
||
|
# "/dev/ttyS0" for device attached to first system serial port
|
||
|
IADEV="/dev/ttyS0"
|