mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-07-08 17:56:11 +00:00
hid-core: cleanup EFIKASB specific hack (not needed)
This commit is contained in:
@@ -1131,15 +1131,11 @@ static int hid_probe(struct usb_interface *intf, const struct usb_device_id *id)
|
||||
hid->vendor = le16_to_cpu(dev->descriptor.idVendor);
|
||||
hid->product = le16_to_cpu(dev->descriptor.idProduct);
|
||||
|
||||
#ifdef CONFIG_MACH_MX51_EFIKASB
|
||||
/* ron: skip the Logitech G15 GamePanel LCD */
|
||||
// inherited Ron's code , Byron 2010.03.10
|
||||
if(hid->vendor == USB_VENDOR_ID_LOGITECH &&
|
||||
hid->product == USB_DEVICE_ID_LOGITECH_G15_GAMEPANEL) {
|
||||
ret = -ENODEV;
|
||||
goto err;
|
||||
}
|
||||
#endif
|
||||
|
||||
hid->name[0] = 0;
|
||||
if (intf->cur_altsetting->desc.bInterfaceProtocol ==
|
||||
|
||||
Reference in New Issue
Block a user