18 #include <linux/kernel.h>
19 #include <linux/device.h>
28 #define NOKIA_VERSION_NUM 0x0211
29 #define NOKIA_LONG_NAME "N900 (PC-Suite Mode)"
51 #define NOKIA_VENDOR_ID 0x0421
52 #define NOKIA_PRODUCT_ID 0x01c8
56 #define STRING_DESCRIPTION_IDX USB_GADGET_FIRST_AVAIL_IDX
58 static char manufacturer_nokia[] =
"Nokia";
60 static const char description_nokia[] =
"PC-Suite Configuration";
72 .strings = strings_dev,
90 .bNumConfigurations = 1,
132 .label =
"Bus Powered",
133 .bConfigurationValue = 1,
140 .label =
"Self Powered",
141 .bConfigurationValue = 2,
173 if (!gadget_supports_altsettings(gadget))
214 .strings = dev_strings,
220 static int __init nokia_init(
void)
226 static void __exit nokia_cleanup(
void)