Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259971
b: refs/heads/master
c: f2fb62b
h: refs/heads/master
i:
  259969: 1b8ce38
  259967: 44e4d34
v: v3
  • Loading branch information
matt mooney authored and Greg Kroah-Hartman committed Jul 6, 2011
1 parent 9ab47ef commit 5b4656e
Show file tree
Hide file tree
Showing 4 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: 4fd83e84d5069a17a00cbc345cfc045c00e4b7dc
refs/heads/master: f2fb62b371703e70593780ad40333c2e21030df8
3 changes: 3 additions & 0 deletions trunk/drivers/staging/usbip/userspace/libsrc/stub_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

#include "usbip.h"

#undef PROGNAME
#define PROGNAME "libusbip"

struct usbip_stub_driver *stub_driver;

static struct sysfs_driver *open_sysfs_stub_driver(void)
Expand Down
3 changes: 3 additions & 0 deletions trunk/drivers/staging/usbip/userspace/libsrc/usbip_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
#include "usbip.h"
#include "names.h"

#undef PROGNAME
#define PROGNAME "libusbip"

int usbip_use_syslog = 0;
int usbip_use_stderr = 0;
int usbip_use_debug = 0;
Expand Down
3 changes: 3 additions & 0 deletions trunk/drivers/staging/usbip/userspace/libsrc/vhci_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

#include "usbip.h"

#undef PROGNAME
#define PROGNAME "libusbip"

struct usbip_vhci_driver *vhci_driver;

static struct usbip_imported_device *imported_device_init(struct usbip_imported_device *idev, char *busid)
Expand Down

0 comments on commit 5b4656e

Please sign in to comment.