adamovera: the changes i did isnt in the ntrig driver in the kernel for
onceric apparently.

By adding a device id in hid-ntrig.c ( i dont know what row atm) so it
looks like this:

static const struct hid_device_id ntrig_devices[] = {
        NTRIG_DEVICE(0x0001),
        NTRIG_DEVICE(0x0006),
        NTRIG_DEVICE(0x0008),
        { }
};
MODULE_DEVICE_TABLE(hid, ntrig_devices);

And by changing report_size to 96 in hid-core.c   did the trick in the
driver here.

I havent done the same for onceric yet. Can someone push these changes
upstream to the kernelteam ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/724831

Title:
  N-trig DuoSense digitizer not detected on Fujitsu Lifebook T580 on
  Ubuntu 10.10, amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/utouch/+bug/724831/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to