diff options
-rw-r--r-- | tools/Makefile.am | 2 | ||||
-rw-r--r-- | tools/example.psr | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index adff35b9..e3983a17 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -72,6 +72,6 @@ INCLUDES = -I$(top_srcdir)/common man_MANS = hciattach.8 hciconfig.8 hcitool.1 l2ping.1 sdptool.1 ciptool.1 \ $(avctrl_manfiles) $(hid2hci_manfiles) $(dfutool_manfiles) -EXTRA_DIST = $(man_MANS) avctrl.8 hid2hci.8 dfutool.1 +EXTRA_DIST = $(man_MANS) avctrl.8 hid2hci.8 dfutool.1 example.psr MAINTAINERCLEANFILES = Makefile.in diff --git a/tools/example.psr b/tools/example.psr new file mode 100644 index 00000000..bbbec73a --- /dev/null +++ b/tools/example.psr @@ -0,0 +1,12 @@ +// PSKEY_BDADDR +&0001 = 0001 2821 005b 6789 +// PSKEY_ANA_FTRIM +&01f6 = 0025 +// PSKEY_HOST_INTERFACE +&01f9 = 0001 +// PSKEY_UART_BAUD_RATE +&0204 = 01d8 +// PSKEY_ANA_FREQ +&01fe = 0004 +// PSKEY_UART_CONFIG +&0205 = 0006 |