Loading drivers/staging/hv/hv_mouse.c +20 −20 Original line number Diff line number Diff line Loading @@ -120,8 +120,8 @@ struct synthhid_input_report { #pragma pack(pop) #define INPUTVSC_SEND_RING_BUFFER_SIZE 10*PAGE_SIZE #define INPUTVSC_RECV_RING_BUFFER_SIZE 10*PAGE_SIZE #define INPUTVSC_SEND_RING_BUFFER_SIZE (10*PAGE_SIZE) #define INPUTVSC_RECV_RING_BUFFER_SIZE (10*PAGE_SIZE) #define NBITS(x) (((x)/BITS_PER_LONG)+1) Loading Loading @@ -960,7 +960,7 @@ static void __exit mousevsc_exit(void) * installed and/or configured. We don't do anything else with the table, but * it needs to be present. */ const static struct pci_device_id microsoft_hv_pci_table[] = { static const struct pci_device_id microsoft_hv_pci_table[] = { { PCI_DEVICE(0x1414, 0x5353) }, /* VGA compatible controller */ { 0 } }; Loading Loading
drivers/staging/hv/hv_mouse.c +20 −20 Original line number Diff line number Diff line Loading @@ -120,8 +120,8 @@ struct synthhid_input_report { #pragma pack(pop) #define INPUTVSC_SEND_RING_BUFFER_SIZE 10*PAGE_SIZE #define INPUTVSC_RECV_RING_BUFFER_SIZE 10*PAGE_SIZE #define INPUTVSC_SEND_RING_BUFFER_SIZE (10*PAGE_SIZE) #define INPUTVSC_RECV_RING_BUFFER_SIZE (10*PAGE_SIZE) #define NBITS(x) (((x)/BITS_PER_LONG)+1) Loading Loading @@ -960,7 +960,7 @@ static void __exit mousevsc_exit(void) * installed and/or configured. We don't do anything else with the table, but * it needs to be present. */ const static struct pci_device_id microsoft_hv_pci_table[] = { static const struct pci_device_id microsoft_hv_pci_table[] = { { PCI_DEVICE(0x1414, 0x5353) }, /* VGA compatible controller */ { 0 } }; Loading