]> git.ipfire.org Git - thirdparty/linux.git/commit
cdc-acm: fix race between initial clearing halt and open
authorOliver Neukum <oneukum@suse.com>
Thu, 17 Jul 2025 14:12:50 +0000 (16:12 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Jul 2025 14:29:44 +0000 (16:29 +0200)
commit64690a90cd7c6db16d3af8616be1f4bf8d492850
tree7adf523d3e3537c728425bcac6abd56b6af9a430
parenta83c371c4b6c9e5cc11391ee6e56543a0fef59b9
cdc-acm: fix race between initial clearing halt and open

On the devices that need their endpoints to get an
initial clear_halt, this needs to be done before
the devices can be opened. That means it needs to be
before the devices are registered.

Fixes: 15bf722e6f6c0 ("cdc-acm: Add support of ATOL FPrint fiscal printers")
Cc: stable <stable@kernel.org>
Signed-off-by: Oliver Neukum <oneukum@suse.com>
Link: https://lore.kernel.org/r/20250717141259.2345605-1-oneukum@suse.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/class/cdc-acm.c