mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-22 18:22:41 +00:00
usb_report_filter: check device ds
Make sure we actually can report devices on USB driver device updates. related to #2527
This commit is contained in:
parent
7c269cb933
commit
754d1bd4a3
@ -299,6 +299,8 @@ class Usb_filter::Device_registry
|
|||||||
{
|
{
|
||||||
using namespace Genode;
|
using namespace Genode;
|
||||||
|
|
||||||
|
if (!_devices_rom.valid()) return;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* XXX it might happen that the device list has changed after we are
|
* XXX it might happen that the device list has changed after we are
|
||||||
* waiting for the usb_drv_config update
|
* waiting for the usb_drv_config update
|
||||||
|
Loading…
x
Reference in New Issue
Block a user