will boot sysmenu when press reset button and again license stuff
[ppcskel.git] / usb / drivers / class / hid.c
index ebf9f2621b11fc62ac0827ac2a5862adb5465009..60d3a4db118b0283b134ced18ccd086b98aa8c84 100644 (file)
@@ -29,7 +29,6 @@ void usb_hidkb_init()
        usb_register_driver(&hidkb);
 }
 
-
 void usb_hidkb_probe()
 {
        struct usb_device *dev;
@@ -41,8 +40,6 @@ void usb_hidkb_probe()
                if(dev->conf->intf->bInterfaceClass == HID_CLASSCODE &&
                                dev->conf->intf->bInterfaceSubClass == 1 && /* keyboard support boot protocol? */
                                dev->conf->intf->bInterfaceProtocol == 1) { /* keyboard? */
-
-
                        hidkb.data = (void*) dev;
                }
 
@@ -50,7 +47,6 @@ void usb_hidkb_probe()
        }
 }
 
-
 void usb_hidkb_check()
 {
 }