diff options
Diffstat (limited to 'sys/dev/usb/ubser.c')
-rw-r--r-- | sys/dev/usb/ubser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/ubser.c b/sys/dev/usb/ubser.c index 934a271..a2c1dae 100644 --- a/sys/dev/usb/ubser.c +++ b/sys/dev/usb/ubser.c @@ -182,7 +182,7 @@ USB_DECLARE_DRIVER(ubser); static int ubser_match(device_t self) { - USB_MATCH_START(ubser, uaa); + struct usb_attach_arg *uaa = device_get_ivars(self); usb_string_descriptor_t us; usb_interface_descriptor_t *id; usb_device_descriptor_t *dd; |