usb-0.3.1: System/USB/Enumeration.hs
--------------------------------------------------------------------------------
-- |
-- Module : System.USB.Devices
-- Copyright : (c) 2009–2010 Bas van Dijk
-- License : BSD3 (see the file LICENSE)
-- Maintainer : Bas van Dijk <v.dijk.bas@gmail.com>
--
-- This module provides functionality for enumerating the USB devices currently
-- attached to the system.
--
--------------------------------------------------------------------------------
module System.USB.Enumeration
( Device
, getDevices
, busNumber
, deviceAddress
, deviceDesc
) where
import System.USB.Internal