Re: [PATCH] hid: usbhid: New hid quirks for Panasonic Elite PanaboardT-780 and T-880

From: Jiri Kosina
Date: Fri Oct 29 2010 - 08:54:46 EST


On Wed, 27 Oct 2010, Anton Chikin wrote:

> Added Panasonic vendor ID, two device IDs for Panasonic Whiteboard devices and new quirk to ignore
> these devices in hid-core driver.

Could you please be more verbose in the changelog?

Is the generic HID driver not working with these devices at all? Or is the
functionality only limited, not exploiting all the features the hardware
provides?

Is there any other driver available for these devices?

Thanks.

>
> Signed-off-by: Anton Chikin <anton.chikin@xxxxxxxxxxx>
> ---
> drivers/hid/hid-ids.h | 4 ++++
> drivers/hid/usbhid/hid-quirks.c | 2 ++
> 2 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h
> index 3341baa..b5542d3 100644
> --- a/drivers/hid/hid-ids.h
> +++ b/drivers/hid/hid-ids.h
> @@ -446,6 +446,10 @@
> #define USB_VENDOR_ID_ORTEK 0x05a4
> #define USB_DEVICE_ID_ORTEK_WKB2000 0x2000
>
> +#define USB_VENDOR_ID_PANASONIC 0x04da
> +#define USB_DEVICE_ID_PANASONIC_PANABOARD_T780 0x1044
> +#define USB_DEVICE_ID_PANASONIC_PANABOARD_T880 0x104d
> +
> #define USB_VENDOR_ID_PANJIT 0x134c
>
> #define USB_VENDOR_ID_PANTHERLORD 0x0810
> diff --git a/drivers/hid/usbhid/hid-quirks.c b/drivers/hid/usbhid/hid-quirks.c
> index 2c18547..b5788b0 100644
> --- a/drivers/hid/usbhid/hid-quirks.c
> +++ b/drivers/hid/usbhid/hid-quirks.c
> @@ -65,6 +65,8 @@ static const struct hid_blacklist {
> { USB_VENDOR_ID_CH, USB_DEVICE_ID_CH_AXIS_295, HID_QUIRK_NOGET },
> { USB_VENDOR_ID_DMI, USB_DEVICE_ID_DMI_ENC, HID_QUIRK_NOGET },
> { USB_VENDOR_ID_ELO, USB_DEVICE_ID_ELO_TS2700, HID_QUIRK_NOGET },
> + { USB_VENDOR_ID_PANASONIC, USB_DEVICE_ID_PANASONIC_PANABOARD_T780, HID_QUIRK_IGNORE },
> + { USB_VENDOR_ID_PANASONIC, USB_DEVICE_ID_PANASONIC_PANABOARD_T880, HID_QUIRK_IGNORE },
> { USB_VENDOR_ID_PRODIGE, USB_DEVICE_ID_PRODIGE_CORDLESS, HID_QUIRK_NOGET },
> { USB_VENDOR_ID_QUANTA, USB_DEVICE_ID_PIXART_IMAGING_INC_OPTICAL_TOUCH_SCREEN, HID_QUIRK_NOGET },
> { USB_VENDOR_ID_SUN, USB_DEVICE_ID_RARITAN_KVM_DONGLE, HID_QUIRK_NOGET },
> --
> 1.7.0.4
>

--
Jiri Kosina
SUSE Labs, Novell Inc.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/