commit | d831e3612111d385e8629104af5429808ef26e25 | [log] [tgz] |
---|---|---|
author | Bastien Nocera <hadess@hadess.net> | Tue Aug 22 12:20:24 2023 +0200 |
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Thu Aug 24 12:24:16 2023 -0700 |
tree | 36a45d16887f323363b12fe2aa1f85479a7d8beb | |
parent | 253f3399f4c09ce6f4e67350f839be0361b4d5ff [diff] |
Bluetooth: btusb: Fix quirks table naming The quirks table was named "blacklist_table" which isn't a good description for that table as devices detected using it weren't ignored by the driver. Rename the table to match what it actually does. Signed-off-by: Bastien Nocera <hadess@hadess.net> Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>