File qc-usb-messenger-input_dev-private.patch of Package quickcam
--- qc-driver.c | 1 - 1 file changed, 1 deletion(-) --- a/qc-driver.c +++ b/qc-driver.c @@ -3661,7 +3661,6 @@ static struct quickcam *qc_usb_init(stru #endif /* Register input device for button */ qc->input_ptr->name = "Quickcam snapshot button"; - qc->input_ptr->private = qc; #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24) qc->input_ptr->evbit[0] = BIT_MASK(EV_KEY); qc->input_ptr->keybit[BIT_WORD(BTN_0)] = BIT_MASK(BTN_0);