|
@@ -340,7 +340,6 @@ struct rmi_driver_data {
|
|
struct rmi_function *f34_container;
|
|
struct rmi_function *f34_container;
|
|
bool f01_bootloader_mode;
|
|
bool f01_bootloader_mode;
|
|
|
|
|
|
- u32 attn_count;
|
|
|
|
int num_of_irq_regs;
|
|
int num_of_irq_regs;
|
|
int irq_count;
|
|
int irq_count;
|
|
void *irq_memory;
|
|
void *irq_memory;
|
|
@@ -352,14 +351,11 @@ struct rmi_driver_data {
|
|
struct input_dev *input;
|
|
struct input_dev *input;
|
|
|
|
|
|
u8 pdt_props;
|
|
u8 pdt_props;
|
|
- u8 bsr;
|
|
|
|
|
|
|
|
u8 num_rx_electrodes;
|
|
u8 num_rx_electrodes;
|
|
u8 num_tx_electrodes;
|
|
u8 num_tx_electrodes;
|
|
|
|
|
|
bool enabled;
|
|
bool enabled;
|
|
-
|
|
|
|
- void *data;
|
|
|
|
};
|
|
};
|
|
|
|
|
|
int rmi_register_transport_device(struct rmi_transport_dev *xport);
|
|
int rmi_register_transport_device(struct rmi_transport_dev *xport);
|