mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-07-08 17:56:11 +00:00
hid: remove egregious idle timer stuff and clean up some whitespace
This commit is contained in:
@@ -52,12 +52,6 @@ EXPORT_SYMBOL_GPL(hid_debug);
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
//inherited V28 ,2010.03.10 Byron
|
||||
#ifdef CONFIG_MACH_MX51_EFIKASB
|
||||
extern void mxc_reset_idle_timer(void);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Register a new report for a device.
|
||||
*/
|
||||
|
||||
@@ -1147,7 +1147,7 @@ static int hid_probe(struct usb_interface *intf, const struct usb_device_id *id)
|
||||
|
||||
#ifdef CONFIG_MACH_MX51_EFIKASB
|
||||
/* ron: skip the Logitech G15 GamePanel LCD */
|
||||
// inherited Ron's code , Byron 2010.03.10
|
||||
// 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;
|
||||
@@ -1155,7 +1155,6 @@ static int hid_probe(struct usb_interface *intf, const struct usb_device_id *id)
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
hid->name[0] = 0;
|
||||
if (intf->cur_altsetting->desc.bInterfaceProtocol ==
|
||||
USB_INTERFACE_PROTOCOL_MOUSE)
|
||||
|
||||
Reference in New Issue
Block a user