Re: [PATCH v2] input: Add support for Hanwang tablet
From: Xing Wei <hidden>
Date: 2010-08-30 13:33:15
Also in:
lkml
From: Xing Wei <hidden>
Date: 2010-08-30 13:33:15
Also in:
lkml
On Mon, 30 Aug 2010, Jiri Kosina Wrote:
quoted
On Mon, 30 Aug 2010, Xing Wei wrote: +config TABLET_USB_HANWANG + tristate "Hanwang Art Master III tablet support (USB)" + depends on USB_ARCH_HAS_HCD + select USB + help + Say Y here if you want to use the USB version of the Hanwang Art + Master III tablet. Make sure to say Y to "Mouse support" + (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support" + (CONFIG_INPUT_EVDEV) as well.Is there any reason why you don't have these (MOUSEDEV and EVDEV) as explicit Kconfig dependencies? Thanks,
I just reference the other USB tablet on this Kconfig,like aiptek,acecad,wacom. Actually it depends on EVDEV at least now. I can submit another patch if necessarry. Thanks Jiri.