2002-04-28 10:00:37

by Martin Eriksson

[permalink] [raw]
Subject: [PATCH] 2.4.19-pre7 Sparc64 & PPC64 fails to compile due to wrong Bluetooth IOCTLs

Patch against 2.4.19-pre7

--- linux-2.4.19-pre7/arch/sparc64/kernel/ioctl32.c.org Sun Apr 28 02:00:28
2002
+++ linux-2.4.19-pre7/arch/sparc64/kernel/ioctl32.c Sun Apr 28 12:04:57
2002
@@ -4550,8 +4550,8 @@
COMPATIBLE_IOCTL(HCIDEVUP)
COMPATIBLE_IOCTL(HCIDEVDOWN)
COMPATIBLE_IOCTL(HCIDEVRESET)
-COMPATIBLE_IOCTL(HCIRESETSTAT)
-COMPATIBLE_IOCTL(HCIGETINFO)
+COMPATIBLE_IOCTL(HCIDEVRESTAT)
+COMPATIBLE_IOCTL(HCIGETDEVINFO)
COMPATIBLE_IOCTL(HCIGETDEVLIST)
COMPATIBLE_IOCTL(HCISETRAW)
COMPATIBLE_IOCTL(HCISETSCAN)
--- linux-2.4.19-pre7/arch/ppc64/kernel/ioctl32.c.org Sun Apr 28 12:02:08
2002
+++ linux-2.4.19-pre7/arch/ppc64/kernel/ioctl32.c Sun Apr 28 12:05:23
2002
@@ -4159,8 +4159,8 @@
COMPATIBLE_IOCTL(HCIDEVUP),
COMPATIBLE_IOCTL(HCIDEVDOWN),
COMPATIBLE_IOCTL(HCIDEVRESET),
-COMPATIBLE_IOCTL(HCIRESETSTAT),
-COMPATIBLE_IOCTL(HCIGETINFO),
+COMPATIBLE_IOCTL(HCIDEVRESTAT),
+COMPATIBLE_IOCTL(HCIGETDEVINFO),
COMPATIBLE_IOCTL(HCIGETDEVLIST),
COMPATIBLE_IOCTL(HCISETRAW),
COMPATIBLE_IOCTL(HCISETSCAN),



2002-04-28 10:05:33

by David Miller

[permalink] [raw]
Subject: Re: [PATCH] 2.4.19-pre7 Sparc64 & PPC64 fails to compile due to wrong Bluetooth IOCTLs


It is already hopefully fixed in Marcelo's current tree.

2002-04-29 20:12:01

by Max Krasnyansky

[permalink] [raw]
Subject: Re: [PATCH] 2.4.19-pre7 Sparc64 & PPC64 fails to compile due to wrong Bluetooth IOCTLs


>
>It is already hopefully fixed in Marcelo's current tree.
Yes it is.

Max