Re: [DIGImend-users] Genius M610X kye based tablet
Brought to you by:
spb_nick
From: Nikolai K. <sp...@gm...> - 2012-05-08 07:37:34
|
Hi Robert, On 05/07/2012 11:44 PM, Robert Arkiletian wrote: > Thank you Nikolai that helped, but I can't get it to produce ink. > > I am on 2.6.35. So I got 2.6.35 source then applied digimend patches > for 2.6.32 manually by hand to hid-kye.c > > here is my hid-kye.c > > http://pastebin.com/8HLLDVaP > > after building and installing hid-kye.ko module it is recognised > > dmesg > > > [ 269.199124] usb 3-1: new full speed USB device using uhci_hcd and address 2 > [ 269.359016] usb 3-1: New USB device found, idVendor=0458, idProduct=5013 > [ 269.359022] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 > [ 269.359027] usb 3-1: Product: EasyPen M610X > [ 269.359031] usb 3-1: Manufacturer: Genius > [ 269.379275] input: Genius EasyPen M610X as > /devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input4 > [ 269.379784] generic-usb 0003:0458:5013.0004: > input,hiddev97,hidraw3: USB HID v1.11 Device [Genius EasyPen M610X] on > usb-0000:00:1d.2-1/input0 The last line shows that the tablet is still handled by the generic HID driver. Did you patch and build "usbhid" and "hid" modules? The "hid" module is changed to list supported KYE tablets as having a specific driver. The "usbhid" module is changed to add quirks for two of the tablets, including yours. I think that these modules could only be built as part of a kernel build, because they require internal symbols. This is basically why we don't simply supply a kernel module package. This, however, will hopefully be changed with 3.5 kernel release. Although, this doesn't help users with older kernels, of course. Sincerely, Nick |