UBUNTU: SAUCE: drm/i915, agp/intel: Add second set of PCI-IDs for B43
We find there is another device id set for B43 chipset. After adding the device
id 4E90/4E92 beside 4E40/4E42, the machine works fine with the same
modification in xserver-xorg-video-intel.
After reporting to freedesktop bugzilla[1], Chris Wilson said the patch is
queued for adding this id set and the patch is accepted in mainline kernel[2].
Upstream codes has been modified for more easy maintaining. Cherry-pick from
upstream will cause line missing and conflicts. So I make the backport patches
for Karmic kernel.
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
10-04-2010, 08:48 AM
Ike Panhc
UBUNTU: SAUCE: drm/i915, agp/intel: Add second set of PCI-IDs for B43
There is report[1] that says graphic of some Intel B43 chipset is not working.
It is because they are using another PCI id set. The following two patches is
for adding the second id set into Karmic kernel.
[1] http://launchpad.net/bugs/640214
These patches are available in the git repository at:
git://kernel.ubuntu.com/ikepanhc/public.git lp640214karmic
Ike Panhc (2):
UBUNTU: SAUCE: agp/intel: Add second set of PCI-IDs for B43
UBUNTU: SAUCE: drm/i915: Add second set of PCI-IDs for B43