mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-28 15:39:08 +00:00
19 lines
524 B
C
19 lines
524 B
C
/* -*- mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
|
|
*
|
|
* Copyright (C) 2018 Dell, Inc.
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#ifndef __FU_THUNDERBOLT_KNOWN_DEVICES_H__
|
|
#define __FU_THUNDERBOLT_KNOWN_DEVICES_H__
|
|
|
|
#define THUNDERBOLT_VENDOR_DELL 0x00d4
|
|
|
|
/* Dell TB16 dock */
|
|
#define THUNDERBOLT_DEVICE_DELL_TB16_CABLE 0xb051
|
|
#define THUNDERBOLT_DEVICE_DELL_TB16_DOCK 0xb054
|
|
#define PARENT_GUID_DELL_TB16 "e7ca1f36-bf73-4574-afe6-a4ccacabf479"
|
|
|
|
#endif /* __FU_THUNDERBOLT_KNOWN_DEVICES_H__ */
|