[Bug 128228] Re: [regression] Kobil card reader don't work with 2.6.22-x (now with a patch)

2008-01-03 Thread Leann Ogasawara
The patches referenced here are already committed in the Hardy kernel so
I'll be marking this as 'Fix Released' against the actively developed
kernel.  However, against linux-source-2.6.22 this bug does not meet the
criteria for a stable release update and is being marked as Won't Fix.
You can learn more about the stable release update process at
https://wiki.ubuntu.com/KernelUpdates and
https://wiki.ubuntu.com/StableReleaseUpdates .  Thanks!

** Changed in: linux (Ubuntu)
   Status: New => Fix Released

** Changed in: linux-source-2.6.22 (Ubuntu)
   Status: Confirmed => Won't Fix

-- 
[regression] Kobil card reader don't work with 2.6.22-x (now with a patch)
https://bugs.launchpad.net/bugs/128228
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 128228] Re: [regression] Kobil card reader don't work with 2.6.22-x (now with a patch)

2008-01-01 Thread Harald Seipp
There was never a question that the driver would work with hardy - as I 
mentioned above, the driver _is_ going to be fixed for 2.6.24. The point is 
that I'm missing the fix as part of a _gutsy_ kernel update.
The gutsy kernel introduced the regression and again, the driver was working 
with feisty and previous ubuntu releases.
But maybe I just don't understand the fix strategy for non-LTS releases with 
regards to kernel patchesIf fixing broken kernel drivers is always 
postponed to the next ubuntu release, I can live with that, but I think that 
users without kernel development skills who can't get their hardware working 
again (here: online banking secure access!) will be very disappointed...

-- 
[regression] Kobil card reader don't work with 2.6.22-x (now with a patch)
https://bugs.launchpad.net/bugs/128228
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 128228] Re: [regression] Kobil card reader don't work with 2.6.22-x (now with a patch)

2008-01-01 Thread Paul Dufresne
Sigh... Ok, I begin to see. I am just discovering linux gitweb.
So basically your patch is both this two mainstream patches (that are not lost 
at all!):
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a6ebf80dbc186d4782d6b08cf3676e4f22a8a84b
 termios encoding fixups) plus:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=94d0f7eac77a84da2cee41b8038796891f75f09e
 (USB: kobil_sct: Rework driver)

At first glance, the latest diff is already in Hardy kernel:
http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-hardy.git;a=blob;h=aee450246bfd8b0befa879ca9613415ad649d577;hb=8be508e1ed1d17da4fb810b2ea2b2af4991016fe;f=drivers/usb/serial/kobil_sct.c
So I don't really understand why Hardy alpha-2 CD would not work.

-- 
[regression] Kobil card reader don't work with 2.6.22-x (now with a patch)
https://bugs.launchpad.net/bugs/128228
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 128228] Re: [regression] Kobil card reader don't work with 2.6.22-x (now with a patch)

2008-01-01 Thread Paul Dufresne
It's not that I don't believe your patch to be right, but because I want it to 
be fixed in all distribution, not just Ubuntu.
I suppose that if it would have indeed been patched in main kernel by Oct 13 
2007 like the linux thread archive you mentioned above says, we would have it 
in 2.6.24 by now. So I suspect the patch Alan Cox mentioned to have seen from 
Greg never have been released in main kernel, which seems to indicate it was... 
lost somewhere. Admittedly, I probably should have let a kernel developer 
decide to do that or not.

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

-- 
[regression] Kobil card reader don't work with 2.6.22-x (now with a patch)
https://bugs.launchpad.net/bugs/128228
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 128228] Re: [regression] Kobil card reader don't work with 2.6.22-x (now with a patch)

2008-01-01 Thread Harald Seipp
Erik,

I attached the patch that I backported from 2.6.24-rc1 to the current 2.6.22-14 
gutsy kernel to my post 
(https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/128228/comments/6)
 above.
Applying that patch (http://launchpadlibrarian.net/10175748/kobil_sct.patch) to 
the current gutsy Ubuntu sources is straight-forward, if you are used to handle 
kernel sources or patches. If you're stuck with that, send me an e-mail and 
I'll help.

Paul,

I don't understand your last comment - my post 
https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/128228/comments/6
 contained all information about the patchset that was taken into the 
mainstream kernel with 2.6.24-rc1. Even if you won't believe me, you could have 
looked it up in the kernel release notes or the git repository, so why 
bothering the developers with that.
Again, I've applied the patch and I can confrim that the patch fixes the driver 
at least in a way that it works again as it did with feisty.

-- 
[regression] Kobil card reader don't work with 2.6.22-x (now with a patch)
https://bugs.launchpad.net/bugs/128228
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 128228] Re: [regression] Kobil card reader don't work with 2.6.22-x (now with a patch)

2007-12-31 Thread Paul Dufresne
I have written an email to Grek KH who was supposed to have written a
patch for this according to Alan Cox, asking him if the patch was really
released. If/When I receive an answer, I will keep you informed.

-- 
[regression] Kobil card reader don't work with 2.6.22-x (now with a patch)
https://bugs.launchpad.net/bugs/128228
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 128228] Re: [regression] Kobil card reader don't work with 2.6.22-x (now with a patch)

2007-12-31 Thread Erik Harren
Hi Harald,

i expected a release of 2.6.24 working with hardy - but nothing seems to
be changed so far as far as i'm concerned. The kobil-driver still seems
to be corrupted.

Could you please provide me with via email with your knowledge how to
patch the driver?

regards,
Erik.

-- 
[regression] Kobil card reader don't work with 2.6.22-x (now with a patch)
https://bugs.launchpad.net/bugs/128228
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 128228] Re: [regression] Kobil card reader don't work with 2.6.22-x (now with a patch)

2007-12-31 Thread Harald Seipp
I was very disappoionted with the last kernel update (2.6.22-14.47) because it 
did not include the fix for the broken driver.
The current driver is unusable, the fix is available - what's going wrong here?

-- 
[regression] Kobil card reader don't work with 2.6.22-x (now with a patch)
https://bugs.launchpad.net/bugs/128228
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 128228] Re: [regression] Kobil card reader don't work with 2.6.22-x (now with a patch)

2007-10-26 Thread Paul Dufresne
Thanks you all for these new information.
Erik, please next time just attach files individually rather than an archive (I 
expect they are stored compress anyway).
I am confirming the bug now.

** Changed in: linux-source-2.6.22 (Ubuntu)
 Assignee: Paul Dufresne (dufresnep) => Ubuntu Kernel Team 
(ubuntu-kernel-team)
   Status: Incomplete => Confirmed

-- 
[regression] Kobil card reader don't work with 2.6.22-x (now with a patch)
https://bugs.launchpad.net/bugs/128228
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 128228] Re: [regression] Kobil card reader don't work with 2.6.22-x (now with a patch)

2007-10-26 Thread Paul Dufresne
** Summary changed:

- [regression] Kobil card reader don't work with 2.6.22-x
+ [regression] Kobil card reader don't work with 2.6.22-x (now with a patch)

** Description changed:

  I'm running variuos secure card terminals for HBCI-banking (Kobil and
  Reiner SCT)which don't do anything in gutsy with delivered kernel
  2.6.22-7/8.
  
  I need to run them with libctapi and moneyplex. When running gutsy-
  kernels i cannot establish any usb-device (e.g. /dev/ttyUSB0 for Kobil
  B1 pro USB). When running Feisty-kernel-image 2.6.20-x  everything
  (Kobil) is doing fine. Reiner SCT is only shown when running lsusb twice
  very shortly.
  
  
  Greetings,
  Erik.
+ 
+ [Read https://bugs.launchpad.net/ubuntu/+source/linux-
+ source-2.6.22/+bug/128228/comments/6 for a patch]

-- 
[regression] Kobil card reader don't work with 2.6.22-x (now with a patch)
https://bugs.launchpad.net/bugs/128228
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs