Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236229
b: refs/heads/master
c: 76e6366
h: refs/heads/master
i:
  236227: 40747f9
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Mar 3, 2011
1 parent 3cfb470 commit e1daa54
Show file tree
Hide file tree
Showing 3 changed files with 10 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: 9cceab99d7038b69093fd0142f644224c040a6bb
refs/heads/master: 76e63665c338069085c4e0ca1b2093dc26258d7a
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ config HYPERV_UTILS

config HYPERV_MOUSE
tristate "Microsoft Hyper-V mouse driver"
depends on HID && BROKEN
depends on HID
default HYPERV
help
Select this option to enable the Hyper-V mouse driver.
Expand Down
8 changes: 8 additions & 0 deletions trunk/drivers/staging/hv/hv_mouse_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,13 @@ static void __exit mousevsc_exit(void)
mousevsc_drv_exit();
}

/*
* We don't want to automatically load this driver just yet, it's quite
* broken. It's safe if you want to load it yourself manually, but
* don't inflict it on unsuspecting users, that's just mean.
*/
#if 0

/*
* We use a PCI table to determine if we should autoload this driver This is
* needed by distro tools to determine if the hyperv drivers should be
Expand All @@ -327,6 +334,7 @@ const static struct pci_device_id microsoft_hv_pci_table[] = {
{ 0 }
};
MODULE_DEVICE_TABLE(pci, microsoft_hv_pci_table);
#endif

MODULE_LICENSE("GPL");
MODULE_VERSION(HV_DRV_VERSION);
Expand Down

0 comments on commit e1daa54

Please sign in to comment.