|
@@ -2439,6 +2439,8 @@ struct pvr2_hdw *pvr2_hdw_create(struct usb_interface *intf,
|
|
|
hdw = kzalloc(sizeof(*hdw),GFP_KERNEL);
|
|
|
pvr2_trace(PVR2_TRACE_INIT,"pvr2_hdw_create: hdw=%p, type \"%s\"",
|
|
|
hdw,hdw_desc->description);
|
|
|
+ pvr2_trace(PVR2_TRACE_INFO, "Hardware description attached: %s",
|
|
|
+ hdw_desc->description);
|
|
|
if (!hdw) goto fail;
|
|
|
|
|
|
init_timer(&hdw->quiescent_timer);
|