option.c

This driver exists because the "normal" serial driver doesn't work too well   with GSM modems. Issues:   - data loss -- one single Receive URB is not nearly enough   - nonstandard flow (Option devices) control   - controlling the baud rate doesn't make sense

This driver is named "option" because the most common device it's   used for is a PC-Card (with an internal OHCI-USB interface, behind   which the GSM interface sits), made by Option Inc.

 

usb-serial.c

 the normal usb convert serial driver.

相关文章:

  • 2022-12-23
  • 2021-08-04
  • 2022-12-23
  • 2022-12-23
  • 2022-02-22
  • 2022-12-23
  • 2022-12-23
  • 2021-07-04
猜你喜欢
  • 2021-05-26
  • 2021-09-28
  • 2021-11-22
  • 2021-09-28
  • 2022-01-14
  • 2022-12-23
相关资源
相似解决方案