summaryrefslogtreecommitdiff
path: root/xpp/utils/zaptel_drivers
blob: 5cd890d02030dad4ad69b85d59a3a3b60b67e6ae (plain)
1
2
3
4
5
6
7
8
9
#! /usr/bin/perl -w
use strict;
use File::Basename;
BEGIN { my $dir = dirname($0); unshift(@INC, "$dir", "$dir/zconf"); }

use Zaptel::Hardware;

Zaptel::Hardware->scan_hardware();
print join("\n", Zaptel::Hardware->drivers),"\n";