Merge branch 'next' into for-linus
Prepare input updates for 4.14 merge window.
This commit is contained in:
@@ -164,7 +164,7 @@ static void iforce_serio_disconnect(struct serio *serio)
|
||||
kfree(iforce);
|
||||
}
|
||||
|
||||
static struct serio_device_id iforce_serio_ids[] = {
|
||||
static const struct serio_device_id iforce_serio_ids[] = {
|
||||
{
|
||||
.type = SERIO_RS232,
|
||||
.proto = SERIO_IFORCE,
|
||||
|
||||
@@ -209,7 +209,7 @@ static void iforce_usb_disconnect(struct usb_interface *intf)
|
||||
kfree(iforce);
|
||||
}
|
||||
|
||||
static struct usb_device_id iforce_usb_ids [] = {
|
||||
static const struct usb_device_id iforce_usb_ids[] = {
|
||||
{ USB_DEVICE(0x044f, 0xa01c) }, /* Thrustmaster Motor Sport GT */
|
||||
{ USB_DEVICE(0x046d, 0xc281) }, /* Logitech WingMan Force */
|
||||
{ USB_DEVICE(0x046d, 0xc291) }, /* Logitech WingMan Formula Force */
|
||||
|
||||
@@ -198,7 +198,7 @@ static int magellan_connect(struct serio *serio, struct serio_driver *drv)
|
||||
* The serio driver structure.
|
||||
*/
|
||||
|
||||
static struct serio_device_id magellan_serio_ids[] = {
|
||||
static const struct serio_device_id magellan_serio_ids[] = {
|
||||
{
|
||||
.type = SERIO_RS232,
|
||||
.proto = SERIO_MAGELLAN,
|
||||
|
||||
@@ -272,7 +272,7 @@ static int spaceball_connect(struct serio *serio, struct serio_driver *drv)
|
||||
* The serio driver structure.
|
||||
*/
|
||||
|
||||
static struct serio_device_id spaceball_serio_ids[] = {
|
||||
static const struct serio_device_id spaceball_serio_ids[] = {
|
||||
{
|
||||
.type = SERIO_RS232,
|
||||
.proto = SERIO_SPACEBALL,
|
||||
|
||||
@@ -213,7 +213,7 @@ static int spaceorb_connect(struct serio *serio, struct serio_driver *drv)
|
||||
* The serio driver structure.
|
||||
*/
|
||||
|
||||
static struct serio_device_id spaceorb_serio_ids[] = {
|
||||
static const struct serio_device_id spaceorb_serio_ids[] = {
|
||||
{
|
||||
.type = SERIO_RS232,
|
||||
.proto = SERIO_SPACEORB,
|
||||
|
||||
@@ -184,7 +184,7 @@ static int stinger_connect(struct serio *serio, struct serio_driver *drv)
|
||||
* The serio driver structure.
|
||||
*/
|
||||
|
||||
static struct serio_device_id stinger_serio_ids[] = {
|
||||
static const struct serio_device_id stinger_serio_ids[] = {
|
||||
{
|
||||
.type = SERIO_RS232,
|
||||
.proto = SERIO_STINGER,
|
||||
|
||||
@@ -233,7 +233,7 @@ static int twidjoy_connect(struct serio *serio, struct serio_driver *drv)
|
||||
* The serio driver structure.
|
||||
*/
|
||||
|
||||
static struct serio_device_id twidjoy_serio_ids[] = {
|
||||
static const struct serio_device_id twidjoy_serio_ids[] = {
|
||||
{
|
||||
.type = SERIO_RS232,
|
||||
.proto = SERIO_TWIDJOY,
|
||||
|
||||
@@ -193,7 +193,7 @@ static int warrior_connect(struct serio *serio, struct serio_driver *drv)
|
||||
* The serio driver structure.
|
||||
*/
|
||||
|
||||
static struct serio_device_id warrior_serio_ids[] = {
|
||||
static const struct serio_device_id warrior_serio_ids[] = {
|
||||
{
|
||||
.type = SERIO_RS232,
|
||||
.proto = SERIO_WARRIOR,
|
||||
|
||||
@@ -408,7 +408,7 @@ static const signed short xpad_abs_triggers[] = {
|
||||
#define XPAD_XBOXONE_VENDOR(vend) \
|
||||
{ XPAD_XBOXONE_VENDOR_PROTOCOL(vend, 208) }
|
||||
|
||||
static struct usb_device_id xpad_table[] = {
|
||||
static const struct usb_device_id xpad_table[] = {
|
||||
{ USB_INTERFACE_INFO('X', 'B', 0) }, /* X-Box USB-IF not approved class */
|
||||
XPAD_XBOX360_VENDOR(0x044f), /* Thrustmaster X-Box 360 controllers */
|
||||
XPAD_XBOX360_VENDOR(0x045e), /* Microsoft X-Box 360 controllers */
|
||||
|
||||
@@ -192,7 +192,7 @@ static int zhenhua_connect(struct serio *serio, struct serio_driver *drv)
|
||||
* The serio driver structure.
|
||||
*/
|
||||
|
||||
static struct serio_device_id zhenhua_serio_ids[] = {
|
||||
static const struct serio_device_id zhenhua_serio_ids[] = {
|
||||
{
|
||||
.type = SERIO_RS232,
|
||||
.proto = SERIO_ZHENHUA,
|
||||
|
||||
Reference in New Issue
Block a user