Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219863
b: refs/heads/master
c: e23f773
h: refs/heads/master
i:
  219861: 7349e72
  219859: 5c1f6de
  219855: 0c0e7c8
v: v3
  • Loading branch information
Randy Dunlap authored and Greg Kroah-Hartman committed Sep 16, 2010
1 parent a92a876 commit 4272c89
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 73115300353c7a48022c2f6260a4a9002393a784
refs/heads/master: e23f773ee481aac96814aa9a4dbb0a7a4e0e9a7a
9 changes: 9 additions & 0 deletions trunk/drivers/staging/keucr/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ static struct usb_device_id eucr_usb_ids [] = {
MODULE_DEVICE_TABLE (usb, eucr_usb_ids);


#ifdef CONFIG_PM

int eucr_suspend(struct usb_interface *iface, pm_message_t message)
{
Expand Down Expand Up @@ -102,6 +103,14 @@ int eucr_reset_resume(struct usb_interface *iface)
}
//EXPORT_SYMBOL_GPL(usb_stor_reset_resume);

#else

#define eucr_suspend NULL
#define eucr_resume NULL
#define eucr_reset_resume NULL

#endif

//----- eucr_pre_reset() ---------------------
static int eucr_pre_reset(struct usb_interface *iface)
{
Expand Down

0 comments on commit 4272c89

Please sign in to comment.