static u8 buffer[JUNO_BUFFER_SIZE];
-static u8 block[JUNO_BLOCK_SIZE];
static void do_hid_tasklet(unsigned long);
DECLARE_TASKLET(hid_tasklet, do_hid_tasklet, 0);
static struct innovator_hid_dev *hid;
-static spinlock_t innovator_fpga_hid_lock = SPIN_LOCK_UNLOCKED;
-static atomic_t innovator_fpga_hid_busy = ATOMIC_INIT(0);
struct innovator_hid_dev {
struct input_dev mouse, keyboard;
innovator_fpga_hid_frob(x, x);
}
-static void
-innovator_fpga_hid_clear_bits(u8 x)
-{
- innovator_fpga_hid_frob(x, 0);
-}
-
static void
SS(int value)
{
return ret;
}
-static int
-verify_init(u8 * p)
-{
- return (((simple_t *)p)->cmd_code == 0x01) ? 0 : -1;
-}
-
-
/*
* Host command helper functions:
*/
static int innovator_ps2_suspend(struct device *dev, pm_message_t state)
{
- u8 pmcomm;
+ u8 pmcomm = 0;
/*
* Set SUS_STATE in REG_PM_COMM (Page 0 R0). This will cause
static int innovator_ps2_resume(struct device *dev)
{
- u8 pmcomm;
+ u8 pmcomm = 0;
/*
* Clear SUS_STATE from REG_PM_COMM (Page 0 R0).