Firefly Open Source Community

   Login   |   Register   |
New_Topic
Print Previous Topic Next Topic

4G LTE SLM630B module not working

1821

Credits

10

Prestige

17

Contribution

super moderator

Rank: 8Rank: 8

Credits
1821
Posted at 8/4/2017 14:37:20      1#
  1. diff --git a/kernel/drivers/usb/serial/option.c b/kernel/drivers/usb/serial/option.c
  2. index 42cc72e..c7fb896 100644 (file)
  3. --- a/kernel/drivers/usb/serial/option.c
  4. +++ b/kernel/drivers/usb/serial/option.c
  5. @@ -51,6 +51,8 @@ static void option_release(struct usb_serial *serial);
  6. static void option_instat_callback(struct urb *urb);

  7. /* Vendor and product IDs */
  8. +#define SIGNAL_VENDOR_ID 0x05c6
  9. +#define SIGNAL_PRODUCT_ID 0x9025
  10. #define OPTION_VENDOR_ID                       0x0AF0
  11. #define OPTION_PRODUCT_COLT                    0x5000
  12. #define OPTION_PRODUCT_RICOLA                  0x6000
  13. @@ -662,6 +664,7 @@ static const struct option_blacklist_info cinterion_rmnet2_blacklist = {
  14. };

  15. static const struct usb_device_id option_ids[] = {
  16. +       { USB_DEVICE(SIGNAL_VENDOR_ID, SIGNAL_PRODUCT_ID) },
  17.         { USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_COLT) },
  18.         { USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_RICOLA) },
  19.         { USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_RICOLA_LIGHT) },
Copy the code
Reply

Use props Report

You need to log in before you can reply Login | Register

This forum Credits Rules

Quick Reply Back to top Back to list