usb: misc: ljca: Drop _ADR support to get ljca children devices
authorWentong Wu <wentong.wu@intel.com>
Tue, 14 Nov 2023 07:25:31 +0000 (15:25 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 Nov 2023 14:30:10 +0000 (15:30 +0100)
commit30ce1c03a083c9dc131d09d28ba1bcaafa3d8df2
tree318b827413f1317af71669d61c3efa5c9748bfce
parent58f2fcb3a845fcbbad2f3196bb37d744e0506250
usb: misc: ljca: Drop _ADR support to get ljca children devices

Currently the shipped platforms use only _HID to distinguish
ljca children devices. The _ADR support here is for future HW.
This patch is to drop _ADR support and we can then re-introduce
it (revert this patch) if future HW actually starts using _ADR
to distinguish children devices.

Signed-off-by: Wentong Wu <wentong.wu@intel.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20231114072531.1366753-1-wentong.wu@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/usb-ljca.c