Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208063
b: refs/heads/master
c: afad196
h: refs/heads/master
i:
  208061: b210c9a
  208059: 8f42a0f
  208055: 2fbbd8b
  208047: 6f4ced7
  208031: f99281b
  207999: 681fdc8
v: v3
  • Loading branch information
John G. Rogers authored and Greg Kroah-Hartman committed Aug 10, 2010
1 parent e62f683 commit c34779d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 31ee04de7e670de4199572595cce4aaa7f7f6351
refs/heads/master: afad19648f70c6493193e0a774bd754b7790b4a0
1 change: 1 addition & 0 deletions trunk/drivers/usb/serial/ftdi_sio.c
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,7 @@ static struct usb_device_id id_table_combined [] = {
.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
{ USB_DEVICE(FTDI_VID, XVERVE_SIGNALYZER_SH4_PID),
.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
{ USB_DEVICE(FTDI_VID, SEGWAY_RMP200_PID) },
{ }, /* Optional parameter entry */
{ } /* Terminating entry */
};
Expand Down
5 changes: 5 additions & 0 deletions trunk/drivers/usb/serial/ftdi_sio_ids.h
Original file line number Diff line number Diff line change
Expand Up @@ -1032,3 +1032,8 @@
#define XVERVE_SIGNALYZER_SH2_PID 0xBCA2
#define XVERVE_SIGNALYZER_SH4_PID 0xBCA4

/*
* Segway Robotic Mobility Platform USB interface (using VID 0x0403)
* Submitted by John G. Rogers
*/
#define SEGWAY_RMP200_PID 0xe729

0 comments on commit c34779d

Please sign in to comment.