Staging: hv: hv_mouse: use proper input define for bus type
[deliverable/linux.git] / drivers / staging / hv / hv_mouse.c
index 7a14cb056e22701fddb7a849a342c6c8fefc3173..3773ba87dba4cd988d93de02676e3859d170c7ec 100644 (file)
@@ -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;
This page took 0.025721 seconds and 5 git commands to generate.