linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFT 2/2] USB: acecad: Implement reset_resume()
@ 2010-03-12 10:40 Oliver Neukum
  0 siblings, 0 replies; only message in thread
From: Oliver Neukum @ 2010-03-12 10:40 UTC (permalink / raw)
  To: edouard.tisserant; +Cc: svoltz, linux-input, USB list

>From 2a264b56c60daecf6cd3cebc47699b4eafdcb041 Mon Sep 17 00:00:00 2001
From: Oliver Neukum <oliver@neukum.org>
Date: Fri, 12 Mar 2010 11:36:03 +0100
Subject: [PATCH 2/2] USB: acecad: Implement reset_resume()

resume() can do double duty.

Signed-off-by: Oliver Neukum <neukum@b1-systems.de>
---
 drivers/input/tablet/acecad.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/input/tablet/acecad.c b/drivers/input/tablet/acecad.c
index bf5bffb..25bfdb2 100644
--- a/drivers/input/tablet/acecad.c
+++ b/drivers/input/tablet/acecad.c
@@ -297,6 +297,7 @@ static struct usb_driver usb_acecad_driver = {
 	.disconnect =	usb_acecad_disconnect,
 	.suspend =	usb_acecad_suspend,
 	.resume =	usb_acecad_resume,
+	.reset_resume =	usb_acecad_resume,
 	.id_table =	usb_acecad_id_table,
 };
 
-- 
1.6.4.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-12 10:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-12 10:40 [RFT 2/2] USB: acecad: Implement reset_resume() Oliver Neukum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).