Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236245
b: refs/heads/master
c: c9246c9
h: refs/heads/master
i:
  236243: ffbb6f6
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Mar 3, 2011
1 parent 593632b commit 867e44f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 0f88ea5ba24f56bc0915d60bf9c859fb8952e62c
refs/heads/master: c9246c9022095d278082cae4e82312e69453769e
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/hv_mouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ static void reportdesc_callback(struct hv_device *dev, void *packet, u32 len)
hid_dev->ll_driver->open = mousevsc_hid_open;
hid_dev->ll_driver->close = mousevsc_hid_close;

hid_dev->bus = 0x06; /* BUS_VIRTUAL */
hid_dev->bus = BUS_VIRTUAL;
hid_dev->vendor = input_device_ctx->device_info.vendor;
hid_dev->product = input_device_ctx->device_info.product;
hid_dev->version = input_device_ctx->device_info.version;
Expand Down

0 comments on commit 867e44f

Please sign in to comment.