From d33c47876f0fc2d669d71292875b900ef1cb157b Mon Sep 17 00:00:00 2001 From: crunchy Date: Mon, 9 Dec 2002 10:02:11 +0000 Subject: update for kernel 2.4.20 or later --- ChangeLog | 5 +++++ etc/Makefile.am | 4 +++- kernel/mpio.c | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b205b45..bb9501c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-12-06 + + * kernel/mpio.c: 2.4.20 does not contain the typedef purb_t + anymore. Replaced it with 'struct urb *' + 2002-11-18 Andreas Buesching * configure.in: add a check for readline header files diff --git a/etc/Makefile.am b/etc/Makefile.am index 02f1137..63b0713 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -1 +1,3 @@ -sysconf_DATA = mpio/mpioshrc \ No newline at end of file +sysconfdir=$(sysconfdir)/mpio + +sysconf_DATA = etc/mpioshrc \ No newline at end of file diff --git a/kernel/mpio.c b/kernel/mpio.c index 54a336d..dedc4ca 100644 --- a/kernel/mpio.c +++ b/kernel/mpio.c @@ -569,7 +569,7 @@ void usb_show_string(struct usb_device *dev, char *id, int index) kfree(buf); } -void usb_dump_urb (purb_t purb) +void usb_dump_urb (struct urb * purb) { printk ("urb :%p\n", purb); printk ("next :%p\n", purb->next); -- cgit v1.2.3