mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 00:51:51 -04:00
scsi: ufs: core: Disable timestamp for Kioxia THGJFJT0E25BAIP
Kioxia has another product that does not support the qTimestamp attribute. Signed-off-by: Aaron Kling <webgeek1234@gmail.com> Reviewed-by: Bart Van Assche <bvanassche@acm.org> Link: https://patch.msgid.link/20260403-thgjfjt0e25baip-no-timestamp-v1-1-1ddb34225133@gmail.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
committed by
Martin K. Petersen
parent
03a5e8ec68
commit
e423f1c719
@@ -315,6 +315,9 @@ static const struct ufs_dev_quirk ufs_fixups[] = {
|
||||
{ .wmanufacturerid = UFS_VENDOR_TOSHIBA,
|
||||
.model = "THGLF2G9D8KBADG",
|
||||
.quirk = UFS_DEVICE_QUIRK_PA_TACTIVATE },
|
||||
{ .wmanufacturerid = UFS_VENDOR_TOSHIBA,
|
||||
.model = "THGJFJT0E25BAIP",
|
||||
.quirk = UFS_DEVICE_QUIRK_NO_TIMESTAMP_SUPPORT },
|
||||
{ .wmanufacturerid = UFS_VENDOR_TOSHIBA,
|
||||
.model = "THGJFJT1E45BATP",
|
||||
.quirk = UFS_DEVICE_QUIRK_NO_TIMESTAMP_SUPPORT },
|
||||
|
||||
Reference in New Issue
Block a user