Thread (3 messages) 3 messages, 3 authors, 2012-01-29

Re: [PATCH v2] input: Hanvon Art Master I and Rollick tablet support (USB)

From: Oliver Neukum <oliver@neukum.org>
Date: 2012-01-24 12:39:19
Also in: lkml

Am Montag, 23. Januar 2012, 02:22:07 schrieb ondra.havel@gmail.com:
+static void hanvon_disconnect(struct usb_interface *intf)
+{
+       struct hanvon *hanvon = usb_get_intfdata(intf);
+
+       usb_set_intfdata(intf, NULL);
+       usb_kill_urb(hanvon->irq);
What happens if there's a call to open() here?
+       input_unregister_device(hanvon->dev);
+       usb_free_urb(hanvon->irq);
+       usb_free_coherent(interface_to_usbdev(intf), USB_AM_PACKET_LEN, hanvon->data, hanvon->data_dma);
+       kfree(hanvon);
+}
+
	Regards
		Oliver
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help