Red Hat Bugzilla – Bug 160495
RHEL 3 U5 code base contains duplicate USB ESSENTIAL_REALITY
Last modified: 2007-11-30 17:07:07 EST
The following code fix is required to eliminate duplicate constants in the kernel code base: --- linux-2.4.21/drivers/usb/hid-core.c.orig +++ linux-2.4.21/drivers/usb/hid-core.c @@ -1120,9 +1120,6 @@ void hid_init_reports(struct hid_device #define USB_VENDOR_ID_TANGTOP 0x0d3d #define USB_DEVICE_ID_TANGTOP_USBPS2 0x0001 -#define USB_VENDOR_ID_ESSENTIAL_REALITY 0x0d7f -#define USB_DEVICE_ID_ESSENTIAL_REALITY_P5 0x0100 - #define USB_VENDOR_ID_OKI 0x070a #define USB_VENDOR_ID_OKI_MULITI 0x0007
I saw it when the fix for Chicony went in. Duplicate #define-s come from some very old -ac, and were left in after subsequent patching. They were in the tree for months, why is this a problem now?
Pete, ignore this BZ. It was entered retroactively to cover all patches committed to RHEL3 U6 so far.
A fix for this problem was committed to the RHEL3 U6 patch pool on 20-Apr-2005 (in kernel version 2.4.21-32.1.EL).
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2005-663.html