gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fwd: nokia_dku2.c patch for 2.6.15.6


From: Mlists
Subject: Re: Fwd: nokia_dku2.c patch for 2.6.15.6
Date: Tue, 04 Apr 2006 17:51:03 -0400

Worked -- had to manually apply it though.

Module loads and looks ok:

usbcore: registered new driver usbserial
drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
usbcore: registered new driver usbserial_generic
drivers/usb/serial/usb-serial.c: USB Serial Driver core
drivers/usb/serial/usb-serial.c: USB Serial support registered for Nokia 7600/6230(i)/6170/66x0 DKU2 driver
usbcore: registered new driver Nokia DKU2
/root/gnokii/patches/kernel_2.6/nokia_dku2.c: v0.2 C Kemp
/root/gnokii/patches/kernel_2.6/nokia_dku2.c: Nokia DKU2 Driver


On Tue, 2006-04-04 at 23:30 +0200, Pawel Kot wrote:
Hi,

There is a patch from Trevor for dku2 module. Could anyone please test it?

take care,
Pawel

---------- Forwarded message ----------
From: Trevor Hemsley
Subject: nokia_dku2.c patch for 2.6.15.6
To: Pawel Kot


I've tried to compile the nokia_dku2.c kernel module today against the
default kernel on SuSE 10 and failed. Obtained the latest vanilla source
from kernel.org and compiled and installed 2.6.15.6 to see if it's any
better, got the same compile errors. Needs to be patched to allow
compilation to work, now seems OK, have smsd worked and
sending.receiving txt messages via a Nokia 6230.

--- ../../../gnokii/patches/kernel_2.6/nokia_dku2.c     2005-10-17
21:53:59.000000000 +0100
+++ nokia_dku2.c        2006-03-16 12:38:53.000000000 +0000
@@ -71,10 +71,8 @@
        .id_table =     id_table,
 };

-static struct usb_serial_device_type nokia_device = {
-       .owner =                THIS_MODULE,
-       .name =                 "Nokia 7600/6230(i)/6170/66x0 DKU2 driver",
-       .short_name =           "Nokia DKU2",
+static struct usb_serial_driver nokia_device = {
+       .description =          "Nokia 7600/6230(i)/6170/66x0 DKU2 driver",
        .id_table =             id_table,
        .num_interrupt_in =     1,
        .num_bulk_in =          1,

--
Trevor Hemsley
Tradocs Ltd
Tower Point
44 North road
Brighton

0870 1417031
http://tradocs.net

This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom
they are addressed. If you have received this email in error please
notify the system manager. Please note that any views or opinions
presented in this email are solely those of the author and do not
necessarily represent those of the company. Finally, the recipient
should check this email and any attachments for the presence of
viruses. The company accepts no liability for any damage caused
by any virus transmitted by this email.



--
Pawel Kot
http://www.gnokii.org/


_______________________________________________
gnokii-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/gnokii-users

reply via email to

[Prev in Thread] Current Thread [Next in Thread]