diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2007-01-18 14:15:26 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2007-01-18 14:15:26 +0000 |
commit | b81a3441c99c8315e3a70f59615d1014d9731178 (patch) | |
tree | 3c9638cf7df847cf112c2947bbda1d1c20bdbe2e /palm/uppc-kmod | |
parent | dbb66ffb71bc4bd9a738c4884ec702e975fa3948 (diff) |
Notes
Diffstat (limited to 'palm/uppc-kmod')
-rw-r--r-- | palm/uppc-kmod/files/patch-uppc.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/palm/uppc-kmod/files/patch-uppc.c b/palm/uppc-kmod/files/patch-uppc.c new file mode 100644 index 000000000000..38c3612b98aa --- /dev/null +++ b/palm/uppc-kmod/files/patch-uppc.c @@ -0,0 +1,13 @@ +--- uppc.c.orig Thu Jan 18 16:07:01 2007 ++++ uppc.c Thu Jan 18 16:12:10 2007 +@@ -62,6 +62,10 @@ + #define USB_PRODUCT_TOSHIBA_E330 0x0707 + #define USB_PRODUCT_TOSHIBA_E740 0x0706 + ++#ifndef USBDEVNAME ++#define USBDEVNAME device_get_nameunit ++#endif ++ + #include <sys/cdefs.h> + + #include <sys/param.h> |