mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
gadget_chips.h: fix for v2.6.36
This commit is contained in:
@@ -140,6 +140,7 @@
|
||||
#define gadget_is_dwc_otg(g) !strcmp("dwc_otg_pcd", (g)->name)
|
||||
#else
|
||||
#define gadget_is_dwc_otg(g) 0
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_USB_S3C_HSOTG
|
||||
#define gadget_is_s3c_hsotg(g) (!strcmp("s3c-hsotg", (g)->name))
|
||||
|
||||
Reference in New Issue
Block a user