Re: Tablets with webcamd (was: wacom and x11 and webcamd)

2013-01-14 Thread Hans Petter Selasky
Hi, The drivers mentioned does not compile as-is, but you are free to send a patch to make them compile. Should not be too hard! --HPS Index: config === --- config (revision 2525) +++ config (working copy) @@ -220,6

Re: Tablets with webcamd (was: wacom and x11 and webcamd)

2013-01-14 Thread Vitaly Magerya
Hans Petter Selasky hsela...@c2i.net wrote: The drivers mentioned does not compile as-is, That is my conclusion as well. but you are free to send a patch to make them compile. Should not be too hard! In that case I will look into it as time permits. No promises though. Thank you for your

Re: Tablets with webcamd (was: wacom and x11 and webcamd)

2013-01-13 Thread Hans Petter Selasky
On Sunday 13 January 2013 02:38:40 Vitaly Magerya wrote: Hans Petter Selasky wrote: I've created a Wiki Page for Wacom Tablets: https://wiki.freebsd.org/WacomTablet I have a more general question: does webcamd contain Linux code for non-Wacom tablets (there's quite a few in

Re: Tablets with webcamd (was: wacom and x11 and webcamd)

2013-01-13 Thread Vitaly Magerya
Hans Petter Selasky hsela...@c2i.net wrote: The following tables are supported in the latest version of webcamd: CONFIG_TABLET_USB_ACECAD=y CONFIG_TABLET_USB_AIPTEK=y CONFIG_TABLET_USB_GTCO=y CONFIG_TABLET_USB_HANWANG=y CONFIG_TABLET_USB_KBTAB=y CONFIG_TABLET_USB_WACOM=y I see. Any plans

Re: Tablets with webcamd (was: wacom and x11 and webcamd)

2013-01-13 Thread Hans Petter Selasky
On Sunday 13 January 2013 15:15:16 Vitaly Magerya wrote: Hans Petter Selasky hsela...@c2i.net wrote: The following tables are supported in the latest version of webcamd: CONFIG_TABLET_USB_ACECAD=y CONFIG_TABLET_USB_AIPTEK=y CONFIG_TABLET_USB_GTCO=y CONFIG_TABLET_USB_HANWANG=y

Re: Tablets with webcamd (was: wacom and x11 and webcamd)

2013-01-13 Thread Vitaly Magerya
Hans Petter Selasky hsela...@c2i.net wrote: Any plans for CONFIG_HID_KYE, CONFIG_HID_UCLOGIC and CONFIG_HID_WALTOP? It is just to edit the config in the root directory of webcamd, add those options and see if it compiles. It compiles, but webcamd wouldn't attach to the hardware those drivers

Re: Tablets with webcamd (was: wacom and x11 and webcamd)

2013-01-13 Thread Hans Petter Selasky
On Sunday 13 January 2013 16:56:59 Vitaly Magerya wrote: Hans Petter Selasky hsela...@c2i.net wrote: Any plans for CONFIG_HID_KYE, CONFIG_HID_UCLOGIC and CONFIG_HID_WALTOP? It is just to edit the config in the root directory of webcamd, add those options and see if it compiles.

Tablets with webcamd (was: wacom and x11 and webcamd)

2013-01-12 Thread Vitaly Magerya
Hans Petter Selasky wrote: I've created a Wiki Page for Wacom Tablets: https://wiki.freebsd.org/WacomTablet I have a more general question: does webcamd contain Linux code for non-Wacom tablets (there's quite a few in drivers/hid), i.e. will it create /dev/input/* devices for them too? If so,