summaryrefslogtreecommitdiff
path: root/kernel/xpp/utils/zaptel_drivers
blob: d7904c01ecb68a1fa70fd15c277c5b4ea53a33c1 (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;

my $hardware = Zaptel::Hardware->scan;
print join("\n", $hardware->drivers),"\n";