|
@@ -30,9 +30,6 @@ static unsigned int streaming_maxburst;
|
|
|
module_param(streaming_maxburst, uint, S_IRUGO|S_IWUSR);
|
|
|
MODULE_PARM_DESC(streaming_maxburst, "0 - 15 (ss only)");
|
|
|
|
|
|
-static unsigned int trace;
|
|
|
-module_param(trace, uint, S_IRUGO|S_IWUSR);
|
|
|
-MODULE_PARM_DESC(trace, "Trace level bitmask");
|
|
|
/* --------------------------------------------------------------------------
|
|
|
* Device descriptor
|
|
|
*/
|
|
@@ -379,7 +376,6 @@ webcam_bind(struct usb_composite_dev *cdev)
|
|
|
uvc_opts->streaming_interval = streaming_interval;
|
|
|
uvc_opts->streaming_maxpacket = streaming_maxpacket;
|
|
|
uvc_opts->streaming_maxburst = streaming_maxburst;
|
|
|
- uvc_set_trace_param(trace);
|
|
|
|
|
|
uvc_opts->fs_control = uvc_fs_control_cls;
|
|
|
uvc_opts->ss_control = uvc_ss_control_cls;
|