Magellan Linux

Contents of /trunk/zydas/patches/zd1211-driver-r32-indent.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 1118 byte(s)
-import

1 * finding or making jordens@debian.org--zd1211/zd1211--integration--0--patch-6
2 * finding or making jordens@debian.org--zd1211/zd1211--integration--0--patch-7
3 * computing changeset
4 A {arch}/zd1211/zd1211--integration/zd1211--integration--0/jordens@debian.org--zd1211/patch-log/patch-7
5 M src/zdusb.c
6 * changeset report
7 * modified files
8
9 --- orig/src/zdusb.c
10 +++ mod/src/zdusb.c
11 @@ -378,15 +378,15 @@
12 }
13
14 static struct usb_driver zd1211_driver =
15 - {
16 +{
17 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0))
18 - .owner = THIS_MODULE,
19 + .owner = THIS_MODULE,
20 #endif
21 - .name = driver_name,
22 - .probe = zd1211_probe,
23 - .disconnect = zd1211_disconnect,
24 - .id_table = zd1211_ids,
25 - };
26 + .name = driver_name,
27 + .probe = zd1211_probe,
28 + .disconnect = zd1211_disconnect,
29 + .id_table = zd1211_ids,
30 +};
31
32
33 int __init zd1211_init(void)
34
35
36
37 * added files
38
39

Properties

Name Value
svn:executable *