Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28398
b: refs/heads/master
c: 325a4af
h: refs/heads/master
v: v3
  • Loading branch information
David Brownell authored and Greg Kroah-Hartman committed Jun 21, 2006
1 parent 7f3b133 commit 41144d4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a8c28f2389942bab376e39351d27525499630248
refs/heads/master: 325a4af60dc945bf2da9cbcdbabb276e312b297c
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/isp116x-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
#include <linux/init.h>
#include <linux/list.h>
#include <linux/usb.h>
#include <linux/usb_isp116x.h>
#include <linux/usb/isp116x.h>
#include <linux/platform_device.h>

#include <asm/io.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/sl811-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#include <linux/list.h>
#include <linux/interrupt.h>
#include <linux/usb.h>
#include <linux/usb_sl811.h>
#include <linux/usb/sl811.h>
#include <linux/platform_device.h>

#include <asm/io.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/sl811_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <pcmcia/cisreg.h>
#include <pcmcia/ds.h>

#include <linux/usb_sl811.h>
#include <linux/usb/sl811.h>

MODULE_AUTHOR("Botond Botyanszki");
MODULE_DESCRIPTION("REX-CFU1U PCMCIA driver for 2.6");
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ struct sl811_platform_data {
u8 power;

/* sl811 relies on an external source of VBUS current */
void (*port_power)(struct device *dev, int is_on);
void (*port_power)(struct device *dev, int is_on);

/* pulse sl811 nRST (probably with a GPIO) */
void (*reset)(struct device *dev);
void (*reset)(struct device *dev);

// some boards need something like these:
// int (*check_overcurrent)(struct device *dev);
// void (*clock_enable)(struct device *dev, int is_on);
// int (*check_overcurrent)(struct device *dev);
// void (*clock_enable)(struct device *dev, int is_on);
};

0 comments on commit 41144d4

Please sign in to comment.