preps for marcans bt hax
[ppcskel.git] / usb / drivers / class / hid.c
index 933b592073e938dedb1d09c47207563bf762b38d..1204d1bc13608ce1e9408cf7f8bb8b132b7e1961 100644 (file)
@@ -66,7 +66,7 @@ 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;
+                       hidkb.data = dev;
                        usb_hidkb_set_idle(dev, 1);
                }