]> git.pld-linux.org Git - packages/eagle-usb.git/blob - eagle-usb-kill_owner.patch
- tabs in preamble
[packages/eagle-usb.git] / eagle-usb-kill_owner.patch
1 diff -urp eagle-usb-2.3.3.org/driver/eu_main.c eagle-usb-2.3.3/driver/eu_main.c
2 --- eagle-usb-2.3.3.org/driver/eu_main.c        2006-05-09 20:17:34.000000000 +0200
3 +++ eagle-usb-2.3.3/driver/eu_main.c    2006-05-09 20:29:24.000000000 +0200
4 @@ -173,7 +173,7 @@ static const struct usb_device_id eu_ids
5   */
6  static struct usb_driver eu_driver =
7  {
8 -#if LINUX_VERSION_CODE > KERNEL_VERSION(2,4,19)
9 +#if LINUX_VERSION_CODE > KERNEL_VERSION(2,4,19) && LINUX_VERSION_CODE < KERNEL_VERSION(2,6,16)
10      .owner      = THIS_MODULE,
11  #endif    
12      .name       = "eagle-usb",
This page took 0.033482 seconds and 3 git commands to generate.