Re: [PATCH] Add driver for Bosto 14WA graphics tablet

2015-10-03 Thread Leslie Viljoen
Please disregard this patch for now - I made a bunch of style fixes and I think I've killed it. I'll have to go over it and find what I've broken. Sorry for the noise. ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject

[PATCH] Add driver for Bosto 14WA graphics tablet

2015-10-03 Thread Leslie Viljoen
Add support for the Bosto 14WA graphics tablet. This is originally based off the hanwang.c tablet driver since the chip is similar. Unfortunately the usbhid driver grabs the tablet first so that has to be unbound for this driver to work. Signed-off-by: Leslie Viljoen --- drivers/input/tablet

Re: Bosto 14WA graphics tablet driver

2015-10-02 Thread Leslie Viljoen
I've read some of the guides and attempted to change the style of the driver's code to "kernel" style. Now it seems I have to create a patch - but this is a new file, so how do I send that? Just paste it in here? It would need to go in drivers/input/tablet. Also: 1. I don't think I have to compi

Bosto 14WA graphics tablet driver

2015-10-02 Thread Leslie Viljoen
Hi! I'm one of the authors of a driver for a Bosto 14WA graphics tablet that I'd like to submit to the kernel: https://github.com/lesliev/bosto_14wa I've no idea of the quality of it so I suppose it had to go into "staging"? It was hacked together from an older driver for a similar chip. I'm bus