Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64583
b: refs/heads/master
c: d9f0383
h: refs/heads/master
i:
  64581: 5fb52ae
  64579: f376523
  64575: e74a23d
v: v3
  • Loading branch information
Andrew Morton authored and Dmitry Torokhov committed Aug 30, 2007
1 parent 0148180 commit 79222b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: e3758b2ab61b3001b9db4582559bbaeba5e24a29
refs/heads/master: d9f03831e7dc743ae25863c59f38884f5989ab39
8 changes: 4 additions & 4 deletions trunk/drivers/input/joystick/iforce/iforce-packets.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,13 +246,12 @@ void iforce_process_packet(struct iforce *iforce, u16 cmd, unsigned char *data)

int iforce_get_id_packet(struct iforce *iforce, char *packet)
{
int status;

switch (iforce->bus) {

case IFORCE_USB:

case IFORCE_USB: {
#ifdef CONFIG_JOYSTICK_IFORCE_USB
int status;

iforce->cr.bRequest = packet[0];
iforce->ctrl->dev = iforce->usbdev;

Expand All @@ -273,6 +272,7 @@ int iforce_get_id_packet(struct iforce *iforce, char *packet)
#else
dbg("iforce_get_id_packet: iforce->bus = USB!");
#endif
}
break;

case IFORCE_232:
Expand Down

0 comments on commit 79222b0

Please sign in to comment.