1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "hid_device_info_linux.h"
9 HidDeviceInfoLinux::HidDeviceInfoLinux(
10 const HidDeviceId
& device_id
,
11 const std::string
& device_node
,
14 const std::string
& product_name
,
15 const std::string
& serial_number
,
17 const std::vector
<uint8
> report_descriptor
)
18 : HidDeviceInfo(device_id
,
25 device_node_(device_node
) {
28 HidDeviceInfoLinux::~HidDeviceInfoLinux() {