Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306602
b: refs/heads/master
c: 0c9e300
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov committed May 2, 2012
1 parent 6cf95ac commit b9fce13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eead75a2b4cd635ef2ba399018623358d67343cf
refs/heads/master: 0c9e300adec668fd323b0e79c85b9136fccab649
4 changes: 2 additions & 2 deletions trunk/drivers/input/tablet/wacom_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -1030,13 +1030,13 @@ static void wacom_wireless_work(struct work_struct *work)
wacom = usb_get_intfdata(usbdev->config->interface[1]);
if (wacom->wacom_wac.input)
input_unregister_device(wacom->wacom_wac.input);
wacom->wacom_wac.input = 0;
wacom->wacom_wac.input = NULL;

/* Touch interface */
wacom = usb_get_intfdata(usbdev->config->interface[2]);
if (wacom->wacom_wac.input)
input_unregister_device(wacom->wacom_wac.input);
wacom->wacom_wac.input = 0;
wacom->wacom_wac.input = NULL;

if (wacom_wac->pid == 0) {
printk(KERN_INFO "wacom: wireless tablet disconnected\n");
Expand Down

0 comments on commit b9fce13

Please sign in to comment.