Skip to content

Commit

Permalink
ReadHardware: Fixed doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf committed Aug 14, 2014
1 parent bdaa279 commit 452d778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/include/network/routines.rb
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ def ControllerType(hwdevice)

# Read HW information
# @param [String] hwtype type of devices to read (netcard|modem|isdn)
# @return true if success
# @return array of hashes describing detected device
def ReadHardware(hwtype)
_Hardware = []

Expand Down Expand Up @@ -1059,7 +1059,7 @@ def hwtypes
}
end

# Requests user's confirmation on hw detection
# If the user requested manual installation, ask whether to probe hardware of this type
def confirmed_detection(hwtype)
# Device type labels.
hwstrings = {
Expand Down

0 comments on commit 452d778

Please sign in to comment.