mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
3d37fbe441
There was a case where a newly-registered input device could be opened before a necessary variable in the device structure was set. When code tried to use the variable in the URB reply callback, it would cause an Oops. This fix sets the aforementioned variable before calling input_register_device. Signed-off-by: William Light <wrl@illest.net> Signed-off-by: Takashi Iwai <tiwai@suse.de> |
||
---|---|---|
.. | ||
audio.c | ||
audio.h | ||
control.c | ||
control.h | ||
device.c | ||
device.h | ||
input.c | ||
input.h | ||
Makefile | ||
midi.c | ||
midi.h |