summaryrefslogtreecommitdiff
path: root/xpp/dahdi_drivers
blob: add8374315c13157c22380cf91b925dfca126c57 (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/perl_modules"); }

use Dahdi::Hardware;

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