Re: [linux-usb-devel] Workaround for broken hw by ATEN

2002-05-21 Thread Greg KH
On Wed, May 22, 2002 at 12:29:21AM -0400, Kevin wrote: > Yes, the patch for pre8 only has the ID for the two port device. This > is the 0x2204 value that's #defined as USB_DEVICE_ID_ATEN_2PORTKVM. The > value for my 4 port device is 0x2205, which I had to add to get my KVM > to work. Sorry, I j

Re: [linux-usb-devel] Workaround for broken hw by ATEN

2002-05-21 Thread Kevin
Yes, the patch for pre8 only has the ID for the two port device. This is the 0x2204 value that's #defined as USB_DEVICE_ID_ATEN_2PORTKVM. The value for my 4 port device is 0x2205, which I had to add to get my KVM to work. Cheers, -kevin On Tue, 2002-05-21 at 17:07, Greg KH wrote: > On Mon, M

Re: [linux-usb-devel] Workaround for broken hw by ATEN

2002-05-21 Thread Greg KH
On Mon, May 20, 2002 at 10:07:12PM -0400, Kevin wrote: > Greetings, > > I just got a 4-port IOGear KVM and quickly found that it didn't work > with my linux machine. After doing some research I found out that the > fix was suppose to be in the latest kernel (2.4.19-pre8). I installed > that and

Re: [linux-usb-devel] Workaround for broken hw by ATEN

2002-05-20 Thread Kevin
Greetings, I just got a 4-port IOGear KVM and quickly found that it didn't work with my linux machine. After doing some research I found out that the fix was suppose to be in the latest kernel (2.4.19-pre8). I installed that and that still didn't fix my problem. I looked through that patch tha

Re: [linux-usb-devel] Workaround for broken hw by ATEN

2002-03-11 Thread Vojtech Pavlik
On Mon, Mar 11, 2002 at 12:47:58PM -0500, Pete Zaitcev wrote: > Guys, > > The patch came about as offshot of my anti-usbkbd crusade. > (Or shall I say Vojtech's anti-usbkbd policies? :) :))) > This patch is truly a kludge, but it seems to work. > Some hardware by a certain company called "ATEN"

Re: [linux-usb-devel] Workaround for broken hw by ATEN

2002-03-11 Thread Pete Zaitcev
> Date: Mon, 11 Mar 2002 09:51:14 -0800 > From: Greg KH <[EMAIL PROTECTED]> > > it seems that nothing helps. So, I simply switched GET_REPORT off. > > It works for the piece of junk that Red Hat bought for my testing, > > and I got several "thank you" notes since we shipped the patch. > A number

Re: [linux-usb-devel] Workaround for broken hw by ATEN

2002-03-11 Thread Greg KH
On Mon, Mar 11, 2002 at 12:47:58PM -0500, Pete Zaitcev wrote: > Guys, > > The patch came about as offshot of my anti-usbkbd crusade. > (Or shall I say Vojtech's anti-usbkbd policies? :) > > This patch is truly a kludge, but it seems to work. > Some hardware by a certain company called "ATEN" cra

[linux-usb-devel] Workaround for broken hw by ATEN

2002-03-11 Thread Pete Zaitcev
Guys, The patch came about as offshot of my anti-usbkbd crusade. (Or shall I say Vojtech's anti-usbkbd policies? :) This patch is truly a kludge, but it seems to work. Some hardware by a certain company called "ATEN" crashes if GET_REPORT is sent. I tried to modify our GET_REPORT, but it seems t