https://github.com/torvalds/linux
Revision bda13e35d584dabf52c9f77e0fe62683ac4d9f86 authored by Hans de Goede on 16 March 2015, 14:18:13 UTC, committed by Greg Kroah-Hartman on 18 March 2015, 15:15:14 UTC
A new uas compatible controller has shown up in some people's devices from
the manufacturer Initio Corporation, this controller needs the US_FL_NO_ATA_1X
quirk to work properly with uas, so add it to the uas quirks table.

Reported-and-tested-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Cc: stable@vger.kernel.org # 3.16
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent e32643a
Raw File
Tip revision: bda13e35d584dabf52c9f77e0fe62683ac4d9f86 authored by Hans de Goede on 16 March 2015, 14:18:13 UTC
uas: Add US_FL_NO_ATA_1X for Initio Corporation controllers / devices
Tip revision: bda13e3
audit_change_attr.h
#ifdef __NR_chmod
__NR_chmod,
#endif
__NR_fchmod,
#ifdef __NR_chown
__NR_chown,
__NR_lchown,
#endif
#ifdef __NR_fchown
__NR_fchown,
#endif
__NR_setxattr,
__NR_lsetxattr,
__NR_fsetxattr,
__NR_removexattr,
__NR_lremovexattr,
__NR_fremovexattr,
#ifdef __NR_fchownat
__NR_fchownat,
__NR_fchmodat,
#endif
#ifdef __NR_chown32
__NR_chown32,
__NR_fchown32,
__NR_lchown32,
#endif
#ifdef __NR_link
__NR_link,
#endif
#ifdef __NR_linkat
__NR_linkat,
#endif
back to top