The patch titled gigaset: endian fix has been added to the -mm tree. Its filename is gigaset-endian-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: Alexey Dobriyan <adobriyan@xxxxxxxxx> Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Cc: Hansjoerg Lipp <hjlipp@xxxxxx> Cc: Tilman Schmidt <tilman@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/isdn/gigaset/usb-gigaset.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/isdn/gigaset/usb-gigaset.c~gigaset-endian-fix drivers/isdn/gigaset/usb-gigaset.c --- devel/drivers/isdn/gigaset/usb-gigaset.c~gigaset-endian-fix 2006-05-13 04:17:44.000000000 -0700 +++ devel-akpm/drivers/isdn/gigaset/usb-gigaset.c 2006-05-13 04:17:44.000000000 -0700 @@ -710,8 +710,8 @@ static int gigaset_probe(struct usb_inte retval = -ENODEV; //FIXME /* See if the device offered us matches what we can accept */ - if ((le16_to_cpu(udev->descriptor.idVendor != USB_M105_VENDOR_ID)) || - (le16_to_cpu(udev->descriptor.idProduct != USB_M105_PRODUCT_ID))) + if ((le16_to_cpu(udev->descriptor.idVendor) != USB_M105_VENDOR_ID) || + (le16_to_cpu(udev->descriptor.idProduct) != USB_M105_PRODUCT_ID)) return -ENODEV; /* this starts to become ascii art... */ _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are fs-compatc-fix-if-a-=-b-typo.patch gigaset-endian-fix.patch git-acpi.patch git-mtd.patch x86-dont-trigger-full-rebuild-via-config_mtrr.patch dont-trigger-full-rebuild-via-config_x86_mce.patch remove-config_parport_arc-drivers-parport-parport_arcc.patch two-additions-to-linux-documentation-ioctl-numbertxt.patch more-bug_on-conversion.patch reiser4.patch documentation-ioctl-messtxt-start-tree-wide-ioctl-registry.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html