Skip to content

Instantly share code, notes, and snippets.

View ardX's full-sized avatar

Ardian Yusuf Wicaksono ardX

  • Telkom University
  • Pare - Surabaya, ID
  • 10:01 (UTC +07:00)
View GitHub Profile
@ardX
ardX / bi8232-ics.kl
Created February 5, 2012 04:52
keylayout files for F0X
key 139 MENU VIRTUAL
key 102 HOME VIRTUAL
key 158 BACK VIRTUAL
# key 217 SEARCH VIRTUAL
key 192 SEARCH VIRTUAL
@ardX
ardX / bi8232-ics.idc
Created February 5, 2012 04:51
idc files for F0X
# Copyright (C) 2010 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/i2c.h>
#include <linux/irq.h>
#include <linux/input.h>
#include <linux/interrupt.h>
#include <linux/delay.h>
#include <linux/workqueue.h>
#include <linux/completion.h>