Comment 88 for bug 397617

Revision history for this message
In , Greg KH (greg-kroah) wrote :

(In reply to comment #79)
> (In reply to comment #78)
> > (In reply to comment #77)
> > > (In reply to comment #76)
> > > > Hm, what is the pci id of the video device that you need to control? Odds are,
> > > > that's the problem here.
> >
> > > 00:02.0 0300: 8086:2a02 (rev 03)
> >
> > Yes, the driver is looking for a different pci id. I'll work on it to add
> > support for this device. The offset is still the same, right? 0xf4, right?
> >
>
> I use setpci like this : setpci -s 00:02.0 f4.b=<value>
> Did this answer your question ?
>

Yes it does, thanks. I've checked in, and emailed you, an updated version
of the driver that should fix this issue. Please let me know how it works.