Searched hist:d23efc19 (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/hid/ |
| H A D | hid-elo.c | d23efc19 Tue May 07 09:40:58 GMT 2013 Jiri Slaby <[email protected]> HID: add driver for ELO 4000/4500
This is a driver for ELO 4000/4500 devices which report themselves as HID devices, but do not really send HID events on touch. So we introduce a new HID 'quirk' driver with a raw_event handler where we take care of those events.
What we need additionally is an input_configured hook, because the device does not mention anything about PRESSURE and TOUCH in its report descriptor, but it actually generate those. So we set the bits in the corresponding input_dev in that hook.
Thanks to Petr Ostadal who was willing to test the driver. The rest of Cc's listed below had something to do with that driver over the years in our enterprise tree.
Signed-off-by: Jiri Slaby <[email protected]> Tested-by: Petr Ostadal <[email protected]> Cc: Oliver Neukum <[email protected]> Cc: Vojtech Pavlik <[email protected]> Cc: Egbert Eich <[email protected]> Cc: Libor Pechacek <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
|
| H A D | Makefile | d23efc19 Tue May 07 09:40:58 GMT 2013 Jiri Slaby <[email protected]> HID: add driver for ELO 4000/4500
This is a driver for ELO 4000/4500 devices which report themselves as HID devices, but do not really send HID events on touch. So we introduce a new HID 'quirk' driver with a raw_event handler where we take care of those events.
What we need additionally is an input_configured hook, because the device does not mention anything about PRESSURE and TOUCH in its report descriptor, but it actually generate those. So we set the bits in the corresponding input_dev in that hook.
Thanks to Petr Ostadal who was willing to test the driver. The rest of Cc's listed below had something to do with that driver over the years in our enterprise tree.
Signed-off-by: Jiri Slaby <[email protected]> Tested-by: Petr Ostadal <[email protected]> Cc: Oliver Neukum <[email protected]> Cc: Vojtech Pavlik <[email protected]> Cc: Egbert Eich <[email protected]> Cc: Libor Pechacek <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
|
| H A D | Kconfig | d23efc19 Tue May 07 09:40:58 GMT 2013 Jiri Slaby <[email protected]> HID: add driver for ELO 4000/4500
This is a driver for ELO 4000/4500 devices which report themselves as HID devices, but do not really send HID events on touch. So we introduce a new HID 'quirk' driver with a raw_event handler where we take care of those events.
What we need additionally is an input_configured hook, because the device does not mention anything about PRESSURE and TOUCH in its report descriptor, but it actually generate those. So we set the bits in the corresponding input_dev in that hook.
Thanks to Petr Ostadal who was willing to test the driver. The rest of Cc's listed below had something to do with that driver over the years in our enterprise tree.
Signed-off-by: Jiri Slaby <[email protected]> Tested-by: Petr Ostadal <[email protected]> Cc: Oliver Neukum <[email protected]> Cc: Vojtech Pavlik <[email protected]> Cc: Egbert Eich <[email protected]> Cc: Libor Pechacek <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
|
| H A D | hid-core.c | d23efc19 Tue May 07 09:40:58 GMT 2013 Jiri Slaby <[email protected]> HID: add driver for ELO 4000/4500
This is a driver for ELO 4000/4500 devices which report themselves as HID devices, but do not really send HID events on touch. So we introduce a new HID 'quirk' driver with a raw_event handler where we take care of those events.
What we need additionally is an input_configured hook, because the device does not mention anything about PRESSURE and TOUCH in its report descriptor, but it actually generate those. So we set the bits in the corresponding input_dev in that hook.
Thanks to Petr Ostadal who was willing to test the driver. The rest of Cc's listed below had something to do with that driver over the years in our enterprise tree.
Signed-off-by: Jiri Slaby <[email protected]> Tested-by: Petr Ostadal <[email protected]> Cc: Oliver Neukum <[email protected]> Cc: Vojtech Pavlik <[email protected]> Cc: Egbert Eich <[email protected]> Cc: Libor Pechacek <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
|