From e2db5684903826f35c11054a122572cfaeaecc71 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Thu, 12 Dec 2019 09:30:53 -0600 Subject: [PATCH] trivial: Set vendor ID for Dell WD19 to USB:0x413C (Fixes: #1653) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit View after this update: ``` ├─WD19TB: │ │ Device ID: a455a3a21752e5d31c228f1f5b51761dad88a432 │ │ Summary: High performance dock │ │ Current version: 01.00.00.02 │ │ Minimum Version: 01.00.00.00 │ │ Vendor: Dell Inc. (USB:0x413C) │ │ Install Duration: 1 minute │ │ Serial Number: J4T6SV2/3169046018716226 │ │ GUID: cd357cf1-40b2-5d87-b8df-bb2dd82774aa ← USB\VID_413C&PID_B06E&hub&embedded │ │ Device Flags: • Updatable │ │ • Requires AC power │ │ • Supported on remote server │ │ • Device stages updates │ │ • Device can recover flash failures │ │ • Device is usable for the duration of the update │ │ │ ├─Thunderbolt controller in Dell dock: │ │ Device ID: 8357922f7f208e1f3b7537141ce17db04bc219d9 │ │ Summary: Thunderbolt controller │ │ Current version: 43.00 │ │ Vendor: Dell Inc. (TBT:0x00D4) │ │ Install Duration: 22 seconds │ │ GUID: c94770ca-1773-592c-b20a-e87243bc7cd0 ← TBT-00d4b070 │ │ Device Flags: • Updatable │ │ • Requires AC power │ │ • Supported on remote server │ │ • Device stages updates │ │ │ ├─Package level of Dell dock: │ │ Device ID: 1eca9eabb0c992c136e1deb1f89e3f70c465aa1c │ │ Summary: A representation of dock update status │ │ Current version: 01.00.08.01 │ │ Vendor: Dell Inc. (USB:0x413C) │ │ Install Duration: 5 seconds │ │ GUID: 8ceeeffd-51b6-580c-9b75-69143227aff8 ← USB\VID_413C&PID_B06E&hub&status │ │ Device Flags: • Updatable │ │ • Supported on remote server │ │ • Device can recover flash failures │ │ • Device is usable for the duration of the update │ │ │ ├─RTS5413 in Dell dock: │ │ Device ID: ca36279eeac13463fd5d974c88794859294fbfb1 │ │ Summary: USB 3.1 Generation 1 Hub │ │ Current version: 01.21 │ │ Vendor: Dell Inc. (USB:0x413C) │ │ Install Duration: 14 seconds │ │ GUIDs: 86fb40c0-8bf5-5a8b-a4ad-3156cf6bfaf4 ← USB\VID_413C&PID_B06F&REV_0101 │ │ b27d25f1-019d-5718-b41a-02ddaefe5577 ← USB\VID_413C&PID_B06F │ │ ac5b774c-b49d-566b-9255-85f0f7f8a4ed ← USB\VID_413C&PID_B06F&hub │ │ Device Flags: • Updatable │ │ • Requires AC power │ │ • Supported on remote server │ │ • Device stages updates │ │ • Device is usable for the duration of the update │ │ │ ├─RTS5487 in Dell dock: │ │ Device ID: acb404019656654d44f80922d94735e831d9bb40 │ │ Summary: USB 3.1 Generation 2 Hub │ │ Current version: 01.47 │ │ Vendor: Dell Inc. (USB:0x413C) │ │ Install Duration: 3 seconds │ │ GUIDs: 707c63d2-e597-5c40-84db-9b1bb4c48d96 ← USB\VID_413C&PID_B06E&REV_0101 │ │ acfcd89b-105d-55b9-b85b-08bf8508f38c ← USB\VID_413C&PID_B06E │ │ 568ffa1e-a0db-5287-9ea3-872b60f7730b ← USB\VID_413C&PID_B06E&hub │ │ Device Flags: • Updatable │ │ • Requires AC power │ │ • Supported on remote server │ │ • Device stages updates │ │ • Device is usable for the duration of the update │ │ │ └─VMM5331 in Dell dock: │ Device ID: 58931e8c9ef5eead9c007563814f96fcadb1b993 │ Summary: Multi Stream Transport controller │ Current version: 05.04.00 │ Vendor: Dell Inc. (USB:0x413C) │ Install Duration: 6 minutes │ GUID: 89fec0b6-6b76-5008-b82c-5e5c6c164007 ← MST-panamera-vmm5331-259 │ Device Flags: • Updatable │ • Requires AC power │ • Supported on remote server │ • Device stages updates │ • Device is usable for the duration of the update ``` --- plugins/dell-dock/dell-dock.quirk | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/plugins/dell-dock/dell-dock.quirk b/plugins/dell-dock/dell-dock.quirk index b25d64c73..afff77b6b 100644 --- a/plugins/dell-dock/dell-dock.quirk +++ b/plugins/dell-dock/dell-dock.quirk @@ -30,7 +30,7 @@ Name = RTS5413 in Dell dock Summary = USB 3.1 Generation 1 Hub ParentGuid = USB\VID_413C&PID_B06E&hub&embedded Plugin = dell_dock -Vendor = Dell Inc +Vendor = Dell Inc. Icon = dock-usb FirmwareSize = 0x10000 Flags = require-ac,updatable,dual-image,usable-during-update @@ -44,7 +44,7 @@ InstallDuration = 14 Name = RTS5487 in Dell dock Summary = USB 3.1 Generation 2 Hub ParentGuid = USB\VID_413C&PID_B06E&hub&embedded -Vendor = Dell Inc +Vendor = Dell Inc. Plugin = dell_dock Icon = dock-usb FirmwareSize = 0x10000 @@ -60,7 +60,8 @@ InstallDuration = 3 Name = Dell dock Summary = High performance dock Plugin = dell_dock -Vendor = Dell Inc +Vendor = Dell Inc. +VendorId = USB:0x413C Icon = dock-usb FirmwareSizeMin = 0x1FFC0 FirmwareSizeMax = 0x20000 @@ -77,7 +78,7 @@ InstallDuration = 60 Name = Package level of Dell dock Summary = A representation of dock update status Plugin = dell_dock -Vendor = Dell Inc +Vendor = Dell Inc. Flags = self-recovery,usable-during-update FirmwareSize = 24 InstallDuration = 5 @@ -87,7 +88,7 @@ DellDockBlobVersionOffset = 0x14 [Guid=MST-panamera-vmm5331-259] Name = VMM5331 in Dell dock Summary = Multi Stream Transport controller -Vendor = Dell Inc +Vendor = Dell Inc. Plugin = synapticsmst ParentGuid = USB\VID_413C&PID_B06E&hub&embedded Flags = skip-restart,require-ac,dual-image,usable-during-update @@ -104,7 +105,8 @@ Icon = video-display [Guid=TBT-00d4b070] Name = Thunderbolt controller in Dell dock Summary = Thunderbolt controller -Vendor = Dell Inc +Vendor = Dell Inc. +VendorId = TBT:0x00D4 ParentGuid = USB\VID_413C&PID_B06E&hub&embedded FirmwareSizeMin=0x40000 FirmwareSizeMax=0x80000