Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

usb-device: restore N800 support #7

Merged
merged 1 commit into from
Apr 19, 2018
Merged

usb-device: restore N800 support #7

merged 1 commit into from
Apr 19, 2018

Conversation

aakoskin
Copy link
Contributor

N800 has stopped working at some point, not sure why:

$ 0xFFFF -I
[...]
Waiting for USB device...
Found USB device: SU-18/RX-44/RX-48/RX-51/RM-680 (0x421:0x105) in NOLO mode
USB device product string: Nokia N800 (Update mode)
USB device serial number string: (not detected)
Detected USB device: RX-34
Error: Device mishmash

Add the device to 0421:0105 list, and it works again:

Waiting for USB device...
Found USB device: SU-18/RX-34/RX-44/RX-48/RX-51/RM-680 (0x421:0x105) in NOLO mode
USB device product string: Nokia N800 (Update mode)
USB device serial number string: (not detected)
Detected USB device: RX-34

Initializing NOLO...
Device: RX-34
[...]

N800 has stopped working at some point, not sure why:

  $ 0xFFFF -I
  [...]
  Waiting for USB device...
  Found USB device: SU-18/RX-44/RX-48/RX-51/RM-680 (0x421:0x105) in NOLO mode
  USB device product string: Nokia N800 (Update mode)
  USB device serial number string: (not detected)
  Detected USB device: RX-34
  Error: Device mishmash

Add the device to 0421:0105 list, and it works again:

  Waiting for USB device...
  Found USB device: SU-18/RX-34/RX-44/RX-48/RX-51/RM-680 (0x421:0x105) in NOLO mode
  USB device product string: Nokia N800 (Update mode)
  USB device serial number string: (not detected)
  Detected USB device: RX-34

  Initializing NOLO...
  Device: RX-34
  [...]
@pali
Copy link
Owner

pali commented Apr 19, 2018

Seems that the only one USB id in 0xFFFF for N800 is 0421:3f00.

Is there list of all USB ids for these Nokia devices?

@aakoskin
Copy link
Contributor Author

I don't think there is any list. These needs to be added case by case when ever users report new ones...

@pali
Copy link
Owner

pali commented Apr 19, 2018

Ok.

@pali pali merged commit 7f38b4b into pali:master Apr 19, 2018
@aakoskin aakoskin deleted the n800 branch April 19, 2018 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants