diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-03-03 16:48:20 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-03-03 16:48:20 +0000 |
commit | d6fc4f494bf9ceb326fc37679f16224b91a0fc26 (patch) | |
tree | c95bbce02e5b7af62690c54cf3c5d0a36ba73c50 /h-source/Application/Include/hardware.php | |
parent | fdd5ccda63a6c6825035f99c3e6b6df93814cebe (diff) |
improved the vendor selection
Diffstat (limited to 'h-source/Application/Include/hardware.php')
-rw-r--r-- | h-source/Application/Include/hardware.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php index cae6b74..cd5fcab 100644 --- a/h-source/Application/Include/hardware.php +++ b/h-source/Application/Include/hardware.php @@ -492,7 +492,7 @@ class Bluetooth extends Hardware public static $select = 'yes,no'; - public static $interface = "not-specified,USB"; + public static $interface = "not-specified,USB,PCI,PCI-E,mini-PCI,mini-PCI-E,ExpressCard,PC-Card"; public static function vendorsList() { |