Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 127018 | Differences between
and this patch

Collapse All | Expand All

(-)qc-usb-0.6.3.ori/qc-driver.c (-1 / +1 lines)
Lines 3027-3033 Link Here
3027
	name:		qc_name,
3027
	name:		qc_name,
3028
	probe:		qc_usb_probe,
3028
	probe:		qc_usb_probe,
3029
	disconnect:	qc_usb_disconnect,
3029
	disconnect:	qc_usb_disconnect,
3030
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
3030
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) && LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,15)
3031
	owner:		THIS_MODULE,
3031
	owner:		THIS_MODULE,
3032
#endif
3032
#endif
3033
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,0)
3033
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,0)

Return to bug 127018