Deleted Added
full compact
acpi_fujitsu.c (144623) acpi_fujitsu.c (150003)
1/*-
2 * Copyright (c) 2002 Sean Bullington <seanATstalker.org>
3 * 2003-2005 Anish Mistry <amistry@am-productions.biz>
4 * 2004 Mark Santcroos <marks@ripe.net>
5 * All Rights Reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 14 unchanged lines hidden (view full) ---

23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 * SUCH DAMAGE.
27 *
28 */
29
30#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2002 Sean Bullington <seanATstalker.org>
3 * 2003-2005 Anish Mistry <amistry@am-productions.biz>
4 * 2004 Mark Santcroos <marks@ripe.net>
5 * All Rights Reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 14 unchanged lines hidden (view full) ---

23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 * SUCH DAMAGE.
27 *
28 */
29
30#include <sys/cdefs.h>
31__FBSDID("$FreeBSD: head/sys/dev/acpi_support/acpi_fujitsu.c 144623 2005-04-04 10:21:20Z philip $");
31__FBSDID("$FreeBSD: head/sys/dev/acpi_support/acpi_fujitsu.c 150003 2005-09-11 18:39:03Z obrien $");
32
33#include "opt_acpi.h"
34#include <sys/param.h>
35#include <sys/kernel.h>
36#include <sys/bus.h>
37#include <sys/module.h>
38#include <sys/sysctl.h>
39
32
33#include "opt_acpi.h"
34#include <sys/param.h>
35#include <sys/kernel.h>
36#include <sys/bus.h>
37#include <sys/module.h>
38#include <sys/sysctl.h>
39
40#include "acpi.h"
40#include <contrib/dev/acpica/acpi.h>
41#include <dev/acpica/acpivar.h>
42
43/* Hooks for the ACPI CA debugging infrastructure */
44#define _COMPONENT ACPI_OEM
45ACPI_MODULE_NAME("Fujitsu")
46
47/* Change and update bits for the buttons */
48#define MOUSE_UPDATED_BIT 0x80000000

--- 516 unchanged lines hidden ---
41#include <dev/acpica/acpivar.h>
42
43/* Hooks for the ACPI CA debugging infrastructure */
44#define _COMPONENT ACPI_OEM
45ACPI_MODULE_NAME("Fujitsu")
46
47/* Change and update bits for the buttons */
48#define MOUSE_UPDATED_BIT 0x80000000

--- 516 unchanged lines hidden ---