Am 29.10.2007 20:10 schrieb Alan Stern: > On Mon, 29 Oct 2007, Tilman Schmidt wrote: > >> From: Tilman Schmidt <[email protected]> >> >> Add basic suspend/resume support to the usb_gigaset driver. > >> @@ -117,6 +122,11 @@ static struct usb_driver gigaset_usb_dri >> .probe = gigaset_probe, >> .disconnect = gigaset_disconnect, >> .id_table = gigaset_table, >> + .suspend = gigaset_suspend, >> + .resume = gigaset_resume, >> + .reset_resume = gigaset_resume, >> + .pre_reset = gigaset_suspend, >> + .post_reset = gigaset_resume, >> }; > > Does this really compile? The .pre_reset and .suspend members are > pointers to functions with different prototypes; I don't see how you > can assign the same function to both pointers. Oops, you're right. Yes, it does compile, but with a warning "initialization from incompatible pointer type" which I foolishly ignored. I'll produce a corrected version promptly. Thanks, Tilman -- Tilman Schmidt E-Mail: [email protected] Bonn, Germany Diese Nachricht besteht zu 100% aus wiederverwerteten Bits. Ungeöffnet mindestens haltbar bis: (siehe Rückseite)
Attachment:
signature.asc
Description: OpenPGP digital signature
- References:
- Re: [linux-usb-devel] [PATCH 1/2] usb_gigaset: suspend support
- From: Alan Stern <[email protected]>
- Re: [linux-usb-devel] [PATCH 1/2] usb_gigaset: suspend support
- Prev by Date: Crash with XFS on top of DRBD (DRBD 8.0.6 svn / Kernel 2.6.22)
- Next by Date: Re: 2.6.23 boot failures on x86-64.
- Previous by thread: Re: [linux-usb-devel] [PATCH 1/2] usb_gigaset: suspend support
- Next by thread: Re: [linux-usb-devel] [PATCH 1/2] usb_gigaset: suspend support
- Index(es):