From 4b0f67d0013cd14dc5c5c307e375e6e4a99f9413 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 17 Feb 2012 08:31:59 +0530 Subject: [PATCH] Fix #933756 ([devices] samsung nexus s sending via usb not supported) --- src/calibre/devices/android/driver.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/devices/android/driver.py b/src/calibre/devices/android/driver.py index aeda2ab731..866de751e1 100644 --- a/src/calibre/devices/android/driver.py +++ b/src/calibre/devices/android/driver.py @@ -80,6 +80,7 @@ class ANDROID(USBMS): 0x4e11 : [0x0100, 0x226, 0x227], 0x4e12 : [0x0100, 0x226, 0x227], 0x4e21 : [0x0100, 0x226, 0x227, 0x231], + 0x4e22 : [0x0100, 0x226, 0x227], 0xb058 : [0x0222, 0x226, 0x227], 0x0ff9 : [0x0226], },