|
@@ -784,16 +784,16 @@ static int proc_setconfig(struct dev_state *ps, void __user *arg)
|
|
for (i = 0; i < actconfig->desc.bNumInterfaces; ++i) {
|
|
for (i = 0; i < actconfig->desc.bNumInterfaces; ++i) {
|
|
if (usb_interface_claimed(actconfig->interface[i])) {
|
|
if (usb_interface_claimed(actconfig->interface[i])) {
|
|
dev_warn (&ps->dev->dev,
|
|
dev_warn (&ps->dev->dev,
|
|
- "usbfs: interface %d claimed "
|
|
|
|
|
|
+ "usbfs: interface %d claimed by %s "
|
|
"while '%s' sets config #%d\n",
|
|
"while '%s' sets config #%d\n",
|
|
actconfig->interface[i]
|
|
actconfig->interface[i]
|
|
->cur_altsetting
|
|
->cur_altsetting
|
|
->desc.bInterfaceNumber,
|
|
->desc.bInterfaceNumber,
|
|
|
|
+ actconfig->interface[i]
|
|
|
|
+ ->dev.driver->name,
|
|
current->comm, u);
|
|
current->comm, u);
|
|
-#if 0 /* FIXME: enable in 2.6.10 or so */
|
|
|
|
status = -EBUSY;
|
|
status = -EBUSY;
|
|
break;
|
|
break;
|
|
-#endif
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|