[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-10-20 Thread Tudor Holton
I can confirm this works out of the box on Gutsy Gibbon. I am therefore changing the status to fix released. :-) ** Changed in: linux-source-2.6.22 (Ubuntu) Status: Fix Committed = Fix Released -- Support for special buttons on Fujitsu P1510D https://bugs.launchpad.net/bugs/121962 You

[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-10-12 Thread Robert Gerlach
Please upgrade to release 0.43. This release works for Stylistic ST tablets now. changelog: - Stylistic ST5xxx support added - DMI based machine detection Thanks ** Attachment added: fscbtns_40_43.diff http://launchpadlibrarian.net/9949621/fscbtns_40_43.diff -- Support for special

[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-09-17 Thread Tim Gardner
** Changed in: linux-source-2.6.22 (Ubuntu) Assignee: Tim Gardner = (unassigned) -- Support for special buttons on Fujitsu P1510D https://bugs.launchpad.net/bugs/121962 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-09-14 Thread Henrik Nilsen Omma
Moving milestone to beta. ** Changed in: linux-source-2.6.22 (Ubuntu) Target: tribe-6 = ubuntu-7.10-beta -- Support for special buttons on Fujitsu P1510D https://bugs.launchpad.net/bugs/121962 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-09-07 Thread bullethead67
That was my mistake all the buttons work fine I realized it after I posted. I have only been on linux a few months. unfortunately when i rebooted the buttons stopped working alltogether. I tried = modprobe fjbtndrv and i got an error = atkbd.c: Spurious ACK on isa0060/serio0. Some program might

[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-09-07 Thread Robert Gerlach
bullethead67, fjbtndrv driver is outdated, please try fsc_btns 0.40 from the sourceforge project and report problems there. ALT and FN should report keycodes, but Xorg can't handle this yet (code 255). -- Support for special buttons on Fujitsu P1510D https://bugs.launchpad.net/bugs/121962 You

[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-09-06 Thread Tudor Holton
Are Fn and Alt not meta keys? Do you get a keycode if you combine them with a key that has a symbol with the same coloured letter as the Fn key? Since this is a different machine, might I suggest a new bug report? Just link it to this one so the developers can know this driver affects more than

[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-09-06 Thread bullethead67
I have installed the fjbtndrv on a 5020D Tablet and 8 out of ten buttons work I had this working in ubuntu and am now trying it in slackware. Here are the keys from top to bottom on the right of the tablet. labelkeycode Altnothing Mail--210

Re: [Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-09-05 Thread Robert Gerlach
Hi, Am Freitag 31 August 2007 16:59:14 schrieb Ben Collins: Robert, in the future, do not add changelog entries in patches for linux-source and linux-ubuntu-modules. These changelogs are created automatically add upload time based on the git-log. Thanks, will do. Could you please point me

[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-08-31 Thread Ben Collins
Robert, in the future, do not add changelog entries in patches for linux-source and linux-ubuntu-modules. These changelogs are created automatically add upload time based on the git-log. Thanks -- Support for special buttons on Fujitsu P1510D https://bugs.launchpad.net/bugs/121962 You received

[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-08-30 Thread Tim Gardner
Gutsy l-u-m commit d13f8cdd1efe6cb940a20563922a9a9207b17b7f ** Changed in: linux-source-2.6.22 (Ubuntu) Importance: Wishlist = Low Assignee: (unassigned) = Tim Gardner Status: Confirmed = Fix Committed Target: None = tribe-6 -- Support for special buttons on Fujitsu P1510D

[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-08-29 Thread Robert Gerlach
The real driver is only a kernel module, not more (http://downloads.sourceforge.net/fjbtndrv/fsc_btns-0.40.tar.gz). Currently, there is no official kernel diff for lack of feedback from users, so i don't know if this driver works on all target systems (have reports for P1510/P1610 and T4010).

[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-08-29 Thread Tim Gardner
Robert, How about a patch against ubuntu-gutsy-lum.git. -- Support for special buttons on Fujitsu P1510D https://bugs.launchpad.net/bugs/121962 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-08-29 Thread Robert Gerlach
Tim, right. There is the patch (unchanged 0.40 release, i386 only). ** Attachment added: add_fscbtns.diff http://launchpadlibrarian.net/9050380/add_fscbtns.diff -- Support for special buttons on Fujitsu P1510D https://bugs.launchpad.net/bugs/121962 You received this bug notification because

[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-08-28 Thread Tim Gardner
This driver has X11 dependencies outside the kernel. Needs a debian package. ** Changed in: linux-source-2.6.22 (Ubuntu) Importance: Low = Wishlist Assignee: Tim Gardner = (unassigned) Status: Confirmed = Won't Fix Target: tribe-6 = None ** Changed in: linux-source-2.6.20

[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-08-28 Thread Matthew Garrett
The driver sends standard input events, which we already deal with in X. No extra dependencies are required in Ubuntu. ** Changed in: linux-source-2.6.22 (Ubuntu) Status: Won't Fix = Confirmed -- Support for special buttons on Fujitsu P1510D https://bugs.launchpad.net/bugs/121962 You

[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-08-27 Thread Robert Gerlach
fsc_btns it the real driver (kernel module). fscd is only a helper, listen to the input event device and generate corresponding X events (button events, brightness adjustment and screen rotation). It is a workaround until the xorg evdev driver understand the kernel events correctly, the desktop

[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-08-27 Thread Tudor Holton
How good! I didn't realise fscd was supposed to do that. Anyway, I agree with Robert, the fsc_btns should be in (at least) to satisfy the ability to map the buttons to actions in Gnome or shell scripts. fscd isn't so important as there have been many ways to work around the other features.

[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-08-23 Thread Tim Gardner
Gutsy commit 850d8cf0a6ab79891875861c0da717010da2ee9a Gutsy commit a01109fb9c7b2bd297a17c18882bf2840a196e2d ** Changed in: linux-source-2.6.22 (Ubuntu) Sourcepackagename: linux-source-2.6.20 = linux-source-2.6.22 Importance: Undecided = Low Assignee: (unassigned) = Tim Gardner

[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-08-23 Thread Tudor Holton
That's great! I can confirm that the fjbtndrv works. -- Support for special buttons on Fujitsu P1510D https://bugs.launchpad.net/bugs/121962 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-08-23 Thread Matthew Garrett
Tim - the driver committed appears to be for the touchscreen on Fujitsu devices, not the additional buttons. fjbtndrv seems to be driving entirely different hardware. ** Changed in: linux-source-2.6.22 (Ubuntu) Status: Fix Committed = Confirmed -- Support for special buttons on Fujitsu

[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-08-23 Thread Tudor Holton
Matthew - There are two drivers in that package. fscd appears to be a driver for the touchscreen, although I couldn't get that to compile. fsc-btns is the driver for the buttons which compiled and worked. -- Support for special buttons on Fujitsu P1510D https://bugs.launchpad.net/bugs/121962

[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-08-23 Thread Tudor Holton
Here is the output of showkey after the buttons module has been compiled. The file shows the five buttons pressed and depressed in order from left to right, which is the same order as I have mentioned them in my bug report. ** Attachment added: showkey output for fujitsu special buttons

[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-08-02 Thread Robert Gerlach
I have written a driver for this device, but no deb yet. http://sourceforge.net/projects/fjbtndrv/ -- Support for special buttons on Fujitsu P1510D https://bugs.launchpad.net/bugs/121962 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-06-26 Thread Tudor Holton
According to http://www.samengstrom.com/nxl/6968/linux_p1510_page.en.html The device should be at at 0xfd70 with IRQ 5 I've attached lspci -vnn, but I can't seem to see it. ** Attachment added: Output of lspci -vnn http://launchpadlibrarian.net/8213720/lspcivnn.txt -- Support for special

[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-06-24 Thread Tudor Holton
** Attachment added: Output of lspci http://launchpadlibrarian.net/8175926/lspci.txt -- Support for special buttons on Fujitsu P1510D https://bugs.launchpad.net/bugs/121962 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 121962] Re: Support for special buttons on Fujitsu P1510D

2007-06-24 Thread Tudor Holton
** Attachment added: lsusb.txt http://launchpadlibrarian.net/8175927/lsusb.txt -- Support for special buttons on Fujitsu P1510D https://bugs.launchpad.net/bugs/121962 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --