class Browser::Device::PSP

def id

def id
  :psp
end

def match?

def match?
  ua.include?("PlayStation Portable")
end

def name

def name
  "PlayStation Portable"
end