Thread (10 messages) flat view 10 messages, 2 authors, 2012-09-03

Re: [RFC ebeam PATCH v4 2/2] input: misc: New USB eBeam input driver.

From: Yann Cantin <hidden>
Date: 2012-08-24 09:36:13
Also in: lkml

Hi,

Le 23/08/2012 09:23, Oliver Neukum a écrit :
On Thursday 23 August 2012 00:11:54 Yann Cantin wrote:
quoted
+static int ebeam_resume(struct usb_interface *intf)
+{
+       struct ebeam_device *ebeam = usb_get_intfdata(intf);
+       struct input_dev *input = ebeam->input;
+       int result = 0;
+
+       mutex_lock(&input->mutex);
+       if (input->users)
+               result = usb_submit_urb(ebeam->irq, GFP_NOIO);
+       mutex_unlock(&input->mutex);
+
+       return result;
+}
+
+static int ebeam_reset_resume(struct usb_interface *intf)
+{
+       struct ebeam_device *ebeam = usb_get_intfdata(intf);
+       struct input_dev *input = ebeam->input;
+       int err = 0;
+
+       /* restart IO if needed */
+       mutex_lock(&input->mutex);
+       if (input->users)
+               err = usb_submit_urb(ebeam->irq, GFP_NOIO);
+       mutex_unlock(&input->mutex);
+
+       return err;
+}
These functions are identical. You should unify them.
Removed reset_resume from the driver (optional, and not needed
for this hardware).

Thanks.

-- 
Yann Cantin
A4FEB47F
--
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help