mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 02:36:24 +00:00
trivial: nvme: Remove quirk for Hynix SSD
I've seen a firmware image that the version was "80001C0T" for this disk and as such this is not a "quad" version number.
This commit is contained in:
parent
2d12a24234
commit
befe196777
@ -1,11 +1,5 @@
|
||||
cargs = ['-DG_LOG_DOMAIN="FuPluginNvme"']
|
||||
|
||||
install_data([
|
||||
'nvme.quirk',
|
||||
],
|
||||
install_dir: join_paths(datadir, 'fwupd', 'quirks.d')
|
||||
)
|
||||
|
||||
shared_module('fu_plugin_nvme',
|
||||
sources : [
|
||||
'fu-plugin-nvme.c',
|
||||
|
@ -1,3 +0,0 @@
|
||||
# SK hynix
|
||||
[DeviceInstanceId=NVME\VEN_1C5C]
|
||||
NvmeVersionFormat = quad
|
Loading…
Reference in New Issue
Block a user